Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498482 - media-video/subtitlecomposer[gstreamer] fails to build
Summary: media-video/subtitlecomposer[gstreamer] fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 495824
  Show dependency tree
 
Reported: 2014-01-18 17:54 UTC by Pacho Ramos
Modified: 2014-01-20 11:16 UTC (History)
1 user (show)

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


Attachments
build.log (subtitlecomposer-0.5.3-r2:20140118-172422.log,518.08 KB, text/x-log)
2014-01-18 17:54 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2014-01-18 17:54:27 UTC
Created attachment 368104 [details]
build.log

I get:
 /usr/lib64/libkdeui.so.5.11.2 /usr/lib64/libkhtml.so.5.11.2 /usr/lib64/libkfile.so.4.11.2 -lphonon /usr/lib64/libkrosscore.so.4.11.2 /usr/lib64/libkrossui.so.4.11.2 /usr/lib64/libkio.so.5.11.2 -lgstreamer-0.10 -lgstinterfaces-0.10 /usr/lib64/libkjs.so.4.11.2 /usr/lib64/libkrosscore.so.4.11.2 /usr/lib64/qt4/libQtScript.so /usr/lib64/libkparts.so.4.11.2 /usr/lib64/libkio.so.5.11.2 /usr/lib64/qt4/libQtXml.so /usr/lib64/qt4/libQtNetwork.so /usr/lib64/libnepomukutils.so.4.11.2 /usr/lib64/libnepomuk.so.4.11.2 /usr/lib64/libkdeui.so.5.11.2 /usr/lib64/qt4/libQtGui.so /usr/lib64/qt4/libQtSvg.so /usr/lib64/libkdecore.so.5.11.2 /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtDBus.so -lsoprano -Wl,-rpath,/usr/lib64/qt4: 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/subtitlecomposer.dir/__/player/gstreamer/gstreamerbackend.o: undefined reference to symbol 'g_object_get'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'g_object_get' is defined in DSO /usr/lib64/libgobject-2.0.so.0 so try adding it to the linker command line
/usr/lib64/libgobject-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [src/main/subtitlecomposer] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-video/subtitlecomposer-0.5.3-r2/work/subtitlecomposer-0.5.3_build'
make[1]: *** [src/main/CMakeFiles/subtitlecomposer.dir/all] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-video/subtitlecomposer-0.5.3-r2/work/subtitlecomposer-0.5.3_build'
make: *** [all] Error 2
Comment 1 Michael Palimaka (kensington) gentoo-dev 2014-01-20 11:03:26 UTC
This affects stable too.
Comment 2 Michael Palimaka (kensington) gentoo-dev 2014-01-20 11:16:12 UTC
Thanks, fixed in CVS.

+  20 Jan 2014; Michael Palimaka <kensington@gentoo.org>
+  +files/subtitlecomposer-0.5.3-gold-gstreamer.patch,
+  subtitlecomposer-0.5.3-r2.ebuild:
+  Add patch from Debian fixing linking with gold and USE="gstreamer", wrt bug
+  #498482.