Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622590 - <mail-client/cone-0.90 fails compile with libtool >2.4 ( libtool: Version mismatch error. This is libtool 2.4.6, but the definition of this LT_INIT comes from libtool 2.2.10 )
Summary: <mail-client/cone-0.90 fails compile with libtool >2.4 ( libtool: Version mis...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-24 08:48 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-07-03 14:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-24 08:48:00 UTC
This probably just means you want to clean up mail-client/cone-0.89 as it can no longer compile. All newer versions are fine in this regard ( except for 0.95, which has a separate bug that prevents testing at present, which I'll file shortly )

>>> Compiling source in /var/tmp/portage/mail-client/cone-0.89/work/cone-0.89 ...
make -j3
make  all-recursive
make[1]: Entering directory '/var/tmp/portage/mail-client/cone-0.89/work/cone-0.89'
Making all in unicode
make[2]: Entering directory '/var/tmp/portage/mail-client/cone-0.89/work/cone-0.89/unicode'
make  all-am
make[3]: Entering directory '/var/tmp/portage/mail-client/cone-0.89/work/cone-0.89/unicode'
/bin/sh ./libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -march=native -mtune=native -O2 -pipe -Wall -fexceptions -c -o unicode.lo unicode.c
/bin/sh ./libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -march=native -mtune=native -O2 -pipe -Wall -fexceptions -c -o unicodebuf.lo unicodebuf.c
/bin/sh ./libtool --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.     -march=native -mtune=native -O2 -pipe -c -o unicodecpp.lo unicodecpp.C
libtool: Version mismatch error.  This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
make[3]: *** [Makefile:449: unicode.lo] Error 63
make[3]: *** Waiting for unfinished jobs....
libtool: Version mismatch error.  This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
make[3]: *** [Makefile:449: unicodebuf.lo] Error 63
libtool: Version mismatch error.  This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.10.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
make[3]: *** [Makefile:428: unicodecpp.lo] Error 63
make[3]: Leaving directory '/var/tmp/portage/mail-client/cone-0.89/work/cone-0.89/unicode'
make[2]: *** [Makefile:295: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/mail-client/cone-0.89/work/cone-0.89/unicode'
make[1]: *** [Makefile:370: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/mail-client/cone-0.89/work/cone-0.89'
make: *** [Makefile:275: all] Error 2
Comment 1 Eray Aslan gentoo-dev 2017-07-03 14:11:50 UTC
punted from the tree.  Thanks for the report.