Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundled libarchive doesn't compile on Gentoo #48

Open
marcin-github opened this issue Feb 5, 2016 · 1 comment
Open

Bundled libarchive doesn't compile on Gentoo #48

marcin-github opened this issue Feb 5, 2016 · 1 comment

Comments

@marcin-github
Copy link

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?

@moinakg
Copy link
Owner

moinakg commented Feb 7, 2016

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 [email protected] 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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants