GNOME Bugzilla – Bug 136223
missing libgstinterface.so from rpms
Last modified: 2004-12-22 21:47:04 UTC
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gstreamer-0.7 -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR=\""/usr/share"\" -DPIX_DIR=\""/usr/share/gnome-media/pixmaps"\" -O2 -g -pipe -march=i386 -mcpu=i686 -MT mixer.o -MD -MP -MF ".deps/mixer.Tpo" -c -o mixer.o mixer.c; \ then mv -f ".deps/mixer.Tpo" ".deps/mixer.Po"; else rm -f ".deps/mixer.Tpo"; exit 1; fi /bin/sh ../../libtool --mode=link gcc -O2 -g -pipe -march=i386 -mcpu=i686 -o gnome-volume-control -pthread -Wl,--export-dynamic -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lXcursor -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgstinterfaces-0.7 -lgstreamer-0.7 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0 mixer.o mkdir .libs gcc -O2 -g -pipe -march=i386 -mcpu=i686 -o gnome-volume-control -pthread -Wl,--export-dynamic mixer.o -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 /usr/lib/libpopt.so -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lXcursor -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgstinterfaces-0.7 -lgstreamer-0.7 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 /usr/lib/libxml2.so -lpthread -lz -lm -lglib-2.0 /usr/bin/ld: cannot find -lgstinterfaces-0.7 collect2: ld returned 1 exit status make[3]: *** [gnome-volume-control] Error 1
Uraeus: works fine here with HEAD gnome-media as of right now and gstreamer as of this morning, maybe that's because I didn't make clean, though?
The target still exists in the Makefile.am in gst-plugins/gst-libs/gst/. Did your plugins compile fail elsewhere? Did you accidently remove the file from the RPM?
The RPM includes all files that are to be installed. Could this be an issue of our makefiles not installing something that should install? I assume you run GStreamer uninstalled since you don't get this.
Still getting this issue with Thomas's new RPMS.
Ok, thanks to Thomas we found out that the issue is that the .so file is missing for some reason. Moving this to Gstreamer where it belongs
Thomas fixed it
closing as notabug so it doesn't show up in release notes.