Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45412 - gst-plugins-0.8.0 fails while linking.
Summary: gst-plugins-0.8.0 fails while linking.
Status: RESOLVED DUPLICATE of bug 45411
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-22 10:22 UTC by Peter Johanson (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Johanson (RETIRED) gentoo-dev 2004-03-22 10:22:30 UTC
gst-plugins-0.8.0 fails while trying to link something. Seems libtool related. This happens during the elibtoolize phase:

 * Patching ${S}/ltmain.sh...
  *   Applying portage-1.4.1.patch...
  *   Applying max_cmd_len-1.5.0.patch...
  * Patching ${S}/ltmain.sh...
  *   Could not apply portage.patch!
  *   Please verify that it is not needed.
  * Cannot apply any patch, running libtoolize...
       libtoolize: `/usr/share/aclocal/libtool.m4' is serial 46, less than 47 in `aclocal.m4'
       To remain compatible, you should update your `aclocal.m4' by running aclocal. * Configuring to build oss plugin(s)...


And then when it dies:

 cat .libs/libgstvolume.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libgstvolume.ver
  echo "local: *; };" >> .libs/libgstvolume.ver
   gcc -shared  libgstvolume_la-gstvolume.lo  -L/usr/lib -L/var/tmp/portage/gst-plugins-0.8.0/image//usr/lib -lgstcontrol-0.8 -lgstreamer-0.8 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0 -lgstinterfaces-0.8   -Wl,--export-dynamic -pthread -Wl,--export-dynamic -pthread -Wl,-soname -Wl,libgstvolume -Wl,-version-script -Wl,.libs/libgstvolume.ver -o .libs/libgstvolume
   /usr/lib/gcc-lib/i486-pc-linux-gnu/3.3.2/../../../../i486-pc-linux-gnu/bin/ld: cannot find -lgstinterfaces-0.8
   collect2: ld returned 1 exit status
   libtool: install: error: relink `libgstvolume.la' with the above command before installing it
   make[3]: *** [install-pluginLTLIBRARIES] Error 1
   make[3]: Leaving directory `/var/tmp/portage/gst-plugins-0.8.0/work/gst-plugins-0.8.0/gst/volume'
   make[2]: *** [install-am] Error 2
   make[2]: Leaving directory `/var/tmp/portage/gst-plugins-0.8.0/work/gst-plugins-0.8.0/gst/volume'
   make[1]: *** [install-recursive] Error 1
   make[1]: Leaving directory `/var/tmp/portage/gst-plugins-0.8.0/work/gst-plugins-0.8.0/gst'
   make: *** [install-recursive] Error 1


I'm going to attempt a newer version of libtool, and see if this fixes things.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-22 13:07:59 UTC

*** This bug has been marked as a duplicate of 45411 ***
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2004-03-22 15:35:21 UTC
Upgrading my libtool to the current ~x86 libtool solved this problem.
Comment 3 foser (RETIRED) gentoo-dev 2004-03-22 15:42:01 UTC
and with the older libtool if you adapted the ebuild to run aclocal ?
Comment 4 Peter Johanson (RETIRED) gentoo-dev 2004-03-22 15:44:21 UTC
When i tried it quickly, it still seemed to fail. Didn't dig too much before trying to upgrade libtool. If you like i'll downgrade libtool and try again.