I've rebuilt the package using ubuntu's sources and checked for this particular symbol. It is indeed compiled in a ".a" lib (libtotem_player.a from libtotem_player_la-totem-interface.o) but not in any shared ".so". This libtotem_player.a is bundled into two binaries (totem itself and a test app called test-properties-page).
libtotem-properties-page.so calls totem_interface_load_with_root() but is not compiled with the corresponding ".a". It can't work. That symbol has to be put in libtotem-properties-page.so either through libtotem_player_la-totem-interface.o or libtotem_player.a, or not called at all in there. -- symbol lookup error in libtotem-properties-page.so" https://bugs.launchpad.net/bugs/118302 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
