You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@blue:/usr/pkgsrc/lang/perl5] # bmake PKG_OPTIONS.perl="64bitauto" install
=> Bootstrap dependency digest>=20010302: found digest-20190127
=> Bootstrap dependency tnftp-[0-9]*: found tnftp-20151004nb1
===> Checking for vulnerabilities in perl-5.28.1
=> Checksum SHA1 OK for perl-5.28.1.tar.xz
=> Checksum RMD160 OK for perl-5.28.1.tar.xz
=> Checksum SHA512 OK for perl-5.28.1.tar.xz
===> Extracting for perl-5.28.1
/usr/pkg/bin/xzcat: error: '/usr/pkg/bin/.libs/xz' does not exist
This script is just a wrapper for xz.
See the libtool documentation for more information.
tar: End of archive volume 1 reached
tar: Sorry, unable to determine archive format.
*** Error code 1```
The text was updated successfully, but these errors were encountered:
First one is a symptom of the libtool issue - binaries are replaced with libtool wrapper scripts because linking fails, but the build system does not notice.
The text was updated successfully, but these errors were encountered: