Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670150 - dev-ros/rostest fails with FEATURES="test", missing dependency
Summary: dev-ros/rostest fails with FEATURES="test", missing dependency
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: 2018-11-02 16:37 UTC by Hanno Böck
Modified: 2018-11-07 08:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2018-11-02 16:37:25 UTC
dev-ros/rostest fails with FEATURES="test" if rostopic is not installed.

From the test log:
Traceback (most recent call last):
  File "/var/tmp/portage/dev-ros/rostest-1.14.3/work/ros_comm-1.14.3/tools/rostest/nodes/publishtest", line 63, in <module>
    import rostopic
ImportError: No module named rostopic

Thus we should add dev-ros/rostopic to the test?-dependencies.
Comment 1 Larry the Git Cow gentoo-dev 2018-11-07 08:25:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a24386cc68e0e55438bb04bffb0eb151b3958cc

commit 2a24386cc68e0e55438bb04bffb0eb151b3958cc
Author:     Hanno <hanno@gentoo.org>
AuthorDate: 2018-11-07 08:25:22 +0000
Commit:     Hanno <hanno@gentoo.org>
CommitDate: 2018-11-07 08:25:22 +0000

    dev-ros/rostest: add test dependency rostopic
    
    Signed-off-by: Hanno Boeck <hanno@gentoo.org>
    Closes: https://bugs.gentoo.org/670150
    Package-Manager: Portage-2.3.51, Repoman-2.3.12

 dev-ros/rostest/rostest-1.14.3.ebuild | 3 ++-
 dev-ros/rostest/rostest-9999.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)