-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shiboken segfault when building rviz on Arch Linux #728
Comments
Can you open a pull request to that effect and test it (or get the people reporting the issue to test it)? I don't have an Arch machine handy. |
I made a patch, but I may have found a new linker error in |
Thanks. |
Nevermind, linker error was just a hiccup while linking to Ogre 1.8 (we're still using that on Arch, I think some ROS packages are still not ready for a move to Ogre 1.9). PR incoming! |
Disable shiboken when version is detected which would segfault (fix #728)
Hi!
This is an issue similar to ros-visualization/qt_gui_core#35
Shiboken 1.2.1 was temporarily disabled for qt_gui_cpp (cf. ros-visualization/qt_gui_core#38), but this issue also happens when building rviz with shiboken support. I missed that one when packaging for Arch since I removed pyside from my system a while ago, but some users contacted me today about this issue. I guess a similar patch could be applied to src/python_bindings/shiboken/CMakeLists.txt.
Thanks!
The text was updated successfully, but these errors were encountered: