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
Thanks for the report. Let me check.
The system libarchive cannot be used because my copy of libarchive is
modified to allow certain capabilities in pcompress.
I doubt if they will be accepted upstream.
Hi!
make[1]: Entering directory '/tmp/pcompress/archive/libarchive'
make all-am
make[2]: Entering directory '/tmp/pcompress/archive/libarchive'
depbase=
echo libarchive/archive_acl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'
;/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wall -Wformat -Wformat-security -g -O2 -MT libarchive/archive_acl.lo -MD -MP -MF $depbase.Tpo -c -o libarchive/archive_acl.lo libarchive/archive_acl.c &&
mv -f $depbase.Tpo $depbase.Plo
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1.1, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.1
libtool: and run autoconf again.
Makefile:1710: recipe for target 'libarchive/archive_acl.lo' failed
make[2]: *** [libarchive/archive_acl.lo] Error 63
make[2]: Leaving directory '/tmp/pcompress/archive/libarchive'
Makefile:871: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/pcompress/archive/libarchive'
Makefile:416: recipe for target 'Libarchive' failed
make: *** [Libarchive] Error 2
I've got installed libtool-2.4.6.
Btw, what do you think about allowing to use system libarchive instead bundled?
The text was updated successfully, but these errors were encountered: