Activity log for bug #580194

Date Who What changed Old value New value Message
2010-05-13 20:31:48 Mathieu Bridon bug added bug
2010-05-13 20:32:15 Mathieu Bridon description Since Fedora 13, we changed the way we handle implicit DSO linking:     http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking To make it short (and probably half-true), libs must now be specified explicitly to the linker. More complete informations available at the above feature page or below:     https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Because of that, building wncksync fails on Fedora 13 with the following error message: LINK test-liblauncher /usr/bin/ld: test_liblauncher-test-liblauncher.o: undefined reference to symbol 'gtk_init' /usr/bin/ld: note: 'gtk_init' is defined in DSO /usr/lib64/libgtk-x11-2.0.so.0 so try adding it to the linker command line /usr/lib64/libgtk-x11-2.0.so.0: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [test-liblauncher] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.ukjQHw (%build) Since Fedora 13, we changed the way we handle implicit DSO linking:     http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking To make it short (and probably half-true), libs must now be specified explicitly to the linker. More complete informations available at the above feature page or below:     https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Because of that, building liblauncher fails on Fedora 13 with the following error message:   LINK test-liblauncher /usr/bin/ld: test_liblauncher-test-liblauncher.o: undefined reference to symbol 'gtk_init' /usr/bin/ld: note: 'gtk_init' is defined in DSO /usr/lib64/libgtk-x11-2.0.so.0 so try adding it to the linker command line /usr/lib64/libgtk-x11-2.0.so.0: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [test-liblauncher] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.ukjQHw (%build)
2010-05-13 21:05:27 Mathieu Bridon attachment added 0001-Fix-building-with-implicit-DSO-change-in-Fedora-13.patch http://launchpadlibrarian.net/48412038/0001-Fix-building-with-implicit-DSO-change-in-Fedora-13.patch