moinakg/pcompress

Bundled libarchive doesn't compile on Gentoo

Opened this issue · 1 comments

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?

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.

Regards,
Moinak.

On Fri, Feb 5, 2016 at 9:47 PM, Marcin notifications@github.com wrote:

Hi!

make[1]: Entering directory '/tmp/pcompress/archive/libarchive'
make all-am
make[2]: Entering directory '/tmp/pcompress/archive/libarchive'
depbase=echo libarchive/archive_acllo | 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_acllo -MD -MP -MF
$depbaseTpo -c -o libarchive/archive_acllo libarchive/archive_aclc &&
mv -f $depbaseTpo $depbasePlo
libtool: Version mismatch error This is libtool 242 Debian-242-11, but the
libtool: definition of this LT_INIT comes from libtool 246
libtool: You should recreate aclocalm4 with macros from libtool 242
Debian-242-11
libtool: and run autoconf again
Makefile:1710: recipe for target 'libarchive/archive_acllo' failed
make[2]: *
* [libarchive/archive_acllo] 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-246
Btw, what do you think about allowing to use system libarchive instead
bundled?


Reply to this email directly or view it on GitHub
#48.

http://moinakg.wordpress.com/