Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562012 - dev-util/rosdep with wrong dependency on dev-python/nose
Summary: dev-util/rosdep with wrong dependency on dev-python/nose
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: 2015-10-02 06:32 UTC by Randolph Maaßen
Modified: 2015-10-06 08:41 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 Randolph Maaßen 2015-10-02 06:32:14 UTC
dev-util/rosdep won't compile compile when dev-python/nose is not installed.

I set up a container to test the ros installation, but rosdep ends up using all memory ( 4GB RAM + 8GB SWAP) and breaks with a MemoryError at the point "setup.py build". So I tried to install rosdep from the ros overlay[1], which installed dev-python/coverage and dev-python/nose. After this dev-python/rosdep from the overlay installed and I tried to install rosdep from gentoo which worked. So I installed nose and dev-util/rosdep installed.

[1] https://github.com/ros/ros-overlay
Comment 1 Alexis Ballier gentoo-dev 2015-10-06 08:41:41 UTC
commit 7bde0f457913c0e3056775ce9935e2dbf3be4be5
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Tue Oct 6 10:39:29 2015 +0200

    dev-util/rosdep: dev-python/nose is always needed at build time, not only for tests. Bug #562012 by Randolph Maaßen.
    


thanks!