Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 09:17:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249227] benchmarks/netperf: Does not build on CURRENT after clang update to 11.0.0
Message-ID:  <bug-249227-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 249227
           Summary: benchmarks/netperf: Does not build on CURRENT after
                    clang update to 11.0.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: marius@FreeBSD.org
          Reporter: krzysztof.galazka@intel.com
          Assignee: marius@FreeBSD.org
             Flags: maintainer-feedback?(marius@FreeBSD.org)

There are duplicate variable definitions in nettest_bsd.c and nettest_omni.c
files, which cause a build to fail with clang 11.0.0 and GCC 10.0 due to
'-fno-common' option set by default. A fix awaits to be merged upstream:
https://github.com/HewlettPackard/netperf/pull/48. Until then can it be app=
lied
in the port or can the '-fcommon' option be added to the compilation flags?

Thanks,
Krzysiek

--=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-249227-7788>