-
Notifications
You must be signed in to change notification settings - Fork 123
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
Error when installing packages #80
Comments
I have the same issue. when I try to run a newer version of debian (i.e. debian:bullseye), everything works fine. so I guess it has something to do with the update-servers? but idk |
It isn't strictly this respository issue, but more like no longer supported distro issue. Basically you have 2 options: |
Use this docker file. Then after you log on to the shell of docker container download Toolchain |
I got error executing this command:
docker build buildenv -t myos-buildenv
Log:
Sending build context to Docker daemon 2.048kB
Step 1/9 : FROM randomdude/gcc-cross-x86_64-elf
latest: Pulling from randomdude/gcc-cross-x86_64-elf
e79bb959ec00: Pull complete
f050fc6c689b: Downloading [=================================================> ] 118.9MB/119.9MB
442cb3d16d02: Downloading [===================> ] 57.3
f050fc6c689b: Pull complete
442cb3d16d02: Pull complete
14d94ff98d19: Pull complete
a4ae10eb5f5e: Pull complete
e902f4d76ec4: Pull complete
5db60b077f02: Pull complete Digest: sha256:2ca589df09c1161268b48022be127e72477b0b501cd605b5af2bce7a159a853a
Status: Downloaded newer image for randomdude/gcc-cross-x86_64-elf:latest
---> c7e17c42eb04
Step 2/9 : RUN apt-get update
---> Running in c30f4675962f
Ign:1 http://security.debian.org/debian-security stretch/updates InRelease
Err:2 http://security.debian.org/debian-security stretch/updates Release
404 Not Found
Ign:3 http://deb.debian.org/debian stretch InRelease
Ign:4 http://deb.debian.org/debian stretch-updates InRelease
Err:5 http://deb.debian.org/debian stretch Release
404 Not Found
Err:6 http://deb.debian.org/debian stretch-updates Release
404 Not Found
Reading package lists...
E: The repository 'http://security.debian.org/debian-security stretch/updates Release' does no longer have a Release file.
E: The repository 'http://deb.debian.org/debian stretch Release' does no longer have a Release file.
E: The repository 'http://deb.debian.org/debian stretch-updates Release' does no longer have a Release file.
The command '/bin/sh -c apt-get update' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered: