I'm using Gentoo's portage (command: emerge) to install several packages on my brand new Linode, but it halts on lcms-1.13, like this:
Code:
*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
Please run:
libtoolize --copy --force
if appropriate, please contact the maintainer of this
package (or your distribution) for help.
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/lcms-1.13/work/lcms-1.13/config.log
I've already tried this, ie. going directly to /var/tmp/portage/lcms-1.13/work/lcms-1.13/ and running the libtoolize command above. After doing so, I tried the usual suspects (
./configure, followed by
make and
make install), no errors appearing. After that, I tried emerging mod_php (or just php, for that matter), and it still tries to emerge lcms-1.13 among the packages (I'm always using the -av options to get a full overview of what's being installed).
Now what? Any ideas?