NVIDIA-ISAAC-ROS / NVIDIA-ISAAC-ROS/isaac_ros_common
run-dev.sh fails with "Error 2"
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 317
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
155.1 dh_auto_configure: error: cd .obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_INSTALL_PREFIX=/opt/ros/humble -DAMENT_PREFIX_PATH=/opt/ros/humble -DCMAKE_PREFIX_PATH=/opt/ros/humble -DBUILD_TESTING=OFF .. returned exit code 1
155.1 make[1]: *** [debian/rules:33: override_dh_auto_configure] Error 2
155.1 make[1]: Leaving directory '/opt/ros/humble/src/moveit_task_constructor/core'
155.1 make: *** [debian/rules:27: binary] Error 2
------
1 warning found (use --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 17)
Dockerfile.ros2_humble:241
--------------------
240 | # installed from source above.
241 | >>> RUN --mount=type=cache,target=/var/cache/apt \
242 | >>> mkdir -p ${ROS_ROOT}/src && cd ${ROS_ROOT}/src \
243 | >>> && git clone https://github.com/ros-planning/moveit_task_constructor.git -b humble \
244 | >>> && cd moveit_task_constructor && source ${ROS_ROOT}/setup.bash \
245 | >>> && cd msgs && bloom-generate rosdebian && fakeroot debian/rules binary \
246 | >>> && cd ../ && apt-get install -y ./*.deb && rm ./*.deb \
247 | >>> && cd rviz_marker_tools && bloom-generate rosdebian && fakeroot debian/rules binary \
248 | >>> && cd ../ && apt-get install -y ./*.deb && rm ./*.deb \
249 | >>> && cd core && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck \
250 | >>> && cd ../ && apt-get install -y ./*.deb && rm ./*.deb \
251 | >>> && cd capabilities && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck \
252 | >>> && cd ../ && apt-get install -y ./*.deb && rm ./*.deb \
253 | >>> && cd visualization && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck \
254 | >>> && cd ../ && apt-get install -y ./*.deb && rm ./*.deb \
255 | >>> && cd demo && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck \
256 | >>> && cd ../ && apt-get install -y ./*.deb && rm ./*.deb
257 |
--------------------
ERROR: failed to solve: process "/bin/bash -c mkdir -p ${ROS_ROOT}/src && cd ${ROS_ROOT}/src && git clone https://github.com/ros-planning/moveit_task_constructor.git -b humble && cd moveit_task_constructor && source ${ROS_ROOT}/setup.bash && cd msgs && bloom-generate rosdebian && fakeroot debian/rules binary && cd ../ && apt-get install -y ./*.deb && rm ./*.deb && cd rviz_marker_tools && bloom-generate rosdebian && fakeroot debian/rules binary && cd ../ && apt-get install -y ./*.deb && rm ./*.deb && cd core && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck && cd ../ && apt-get install -y ./*.deb && rm ./*.deb && cd capabilities && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck && cd ../ && apt-get install -y ./*.deb && rm ./*.deb && cd visualization && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck && cd ../ && apt-get install -y ./*.deb && rm ./*.deb && cd demo && bloom-generate rosdebian && fakeroot debian/rules binary DEB_BUILD_OPTIONS=nocheck && cd ../ && apt-get install -y ./*.deb && rm ./*.deb" did not complete successfully: exit code: 2
~/workspaces/isaac_ros-dev
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure through run-dev.sh and inspect Dockerfile.ros2_humble around line 241, especially the build commands for moveit_task_constructor/core. Start with the earlier CMake output, since the reported exit code does not identify the underlying error. Done means the Docker build completes successfully through the listed package builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, docker, shell
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100