> I've updated my GUB environment and the build fails.  Please see the
> attached zipped logfile.

Perhaps gcc has upgraded but libtool has not been updated.
Does the folowing command

$ /home/gub/NewGub/gub/target/mingw/root/usr/cross/bin/i686-mingw32-gcc 
--version

show 4.9.4?
And, does the following command

$ grep "/gcc/i686-mingw32/4\.9\.2/" 
/home/gub/NewGub/gub/target/mingw/root/usr/bin/libtool

output some variables?
If both are yes, the following commands may solve the issue.

$ bin/gpkg -p mingw remove libtool
$ rm -fr target/mingw/packages/libtool*
$ bin/gub mingw::libtool

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to