/usr/bin/x86_64-pc-linux-gnu-g++ -DROSPACK_API_BACKCOMPAT_V1 -Drospack_EXPORTS -I/var/tmp/portage/dev-ros/rospack-2.4.2/work/rospack-2.4.2/include -I/usr/include/python2.7 -DNDEBUG -Werror=terminate -O2 -pipe -march=native -std=c++11 -fPIC -o CMakeFiles/rospack.dir/src/rospack.cpp.o -c /var/tmp/portage/dev-ros/rospack-2.4.2/work/rospack-2.4.2/src/rospack.cpp In file included from /var/tmp/portage/dev-ros/rospack-2.4.2/work/rospack-2.4.2/src/rospack.cpp:28:0: /var/tmp/portage/dev-ros/rospack-2.4.2/work/rospack-2.4.2/include/rospack/rospack.h:108:39: fatal error: boost/tr1/unordered_set.hpp: No such file or directory #include <boost/tr1/unordered_set.hpp> ^ compilation terminated. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-no-multilib_20170903-173722 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-6.4.0 * Available Python interpreters, in order of preference: [1] python3.4 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby22 (with Rubygems) * emerge -qpv dev-ros/rospack [ebuild N ] dev-ros/rospack-2.4.2 USE="{-test}" PYTHON_TARGETS="python2_7"
Created attachment 492326 [details] emerge-info.txt
Created attachment 492328 [details] dev-ros:rospack-2.4.2:20170904-134651.log
Created attachment 492330 [details] emerge-history.txt
Created attachment 492332 [details] environment
Created attachment 492334 [details] etc.portage.tbz2
Created attachment 492336 [details] logs.tbz2
Created attachment 492338 [details] temp.tbz2
I created a pull request upstream: https://github.com/ros/rospack/pull/80 It seems that Boost.TR1 was silently removed: http://boost.2283326.n4.nabble.com/Boost-TR1-silently-removed-with-1-65-td4698418.html
Created attachment 492910 [details, diff] Fix https://github.com/ros/rospack/pull/80 has been merged upstream, but there is no new release yet.
(In reply to Tim Rakowski from comment #9) > Created attachment 492910 [details, diff] [details, diff] > Fix > > https://github.com/ros/rospack/pull/80 has been merged upstream, but there > is no new release yet. Thanks for the patch. It works here.
commit 23735e06d572cf187f5ed4a6b32d3deabba4a7b9 (HEAD -> master, origin/master, origin/HEAD) Author: Alexis Ballier <aballier@gentoo.org> Date: Fri Sep 8 09:16:10 2017 +0200 dev-ros/rospack: backport upstream patch to build with boost 1.65, bug #629900 thx
*** Bug 630304 has been marked as a duplicate of this bug. ***