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
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!