[Bug 241329] net/openvswitch: fix build on GCC architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 18 15:12:29 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241329

            Bug ID: 241329
           Summary: net/openvswitch: fix build on GCC architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: pkubaj at FreeBSD.org
                CC: koue at chaosophia.net
             Flags: maintainer-feedback?(koue at chaosophia.net)
                CC: koue at chaosophia.net

Created attachment 208406
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208406&action=edit
patch

Use C11 compiler:
./include/openvswitch/ofp-actions.h:1302: error: bit-field
'build_assert_failed' width not an integer constant
./include/openvswitch/ofp-actions.h:1302: error: bit-field
'build_assert_failed' width not an integer constant
./include/openvswitch/ofp-actions.h:1302: error: bit-field
'build_assert_failed' width not an integer constant

Include sys/socket.h in lib/dns-resolve.c to make AF_INET available.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list