-
Notifications
You must be signed in to change notification settings - Fork 2
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
Building docker image fails #2
Comments
I believe this is because ubuntu has deprecated some packages due to security issues? Not exactly sure, but I've found some users with similar bug reports: https://askubuntu.com/questions/1411792/cant-install-i386-packages-on-ubuntu-server-20-04 Although none of these have clear resolutions for this case |
Hi there yoctouser@0f95aa1d6e98:~/elk-audio-kas-configs$ run-kas build raspberrypi4/raspberrypi4-elk-audio-os-v1.0.0.yml Build Configuration: Initialising tasks: 100% |###################################################################################################################################| Time: 0:00:09 Summary: 1 task failed: Build Configuration: Initialising tasks: 100% |###################################################################################################################################| Time: 0:00:09 Summary: 1 task failed: What should I do to fix it? |
I'm continuing to debug this error, it seems to me that it's caused by the unreachability of the standard git port (9418) by github,com. the task seemed to work fine until 100% (more than 1 hour of fetch), but suddenly restarted and raised the same error: WARNING: linux-raspberrypi-1_5.15.78+gitAUTOINC+e1b976ee4f_46937443a9-r0 do_fetch: Failed to fetch URL git://github.com/raspberrypi/linux.git;name=machine;branch=rpi-5.15.y;protocol=https, attempting MIRRORS if available Any good idea on what's causing this? Sergio |
The first instruction in the README, building the docker image, fails, specifically on the
dpkg --add-architecture i386
instruction. There are a few 404 errors when downloading certain portions of the i386 packages.The text was updated successfully, but these errors were encountered: