Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 624014 - dev-ros/diagnostic_aggregator-1.9.0 : fails with FEATURES=test
Summary: dev-ros/diagnostic_aggregator-1.9.0 : fails with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 16:17 UTC by Toralf Förster
Modified: 2017-07-07 18:17 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.66 KB, text/plain)
2017-07-06 16:17 UTC, Toralf Förster
Details
dev-ros:diagnostic_aggregator-1.9.0:20170706-060646.log (dev-ros:diagnostic_aggregator-1.9.0:20170706-060646.log,31.29 KB, text/plain)
2017-07-06 16:18 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,316.77 KB, text/plain)
2017-07-06 16:18 UTC, Toralf Förster
Details
environment (environment,121.63 KB, text/plain)
2017-07-06 16:18 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,29.18 KB, application/x-bzip)
2017-07-06 16:18 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.45 KB, application/x-bzip)
2017-07-06 16:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.40 KB, application/x-bzip)
2017-07-06 16:18 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,1.82 KB, application/x-bzip)
2017-07-06 16:18 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-07-06 16:17:54 UTC
  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-systemd_20170628-214240

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
  [2]   ruby22 (with Rubygems)
Comment 1 Toralf Förster gentoo-dev 2017-07-06 16:17:57 UTC
Created attachment 481320 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-06 16:18:01 UTC
Created attachment 481322 [details]
dev-ros:diagnostic_aggregator-1.9.0:20170706-060646.log
Comment 3 Toralf Förster gentoo-dev 2017-07-06 16:18:04 UTC
Created attachment 481324 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-07-06 16:18:07 UTC
Created attachment 481326 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-07-06 16:18:10 UTC
Created attachment 481328 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-06 16:18:13 UTC
Created attachment 481330 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-07-06 16:18:16 UTC
Created attachment 481332 [details]
temp.tbz2
Comment 8 Toralf Förster gentoo-dev 2017-07-06 16:18:19 UTC
Created attachment 481334 [details]
tests.tbz2
Comment 9 Alexis Ballier gentoo-dev 2017-07-07 18:17:45 UTC
should have been fixed by this commit:

commit 7f354a0c3f96b77f28ea303007b2f7b7d5d53824
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Thu Jul 6 23:22:18 2017 +0200

    ros-catkin.eclass: Use only a single python implementation for all ROS packages.
    
    Use only python 2.7: that is the version supported by OSRF.
    Multi-python the way we did it was not working well, it ended up loading python libs from different interpreters causing weird errors.
    Add ros-catkin_python_setup function.