Date: Sun, 10 Feb 2019 19:06:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 224895] New port: devel/ros-rosdep Multi-package manager system dependency tool for ROS Message-ID: <bug-224895-7788-uENCd5I7W5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224895-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-224895-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224895 --- Comment #6 from Tobias Kortkamp <tobik@freebsd.org> --- Looks better but there are still some issues. I consider the dependencies problem a blocking issue. XPKGNAMEPREFIX=3D ${PY_FLAVOR}- Use PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} here. XLICENSE=3D 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 4= 0, 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=3D['catkin_pkg', 'rospkg >=3D 1.0.37', 'rosdistro >=3D 0.4= .0', 'PyYAML >=3D 3.1'], --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224895-7788-uENCd5I7W5>