svn commit: r361363 - in head/lib/libprocstat: . zfs

Niclas Zeising zeising+freebsd at daemonic.se
Sat May 23 15:46:10 UTC 2020


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

Regards
-- 
Niclas


More information about the svn-src-head mailing list