Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685836 - sys-apps/kmscon compile error
Summary: sys-apps/kmscon compile error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ben Kohler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-13 13:54 UTC by Fpemud
Modified: 2019-05-19 06:56 UTC (History)
1 user (show)

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


Attachments
emerge-info (emerge-info.txt,9.39 KB, text/plain)
2019-05-13 13:55 UTC, Fpemud
Details
build.log (build.log,17.90 KB, text/x-log)
2019-05-13 14:02 UTC, Fpemud
Details
environment (environment,109.23 KB, text/plain)
2019-05-13 14:03 UTC, Fpemud
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fpemud 2019-05-13 13:54:28 UTC
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.  -DBUILD_MODULE_DIR='"/usr/lib64/kmscon"' -include ./config.h -I ./src  -pthread  -Wall -pipe -fno-common -ffast-math -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -ffunction-sections -fdata-sections -fstack-protector  -O2  -O2 -pipe -c -o src/libshl_la-shl_githead.lo `test -f 'src/shl_githead.c' || echo './'`src/shl_githead.c
libtool: Version mismatch error.  This is libtool 2.4.2, 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
libtool: and run autoconf again.
make[2]: *** [Makefile:1603: src/libeloop_la-eloop.lo] Error 63
make[2]: *** Waiting for unfinished jobs....
libtool: Version mismatch error.  This is libtool 2.4.2, 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
libtool: and run autoconf again.
make[2]: *** [Makefile:1610: src/libshl_la-shl_githead.lo] Error 63
make[1]: *** [Makefile:2184: all-recursive] Error 1
make: *** [Makefile:1122: all] Error 2
 * ERROR: sys-apps/kmscon-8::gentoo failed (compile phase):
 *   emake failed


Reproducible: Always
Comment 1 Fpemud 2019-05-13 13:55:19 UTC
Created attachment 576452 [details]
emerge-info
Comment 2 Fpemud 2019-05-13 14:02:18 UTC
Created attachment 576454 [details]
build.log
Comment 3 Ben Kohler gentoo-dev 2019-05-13 14:02:58 UTC
Can you share output of "libtool --version"?
Comment 4 Fpemud 2019-05-13 14:03:10 UTC
Created attachment 576456 [details]
environment
Comment 5 Ben Kohler gentoo-dev 2019-05-13 15:18:47 UTC
Seems like you have a rogue copy of libtool-2.4.2 on your system somewhere (even though your portage-installed one is 2.4.6)... is that the case?
Comment 6 Fpemud 2019-05-19 06:56:35 UTC
Following your hint, the problem disappears after "emerge -C libtool ; emerge -1 libtool".
Thank you very much.