Problem emerging some packages
I've run into a problem (I've read it's a bug :shock: ). When I try to emerge "drip" and a few other apps (can't remember others right now), I get the following error message after they are configured:
Code:
...
checking for correct ltmain.sh version... no
*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.18, ltmain.sh = 1.4.2) ***
Please run:
libtoolize --copy --force
I tried running "libtoolize --copy --force" to see if that would fix it, but I got this when I ran that:
Code:
comp / # libtoolize --copy --force
libtoolize: 'configure.ac' does not exist
Try 'libtoolize --help' for more information
I found some info on it here: http://thread.gmane.org/gmane.linux.gentoo.devel/23449
That link helped inform me and, apparently, gives a solution but I'm not sure exactly what I'm supposed to do :?.
When I run "aclocal", i get this error:
Code:
aclocal-1.9: 'configure.ac' or 'configure.in' is required
When I run "autoconf", I get this error:
Code:
autoconf-2.59: no input file
In that link, they say "stick a `libtoolize --copy --force || die` in the mix" when you run aclocal or autoconf. I don't know how to run that with the others, though :?. Also, does this mean, that I'll have to manually compile programs that give me problems (no more emerge) or have to type this every time I emerge something? I'm just very confused here and would really like to get this fixed.
I know this might be simplifying the problem a bit too much, but is there a way to update ltmain.sh so it is the correct version?
I've checked bugs.gentoo.org and found a few people who have had a similar problem (just different versions and with a different program), but there didn't seem to be any responses to their problems.
Here's the link to their problems
They're almost identical to mine like I said, but no solutions yet.
Can someone please help me?