cp -R .install/$ROOT/$TOOLCHAIN/share .install/usr/
+
+[ -d .install/usr/lib64 ] && mv .install/usr/lib64 .install/usr/lib
Tom
Can you test with latest commits ?
Tom
do you have a libgmp.la file in
build/build.pandaboard.eglibc/toolchain/lib ?
>
> gallochri
>
> Il giorno domenica 11 marzo 2012 20:55:57 UTC+1, tomlohave tomlohave ha
> scritto:
>
> Le 11/03/2012 13:43, gallochri a écrit :
> > All ok, for the patched packages.
> > Now I have this issue with ppl:
> >
> > libtool: link: warning: library
> >
> `/home/gallochri/openbricks/build/build.pandaboard.eglibc/toolchain/lib/libgmpxx.la
> <http://libgmpxx.la>'
> > was moved.
> > /usr/bin/grep: /usr/lib64/libgmp.la <http://libgmp.la>: No such
> file or directory
> >
> /home/gallochri/openbricks/build/build.pandaboard.eglibc/toolchain/bin/sed:
> > can't read /usr/lib64/libgmp.la <http://libgmp.la>: No such file
> or directory
> > libtool: link: `/usr/lib64/libgmp.la <http://libgmp.la>' is not a
> valid libtool archive
> > make[4]: *** [libppl.la <http://libppl.la>] Error 1
But I have the same issue as gallochri with:
/usr/bin/grep: /usr/lib64/libgmp.la: No such file or directory
It looks some weird stuff going on in autoconf/automake/libtool
thanks
The problem comes with this file : /usr/share/site/x86_64-unknown-linux-gnu
remove it or move it solves this issue(at least for ppl & co )
sudo mv /usr/share/site/x86_64-unknown-linux-gnu
/home/your_login/x86_64-unknown-linux-gnu
Tom
On 13 Mar 2012, at 06:39, Thomas Genty wrote:
Tom
Yes, fantastic ;-)
gallochri