On 23/05/2020 18:43, Niclas Zeising wrote: > On 2020-05-22 13:20, Andriy Gapon wrote: >> Author: avg >> Date: Fri May 22 11:20:23 2020 >> New Revision: 361363 >> URL: https://svnweb.freebsd.org/changeset/base/361363 >> >> Log: >> libprocstat: fix ZFS support >> > > > This might have broken a couple of ports. > The build is still going, but at least three ports have failed to link, all > with > the same error: > > /usr/local/bin/ld: /usr/lib/libprocstat.so.1: undefined reference to > `__start_set_pcpu' > /usr/local/bin/ld: /usr/lib/libprocstat.so.1: undefined reference to > `__stop_set_pcpu' > c++: error: linker command failed with exit code 1 (use -v to see invocation) > > See for instance > http://beefy18.nyi.freebsd.org/data/head-amd64-default/p536258_s361404/logs/errors/gnuradio-3.8.1.0_1.log > > and > http://beefy18.nyi.freebsd.org/data/head-amd64-default/p536258_s361404/logs/octave-5.2.0_2.log > > > Or, if you're on IPv4 only: > http://www.ipv6proxy.net/go.php?u=http%3A%2F%2Fbeefy18.nyi.freebsd.org%2Fdata%2Fhead-amd64-default%2Fp536258_s361404%2Flogs%2Foctave-5.2.0_2.log&b=0&f=norefer
I cannot understand why this happens. There are several tools in base that link with libprocstat and I have not seen buildworld failure reports including from our CI cluster. -- Andriy Gapon _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
