[Bug 249227] benchmarks/netperf: Does not build on CURRENT after clang update to 11.0.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 10 09:17:30 UTC 2020


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

            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 at FreeBSD.org
          Reporter: krzysztof.galazka at intel.com
          Assignee: marius at FreeBSD.org
             Flags: maintainer-feedback?(marius at 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 applied
in the port or can the '-fcommon' option be added to the compilation flags?

Thanks,
Krzysiek

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


More information about the freebsd-ports-bugs mailing list