Summary: | compilation of telepathy-qt 0.9.0 fails | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Robby Engelmann <robby.engelmann> |
Component: | tp-qt | Assignee: | Andre Moreira Magalhaes <andrunko> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | major | ||
Priority: | high | CC: | ollisal |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Robby Engelmann
2011-12-22 04:30:25 UTC
Not nice at all. Sorry! Andre, could this have something to do with the conditionally compiled in tests? Robby, which Qt version do you have? I am using Qt version 4.7.4 under ubuntu oneiric. Can I disable to comile these tests? You can try commenting out (prefix with the '#' character) the line > tpqt_add_dbus_unit_test(ConnectionAddressing conn-addressing tp-glib-tests tp-qt-tests-glib-helpers) in telepathy-qt/tests/dbus/CMakeLists.txt But there is something weird here: the tp-glib-tests static utility library which is mentioned as a dependency in that line should contain that symbol in all cases. Excerpt from nm(1) dump for me: > <more:~/work/telepathy-qt/build> nm tests/lib/glib/libtp-glib-tests.so | > grep contacts_connection_get_type > 000000000000daf0 T tp_tests_contacts_connection_get_type Thus, you'll possibly hit a different compilation issue later on. I just tried compilation after commenting out the mentioned line. All went without any errors. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.