bugzilla-daemon at freedesktop.org
2013-Oct-02 19:59 UTC
[Swfdec] [Bug 70051] New: underlinking in swfdec-test: needs to explicitly link to libgmodule
https://bugs.freedesktop.org/show_bug.cgi?id=70051 Priority: medium Bug ID: 70051 Assignee: swfdec at lists.freedesktop.org Summary: underlinking in swfdec-test: needs to explicitly link to libgmodule QA Contact: swfdec at lists.freedesktop.org Severity: normal Classification: Unclassified OS: All Reporter: tetromino at gentoo.org Hardware: Other Status: NEW Version: git Component: library Product: swfdec (As reported downstream at https://bugs.gentoo.org/show_bug.cgi?id=486808) When building swfdec tests with ld.gold and with --disable-gstreamer, the build fails because swfdec-test does not explicitly link to libgmodule: swfdec_test-swfdec_test_test.o:swfdec_test_test.c:function swfdec_test_test_unload_plugin.part.0: error: undefined reference to 'g_module_close' swfdec_test-swfdec_test_test.o:swfdec_test_test.c:function swfdec_test_do_reset: error: undefined reference to 'g_module_build_path' swfdec_test-swfdec_test_test.o:swfdec_test_test.c:function swfdec_test_do_reset: error: undefined reference to 'g_module_open' swfdec_test-swfdec_test_test.o:swfdec_test_test.c:function swfdec_test_do_reset: error: undefined reference to 'g_module_symbol' swfdec_test-swfdec_test_test.o:swfdec_test_test.c:function swfdec_test_do_reset: error: undefined reference to 'g_module_close' collect2: error: ld returned 1 exit status -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/swfdec/attachments/20131002/71bebd76/attachment.html>
bugzilla-daemon at freedesktop.org
2013-Oct-02 20:00 UTC
[Swfdec] [Bug 70051] underlinking in swfdec-test: needs to explicitly link to libgmodule
https://bugs.freedesktop.org/show_bug.cgi?id=70051 --- Comment #1 from Alexandre Rostovtsev <tetromino at gentoo.org> --- Created attachment 87001 --> https://bugs.freedesktop.org/attachment.cgi?id=87001&action=edit proposed patch -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/swfdec/attachments/20131002/c2d97f2c/attachment.html>