You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $(find . -iname 'packages-'lsb_release -cs'.apt' -o -iname 'packages.apt') returns empty. Which then the sort -u will hang waiting for an input.
I believe that there's an unwritten assumption about what path you're executing in. You need to be in the directory of the workspace with the checked out code.
The text was updated successfully, but these errors were encountered:
Originally reported here: https://community.gazebosim.org/t/unable-to-install-gazebo-garden-in-ubuntu-20-04/2296
It appears that in https://gazebosim.org/docs/garden/install_ubuntu_src
Source:
https://github.com/gazebosim/docs/blob/master/garden/install_ubuntu_src.md#install-dependencies
The
$(find . -iname 'packages-'
lsb_release -cs'.apt' -o -iname 'packages.apt')
returns empty. Which then thesort -u
will hang waiting for an input.I believe that there's an unwritten assumption about what path you're executing in. You need to be in the directory of the workspace with the checked out code.
The text was updated successfully, but these errors were encountered: