kwrazi / archlinux-ros-melodic

Scripts for testing, fixing and installing Archlinux packages used to install ros-melodic
MIT License
6 stars 2 forks source link

Error while provisioning #1

Closed cwiz closed 5 years ago

cwiz commented 5 years ago

I'm building melodic-base on manjaro host.

At some point while building it I get following error:

melodic: ==> Making package: ros-melodic-rospack 2.5.2-1 (Tue 26 Feb 2019 13:38:31 AEDT) melodic: ==> Checking runtime dependencies... melodic: ==> Installing missing dependencies... melodic: error: target not found: python-rosdep melodic: ==> ERROR: 'pacman' failed to install missing dependencies. The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

kwrazi commented 5 years ago

As a quick fix, manually install python-rosdep (with yaourt) before continuing (i.e. re-run) the provision.sh script. Currently verifying the issue.

cwiz commented 5 years ago

Some other packages I had to install from vagrant ssh

python-rosdep ros-melodic-roslib ros-melodic-rosconsole ros-melodic-cmake-modules ros-melodic-std-msgs

cwiz commented 5 years ago

Seems like issue is due to yaourt syncing database with each install. Since full install is huge, either ISP or server was resetting connection to download unchanged package index.

kwrazi commented 5 years ago

Thanks for the suggestion. I've remove excessive syncing to package databases. I hope that helps