Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497108 - gnome-extra/gnome-system-monitor-2.28.2-r1 fails to link libgthread and libgmodule, possibly more
Summary: gnome-extra/gnome-system-monitor-2.28.2-r1 fails to link libgthread and libg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 496142 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-05 06:41 UTC by d_dart
Modified: 2014-01-05 17:51 UTC (History)
1 user (show)

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 d_dart 2014-01-05 06:41:39 UTC
Since Im filing bugs for 8 other packages, ill be terse,

with a plain merge

/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: util.o: undefined reference to symbol 'g_module_symbol'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'g_module_symbol' is defined in DSO /usr/lib64/libgmodule-2.0.so.0 so try adding it to the linker command line
/usr/lib64/libgmodule-2.0.so.0: could not read symbols: Invalid operation



with LDFLAGS="/usr/lib64/libgthread-2.0.so.0" emerge -v1 gnome-system-monitor

it fails with:

/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: util.o: undefined reference to symbol 'g_module_symbol'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'g_module_symbol' is defined in DSO /usr/lib64/libgmodule-2.0.so.0 so try adding it to the linker command line
/usr/lib64/libgmodule-2.0.so.0: could not read symbols: Invalid operation


I don't know how to use LDFLAGS with more than 1 input. Had i known how to, I would have
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-01-05 07:54:23 UTC
Fixed without a revision bump. Thanks for reporting.

3.x versions are not affected.

+  05 Jan 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gnome-system-monitor-2.28.2-r1.ebuild,
+  +files/gnome-system-monitor-2.28.2-gmodule.patch:
+  Fix underlinking failure (bug #497108, thanks to d_dart).
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-01-05 17:51:01 UTC
*** Bug 496142 has been marked as a duplicate of this bug. ***