Summary: | dev-ros/rviz-1.11.9 fails to compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eric Timmons <gentoo-bugs> |
Component: | Current packages | Assignee: | Robot Operating System team <ros> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PATCH |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info rviz-librviz_sip-lib64.patch |
Created attachment 412894 [details]
emerge --info
Created attachment 412896 [details, diff]
rviz-librviz_sip-lib64.patch
Patch shows where the wrong path comes from. It fixes the problem on amd64, but is clearly not the right solution as it would break non-64 bit systems.
commit b3f1ee6b4589cfaad2e2224517aab46926d1da72 Author: Alexis Ballier <aballier@gentoo.org> Date: Sat Sep 26 11:50:01 2015 +0200 dev-ros/rviz: Fix build of python bindings if rviz was not previously installed. Bug #561480 by Eric Timmons. Thanks! |
Created attachment 412892 [details] build.log dev-ros/rviz fails when compiling the SIP bindings. It tries to link against librviz, but looks for it in the wrong directory ('lib' instead of 'lib64'). Reproducible: always