Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 561480

Summary: dev-ros/rviz-1.11.9 fails to compile
Product: Gentoo Linux Reporter: Eric Timmons <gentoo-bugs>
Component: Current packagesAssignee: 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

Description Eric Timmons 2015-09-25 17:35:13 UTC
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
Comment 1 Eric Timmons 2015-09-25 17:36:05 UTC
Created attachment 412894 [details]
emerge --info
Comment 2 Eric Timmons 2015-09-25 17:53:49 UTC
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.
Comment 3 Alexis Ballier gentoo-dev 2015-09-26 09:50:48 UTC
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!