[Bug 224895] New port: devel/ros-rosdep Multi-package manager system dependency tool for ROS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 10 19:06:24 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224895

--- Comment #6 from Tobias Kortkamp <tobik at freebsd.org> ---
Looks better but there are still some issues.  I consider the dependencies
problem a blocking issue.

XPKGNAMEPREFIX= ${PY_FLAVOR}-

Use

PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

here.

XLICENSE=       BSD3CLAUSE

Consider adding LICENSE_FILE here too.

When I run it this happens

Traceback (most recent call last):
  File "/usr/local/bin/rosdep", line 3, in <module>
    from rosdep2.main import rosdep_main
  File "/usr/local/lib/python2.7/site-packages/rosdep2/__init__.py", line 40,
in <module>
    from .installers import InstallerContext, Installer, \
  File "/usr/local/lib/python2.7/site-packages/rosdep2/installers.py", line 36,
in <module>
    from rospkg.os_detect import OsDetect
ImportError: No module named rospkg.os_detect

Looks like there are some dependencies missing. setup.py has this

install_requires=['catkin_pkg', 'rospkg >= 1.0.37', 'rosdistro >= 0.4.0',
'PyYAML >= 3.1'],

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list