Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561480 - dev-ros/rviz-1.11.9 fails to compile
Summary: dev-ros/rviz-1.11.9 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-09-25 17:35 UTC by Eric Timmons
Modified: 2015-09-26 09:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,377.37 KB, text/plain)
2015-09-25 17:35 UTC, Eric Timmons
Details
emerge --info (emerge-info.txt,16.93 KB, text/plain)
2015-09-25 17:36 UTC, Eric Timmons
Details
rviz-librviz_sip-lib64.patch (rviz-librviz_sip-lib64.patch,792 bytes, patch)
2015-09-25 17:53 UTC, Eric Timmons
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!