https://bugs.kde.org/show_bug.cgi?id=429414
Bug ID: 429414 Summary: pyfalkon doesn't build with shiboken 5.15.2 Product: Falkon Version: 3.1.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: extensions Assignee: now...@gmail.com Reporter: aro...@archlinux.org Target Milestone: --- Shiboken 5.15.2 wraps namespaced variables [1], which means that Qz::sessionVersion is now being wrapped. But the symbol is not exported in the shared library, so PyFalkon fails to link. [100%] Linking CXX shared module ../../../bin/plugins/PyFalkon.so /usr/bin/ld: CMakeFiles/PyFalkon.dir/PyFalkon/qz_wrapper.cpp.o: in function `init_PyFalkonQz(_object*)': qz_wrapper.cpp:(.text+0x105f): undefined reference to `Qz::sessionVersion' collect2: error: ld returned 1 exit status make[2]: *** [src/plugins/PyFalkon/CMakeFiles/PyFalkon.dir/build.make:1634: bin/plugins/PyFalkon.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:28768: src/plugins/PyFalkon/CMakeFiles/PyFalkon.dir/all] Error 2 [1] https://code.qt.io/cgit/pyside/pyside-setup.git/commit/sources?id=26a50da482c12bbbfcc8cea46aecd9f0c8305ca6 -- You are receiving this mail because: You are watching all bug changes.