Date: Sat, 23 May 2020 21:11:15 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Niclas Zeising <zeising+freebsd@daemonic.se>, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r361363 - in head/lib/libprocstat: . zfs Message-ID: <4a47c9af-e076-3400-0dc1-e547bee02671@FreeBSD.org> In-Reply-To: <7c484cd1-8bf3-6fc5-cdff-e8955352c3fd@daemonic.se> References: <202005221120.04MBKOiH003190@repo.freebsd.org> <7c484cd1-8bf3-6fc5-cdff-e8955352c3fd@daemonic.se>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a47c9af-e076-3400-0dc1-e547bee02671>