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

#13 0.616 Err:6 http://debian-archive.trafficmanager.net/debian buster-backports Release #13 0.616 404 Not Found [IP: 40.76.167.129 80] #96

Open
Michxw opened this issue May 1, 2024 · 4 comments

Comments

@Michxw
Copy link

Michxw commented May 1, 2024

I used Sonic-VPP two weeks ago, and I was able to build the image without any problem. I cloned the repo this week in a new server, and when I tried to run the make sonic command. I am getting the following error:

sonic-net/sonic-buildimage#13 0.616 Err:6 http://debian-archive.trafficmanager.net/debian buster-backports Release
sonic-net/sonic-buildimage#13 0.616 404 Not Found [IP: 40.76.167.129 80]

The repository 'http://debian-archive.trafficmanager.net/debian buster-backports Release' does not have a Release file.

I guess it could be something on the /sonic-platform-vpp/build/sonic-buildimage/sonic-slave-buster/Dockerfile.j2, but I am not really sure. Do you guys have any idea of it?

@amazor
Copy link

amazor commented May 1, 2024

I am also having this issue when building the 202211 branch.

@neethajohn
Copy link

@Michxw , please provide more details

@lguohan lguohan transferred this issue from sonic-net/sonic-buildimage May 8, 2024
@Michxw
Copy link
Author

Michxw commented May 9, 2024

Hi @neethajohn I partially fixed it by changing the NOBUSTER from 0 to 1 on the sonic-buildimage Make file:

/sonic-buildimage$ cat Makefile

SONiC make file

NOJESSIE ?= 1
NOSTRETCH ?= 1
NOBUSTER ?= 1
NOBULLSEYE ?= 0

So now the make sonic builds properly with bullseye version

It seems there is no trafficmanager support anymore for Debian's Buster version. So maybe we have to change the 'http://debian-archive.trafficmanager.net/debian repository if we want to keep building buster images

@amazor
Copy link

amazor commented May 12, 2024

Using the env flag "MIRROR_SNAPSHOT=y" may also help partly, since it this tells the build system to use a different mirror repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants