Hello Andreas, Richard, * Richard Purdie wrote on Thu, Feb 26, 2009 at 02:58:25PM CET: > On Thu, 2009-02-26 at 14:16 +0100, Andreas Frisch wrote: > > the guys from gstreamer went through and moved to a newer libtool > > version in their plugin packages. since then i can't crosscompile > > anymore them with openembedded like with the previous releases. i > > described the problem here: > > http://bugzilla.gnome.org/show_bug.cgi?id=572532 > > unfortunately, none of the gstreamer guys as able to help me with this > > libtool-specific issue. i found out that the main libtool code moved > > out of aclocal.m4 into a new file libtool.m4 in the m4 subdir of the > > source directory. i couldn't get configure to create the > > mipsel-linux-libtool instead of regular "libtool" though, not even by > > changing the line default_ofile=${host_alias}-libtool. > > maybe any of you can give me hint how i could solve my issue - thanks > > in advance! > > As a warning the creation of "mipsel-linux-libtool" is an OpenEmbedded > specific patch and I'd suspect is not supported by libtool upstream. > Which version of libtool are you using in OpenEmbedded? > > For reference in Poky, the gstreamer recipes have: > > """ > do_configure_prepend() { > # This m4 file contains nastiness which conflicts with libtool 2.2.2 > rm ${S}/m4/lib-link.m4 || true > } > """ > > suggesting there was something in that m4 file that caused problems.
All of the above, and the information in the referenced bugzilla, still leave me scratching my head. I cannot tell whether this is a bug in Libtool, a bug in some package that uses or modifies Libtool code, and I cannot tell whether lib-link.m4 (from gnulib/gettext?) has a bug or conflict with Libtool 2.2.x. One way to shed light that is often good is to provide a recipe to reproduce the problem, including how to build the packages involved. Please take into account that I don't have gstreamer development tools installed, nor know know openembedded. I do have a Debian lenny available, and (a pointer to) instructions on how to get the corresponding sources and build them would be appreciated. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool