Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garden install instructions hang on dependency installation command #397

Closed
tfoote opened this issue Oct 2, 2023 · 3 comments
Closed

Garden install instructions hang on dependency installation command #397

tfoote opened this issue Oct 2, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tfoote
Copy link
Contributor

tfoote commented Oct 2, 2023

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 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.

@tfoote tfoote added the bug Something isn't working label Oct 2, 2023
@scpeters
Copy link
Member

scpeters commented Oct 2, 2023

I've opened a draft PR to clarify the working directory needed for this step: #398

@scpeters scpeters self-assigned this Oct 2, 2023
@scpeters scpeters moved this from Inbox to In progress in Core development Oct 2, 2023
@scpeters
Copy link
Member

scpeters commented Oct 3, 2023

fixed by #398

@scpeters
Copy link
Member

scpeters commented Oct 3, 2023

the change hasn't yet deployed to gazebosim.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants