-
Notifications
You must be signed in to change notification settings - Fork 347
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
Compilation Issue with ONL - Connection Failure #1016
Comments
We have just started experiencing a similar problem during our ONL builds. The error we get is as follows: W: Failed to fetch http://127.0.0.1:3142/apt.opennetlinux.org/debian/dists/unstable/main/binary-amd64/Packages 500 Connection failure: Network is unreachable E: Some index files failed to download. They have been ignored, or old ones used instead. |
Sorry about all that, the domains are fine but were not updated to the new server. That is all being done now, once you can reach apt.opennetlinux.org again it should start working. The server it is moved to is ocp.opennetlinux.org. |
how to update these links could you please tell us |
also could you help me how to upgrade the GCC 4.7 to GCC 9 inside docker and everytime when I run the docker I need the docker to start with GCC 9 version |
Depending on what docker image you are using you can modify the latest
Dockerfile and build a new image or update and save your updated version.
https://github.com/opencomputeproject/OpenNetworkLinux/tree/master/docker/images/builder10/1.2
…On Wed, Jan 29, 2025, 9:04 PM pnayek8470 ***@***.***> wrote:
also could you help me how to upgrade the GCC 4.7 to GCC 9 inside docker
and everytime when I run the docker I need the docker to start with GCC 9
version
—
Reply to this email directly, view it on GitHub
<#1016 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAP5WH3AEJQMAOIPNUZ4HB32NGXGLAVCNFSM6AAAAABVUIMFYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRTGUZDMOJUGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
NOTE: See issues opencomputeproject#1016 Signed-off-by: Jonathan Tsai <[email protected]>
Hi Team, I attempted to compile ONL from scratch, but I encountered some download errors. I have already updated the links from "apt.opennetlinux.org" to "ocp.opennetlinux.org", but the issue still persists. ![]() Could you please check and let me know if there's a proper patch available or any recommended fix for this issue? Steps Followed: 1: git clone -b f0bcb23 https://github.com/opencomputeproject/OpenNetworkLinux.git |
Description
When attempting to compile Open Network Linux (ONL), the build process fails due to issues with accessing APT repositories. The system attempts to use the APT proxy at http://127.0.0.1:3142, but the connection fails with the error:
Err http://127.0.0.1:3142 unstable Release.gpg - Connection failed.
This prevents successful installation of necessary dependencies during the build process.
Steps to Reproduce
Clone the ONL repository.
Follow the standard steps to initiate the build process.
Observe the output during the dependency installation phase.
The text was updated successfully, but these errors were encountered: