Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497112 - gnome-base/gnome-control-center-2.32.1-r1 fails to link libgmodule
Summary: gnome-base/gnome-control-center-2.32.1-r1 fails to link libgmodule
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:
Depends on:
Blocks:
 
Reported: 2014-01-05 06:58 UTC by d_dart
Modified: 2014-01-05 07:40 UTC (History)
0 users

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


Attachments
emerge -v1 gnome-control-center build.log (file_497112.txt,88.69 KB, text/plain)
2014-01-05 07:22 UTC, d_dart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description d_dart 2014-01-05 06:58:00 UTC
I'm filing a marathon of gnome2 bugs of the same nature, Please excuse the terseness. If more information is needed ill gladly provide it

#emerge -v1 gnome-control-center
produces:

/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: ./.libs/libcommon.a(gnome-theme-info.o): undefined reference to symbol 'g_module_build_path'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'g_module_build_path' 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



# LDFLAGS="/usr/lib64/libgmodule-2.0.so" emerge -v1 gnome-control-center

finishes compiling and installing
Comment 1 d_dart 2014-01-05 07:22:19 UTC
Created attachment 367048 [details]
emerge -v1 gnome-control-center build.log
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-01-05 07:40:13 UTC
Fixed without a revision bump. Thanks for reporting!

gnome-control-center-3.x is not affected by this issue.

+  05 Jan 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gnome-control-center-2.32.1-r1.ebuild,
+  +files/gnome-control-center-2.32.1-gmodule.patch:
+  Fix underlinking failure (bug #497112, thanks to d_dart).