Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488964 - games-kids/gcompris-12.11 link failure: board.o: undefined reference to symbol 'g_module_symbol'
Summary: games-kids/gcompris-12.11 link failure: board.o: undefined reference to symbo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: underlinking
  Show dependency tree
 
Reported: 2013-10-22 05:16 UTC by Ulrich Müller
Modified: 2013-10-26 20:04 UTC (History)
0 users

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


Attachments
build.log (build.log,243.99 KB, text/plain)
2013-10-22 05:16 UTC, Ulrich Müller
Details
emerge --info (emerge.info,5.73 KB, text/plain)
2013-10-22 05:17 UTC, Ulrich Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2013-10-22 05:16:33 UTC
Created attachment 361578 [details]
build.log

/bin/sh ../../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=co
re2 -ggdb -O2 -pipe  -Wall -export-dynamic  -Wl,-O1 -Wl,--as-needed -o gcompris 
about.o anim.o bar.o binreloc.o board.o board_config_common.o board_config_combo
.o board_config_radio.o board_config_textview.o board_config_wordlist.o board_co
nfig.o bonus.o config.o dialog.o drag.o file_selector.o gameutil.o gcompris.o gc
ompris_alphabeta.o gcompris_confirm.o gcompris_db.o gcompris_im.o help.o images_
selector.o log.o menu.o pixbuf_util.o profile.o properties.o score.o skin.o soun
dutil.o status.o gstreamer.o soundutil_sdl.o sdlplayer.o timer.o wordlist.o   ..
/../src/goocanvas/src/libgoocanvas.la -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1
.0 -latk-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lrsvg-2 -lm -lg
io-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lcairo -lxml2 -lgthread-2.0 -pthread -lgl
ib-2.0  -lsqlite3    -lSDL -lpthread  -lSDL_mixer    -lX11 
libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -ggdb -O2 -pipe -Wall -Wl,-O
1 -o .libs/gcompris about.o anim.o bar.o binreloc.o board.o board_config_common.o board_config_combo.o board_config_radio.o board_config_textview.o board_config_wordlist.o board_config.o bonus.o config.o dialog.o drag.o file_selector.o gameutil.o gcompris.o gcompris_alphabeta.o gcompris_confirm.o gcompris_db.o gcompris_im.o help.o images_selector.o log.o menu.o pixbuf_util.o profile.o properties.o score.o skin.o soundutil.o status.o gstreamer.o soundutil_sdl.o sdlplayer.o timer.o wordlist.o -pthread -Wl,--export-dynamic  -Wl,--as-needed ../../src/goocanvas/src/.libs/libgoocanvas.so -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lcairo -lxml2 -lgthread-2.0 -lglib-2.0 -lsqlite3 -lSDL -lpthread -lSDL_mixer -lX11 -pthread -Wl,-rpath -Wl,/usr/games/lib64/gcompris
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: board.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
collect2: error: ld returned 1 exit status
make[4]: *** [gcompris] Error 1
make[4]: Leaving directory `/var/tmp/portage/games-kids/gcompris-12.11/work/gcompris-12.11/src/gcompris'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/games-kids/gcompris-12.11/work/gcompris-12.11/src/gcompris'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/games-kids/gcompris-12.11/work/gcompris-12.11/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/games-kids/gcompris-12.11/work/gcompris-12.11'
make: *** [all] Error 2
 * ERROR: games-kids/gcompris-12.11::gentoo failed (compile phase):
 *   emake failed
Comment 1 Ulrich Müller gentoo-dev 2013-10-22 05:17:04 UTC
Created attachment 361580 [details]
emerge --info
Comment 2 Julian Ospald 2013-10-26 20:04:37 UTC
+  26 Oct 2013; Julian Ospald <hasufell@gentoo.org> gcompris-12.11.ebuild,
+  +files/gcompris-12.11-underlinking.patch:
+  fix underlinking wrt #488964