Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 15:12:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241329] net/openvswitch: fix build on GCC architectures
Message-ID:  <bug-241329-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241329

            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@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: koue@chaosophia.net
             Flags: maintainer-feedback?(koue@chaosophia.net)
                CC: koue@chaosophia.net

Created attachment 208406
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208406&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241329-7788>