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

Debian / Ubuntu package repository missing Release file #94

Open
osrf-migration opened this issue Jan 2, 2020 · 12 comments
Open

Debian / Ubuntu package repository missing Release file #94

osrf-migration opened this issue Jan 2, 2020 · 12 comments
Assignees
Labels
bug Something isn't working major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Kevin Cole (Bitbucket: ubuntourist).


The documented method for installing on Ubuntu fails with:

$ sudo apt update
...
Err:4 http://packages.osrfoundation.org/gazebo/ubuntu-stable stretch Release
  404  Not Found
...
E: The repository 'http://packages.osrfoundation.org/gazebo/ubuntu-stable stretch Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
$ 

(Ignore the color-coding. No matter what “language” I choose – including “PlainText”, Bitbucket continues to try to “interpret” the above, highlighting “keywords” that aren’t keywords, “quotes” that aren’t quotes, and numbers.)

@osrf-migration
Copy link
Author

Original comment by Kevin Cole (Bitbucket: ubuntourist).


  • Edited issue description

3 similar comments
@osrf-migration
Copy link
Author

Original comment by Kevin Cole (Bitbucket: ubuntourist).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Kevin Cole (Bitbucket: ubuntourist).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Kevin Cole (Bitbucket: ubuntourist).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


  • set assignee_account_id to "557058:155a32e2-420c-4d50-98e0-0e722f63f906"
  • set assignee to "jrivero (Bitbucket: jrivero, GitHub: j-rivero)"

Thanks for the report:

http://packages.osrfoundation.org/gazebo/ubuntu-stable should be http://packages.osrfoundation.org/gazebo/debian-stable . There could be a bug in the instructions. How did you install the repository?

@osrf-migration
Copy link
Author

Original comment by Kevin Cole (Bitbucket: ubuntourist).


I was following the instructions at http://gazebosim.org/tutorials?tut=install_ubuntu&cat=install

Alternative installation step-by-step (since the first method failed.)

@osrf-migration
Copy link
Author

Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


I see. That tutorial is for Ubuntu, the good one for Debian is at: http://gazebosim.org/tutorials?tut=install_other_linux&cat=install#Debian.

I’m updating the tutorial here: https://bitbucket.org/osrf/gazebo_tutorials/pull-requests/554/update-other-linux-installations-tutorials/diff

Also fixing the one-liner install method here:

https://bitbucket.org/osrf/release-tools/pull-requests/940/update-one-liner-installation-to-gazebo11/diff

That should makes the things a bit easier.

@osrf-migration osrf-migration added major bug Something isn't working labels Apr 24, 2020
@fakhruddinbabor7
Copy link

Im facing the same issue.. and im following this instruction "the good one for Debian is at: http://gazebosim.org/tutorials?tut=install_other_linux&cat=install#Debian." and I got this error...."Package 'gazebo9' has no installation candidate".. can u have look at this problem !!

@j-rivero
Copy link
Contributor

j-rivero commented Dec 8, 2021

Im facing the same issue.. and im following this instruction "the good one for Debian is at: http://gazebosim.org/tutorials?tut=install_other_linux&cat=install#Debian." and I got this error...."Package 'gazebo9' has no installation candidate".. can u have look at this problem !!

Which version of Debian are you using?

@fakhruddinbabor7
Copy link

fakhruddinbabor7 commented Dec 8, 2021

Im facing the same issue.. and im following this instruction "the good one for Debian is at: http://gazebosim.org/tutorials?tut=install_other_linux&cat=install#Debian." and I got this error...."Package 'gazebo9' has no installation candidate".. can u have look at this problem !!

Which version of Debian are you using?

version 10
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

platform: Raspberry Pi4, aarch64, OS debian bluster, ROS2 foxy

@fakhruddinbabor7
Copy link

this link is not working too....

"Also fixing the one-liner install method here:

https://bitbucket.org/osrf/release-tools/pull-requests/940/update-one-liner-installation-to-gazebo11/diff "

@j-rivero
Copy link
Contributor

j-rivero commented Dec 9, 2021

The reason why the installation fails is that we never released gazebo9 for aarch64 in Debian Buster, probably because we lack patches at release time or we lack of resources to maintain it.

What we have in Buster/arm64 is gazebo11 so my recommendation would be to go use it. If still need gazebo9 on arm64 I'm afraid that would need to compile it from source or create packages by your own.

Out of curiosity, what is the output of running:

    curl -ssL http://get.gazebosim.org | sh

@j-rivero j-rivero self-assigned this Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

3 participants