Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481094 - =media-plugins/gst-plugins-ximagesrc-0.10.31:0.10 should depend on x11-libs/libSM
Summary: =media-plugins/gst-plugins-ximagesrc-0.10.31:0.10 should depend on x11-libs/l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2013-08-14 20:38 UTC by Maxim Kammerer
Modified: 2013-09-01 17:19 UTC (History)
0 users

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


Attachments
media-plugins:gst-plugins-ximagesrc-0.10.31.log (media-plugins:gst-plugins-ximagesrc-0.10.31:20130814-195737.log,31.27 KB, text/plain)
2013-08-14 20:38 UTC, Maxim Kammerer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Kammerer 2013-08-14 20:38:16 UTC
libtool: link:  i686-pc-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/libgstximagesrc_la-gstximagesrc.o .libs/libgstximagesrc_la-ximageutil.o   -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lxml2 -lSM -lICE -lX11 -lXdamage -lXfixes  -pthread -pthread -pthread -Os -march=pentium3 -mtune=core2 -mfpmath=sse -Wl,-O1 -Wl,--as-needed -Wl,-O -Wl,1 -Wl,-z -Wl,combreloc -pthread -pthread -pthread -pthread   -pthread -Wl,-soname -Wl,libgstximagesrc.so -Wl,-version-script -Wl,.libs/libgstximagesrc.ver -o .libs/libgstximagesrc.so
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lSM
collect2: ld returned 1 exit status


Maybe other plugins should RDEPEND on libSM as well, but the problem went away after emerging x11-libs/libSM, so I didn't explore further.
Comment 1 Maxim Kammerer 2013-08-14 20:38:57 UTC
Created attachment 356038 [details]
media-plugins:gst-plugins-ximagesrc-0.10.31.log
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2013-09-01 17:19:07 UTC
+*gst-plugins-ximagesrc-1.0.10 (01 Sep 2013)
+
+  01 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org>
+  gst-plugins-ximagesrc-0.10.31.ebuild, gst-plugins-ximagesrc-1.0.5.ebuild,
+  gst-plugins-ximagesrc-1.0.6.ebuild, gst-plugins-ximagesrc-1.0.7.ebuild,
+  gst-plugins-ximagesrc-1.0.8.ebuild, +gst-plugins-ximagesrc-1.0.10.ebuild:
+  Add mising libSM to DEPENDS, bug #481094.
+
The only other plugin missing this is gst-plugins-gl that I'll fix now. Thanks for reporting.