* Yann E. MORIN <[EMAIL PROTECTED]> wrote: > On Wednesday 28 May 2008 18:52:14 Lance Spaulding wrote: > > I'm trying to use crosstool-ng to build an ARM toolchain but if fails > > with the following error message: > > [ALL ] *** [Gentoo] sanity check failed! *** > > [ALL ] *** libtool.m4 and ltmain.sh have a version mismatch! *** > > [ALL ] *** (libtool.m4 = 1.5.23b, ltmain.sh = "1.5.24 Debian 1.5.24-1") > > *** > > This was already reported a few days ago: > http://sourceware.org/ml/crossgcc/2008-05/msg00080.html > > > It looks like several people have ran into this error on gentoo but I > > haven't been able to find a solution anywhere (and got no replies to > > this question in the gentoo forums). Anyone have a fix for this? > > As suggested by Enrico in that message: "we should recreate the > autotools+libtool > stuff before compiling."
Right, manually running autoreconf -fi && libtoolize on the already uncompressed tree fixed it for me. Of course this manual hack is ugly, it should be done automatically after decompression. cu -- --------------------------------------------------------------------- Enrico Weigelt == metux IT service - http://www.metux.de/ --------------------------------------------------------------------- Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ ---------------------------------------------------------------------