Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629900 - dev-ros/rospack-2.4.2 : /.../rospack.h:108:39: fatal error: boost/.../unordered_set.hpp: No such file or directory
Summary: dev-ros/rospack-2.4.2 : /.../rospack.h:108:39: fatal error: boost/.../unorder...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
: 630304 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-09-04 18:26 UTC by Toralf Förster
Modified: 2017-09-19 22:03 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.50 KB, text/plain)
2017-09-04 18:26 UTC, Toralf Förster
Details
dev-ros:rospack-2.4.2:20170904-134651.log (dev-ros:rospack-2.4.2:20170904-134651.log,8.51 KB, text/plain)
2017-09-04 18:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,38.26 KB, text/plain)
2017-09-04 18:26 UTC, Toralf Förster
Details
environment (environment,159.46 KB, text/plain)
2017-09-04 18:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.68 KB, application/x-bzip)
2017-09-04 18:26 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.53 KB, application/x-bzip)
2017-09-04 18:26 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,36.37 KB, application/x-bzip)
2017-09-04 18:26 UTC, Toralf Förster
Details
Fix (tr1.patch,9.88 KB, patch)
2017-09-06 19:42 UTC, Tim Rakowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-09-04 18:26:28 UTC
/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"
Comment 1 Toralf Förster gentoo-dev 2017-09-04 18:26:32 UTC
Created attachment 492326 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-09-04 18:26:35 UTC
Created attachment 492328 [details]
dev-ros:rospack-2.4.2:20170904-134651.log
Comment 3 Toralf Förster gentoo-dev 2017-09-04 18:26:38 UTC
Created attachment 492330 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-09-04 18:26:41 UTC
Created attachment 492332 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-09-04 18:26:44 UTC
Created attachment 492334 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-09-04 18:26:47 UTC
Created attachment 492336 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-09-04 18:26:51 UTC
Created attachment 492338 [details]
temp.tbz2
Comment 8 Tim Rakowski 2017-09-04 19:50:52 UTC
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
Comment 9 Tim Rakowski 2017-09-06 19:42:35 UTC
Created attachment 492910 [details, diff]
Fix

https://github.com/ros/rospack/pull/80 has been merged upstream, but there is no new release yet.
Comment 10 Juergen Rose 2017-09-08 07:06:13 UTC
(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.
Comment 11 Alexis Ballier gentoo-dev 2017-09-08 07:17:04 UTC
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
Comment 12 Alexis Ballier gentoo-dev 2017-09-19 22:03:24 UTC
*** Bug 630304 has been marked as a duplicate of this bug. ***