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

Build no longer works due to missling files #4

Open
timg11 opened this issue Feb 9, 2022 · 1 comment
Open

Build no longer works due to missling files #4

timg11 opened this issue Feb 9, 2022 · 1 comment

Comments

@timg11
Copy link

timg11 commented Feb 9, 2022

The process to build the sdk in docker as described here no longer works.
The command sudo docker build -t tavk/esp-sdk:0.1.0 .

fails with this output.

[04:43] / ct-ng:152: recipe for target 'build' failed
make[2]: *** [build] Error 1
make[2]: Leaving directory '/home/esp/esp-open-sdk/crosstool-NG'
../Makefile:135: recipe for target '_toolchain' failed
make[1]: *** [_toolchain] Error 2
make[1]: Leaving directory '/home/esp/esp-open-sdk/crosstool-NG'
Makefile:130: recipe for target 'crosstool-NG/.built' failed
make: *** [crosstool-NG/.built] Error 2
The command '/bin/sh -c cd esp-open-sdk && make STANDALONE=n' returned a non-zero code: 2

Inside the container, build.log contains:

[DEBUG]    ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/esp/esp-open-sdk/crosstool-NG/.build/tarballs/cloog-0.18.4.tar.xz.tmp-dl' 'http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.xz' 
[ALL  ]    --2016-10-25 08:57:42--  http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.xz
[ALL  ]    Resolving www.bastoul.net (www.bastoul.net)... 62.210.16.62
[ALL  ]    Connecting to www.bastoul.net (www.bastoul.net)|62.210.16.62|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 404 Not Found
[ALL  ]    2016-10-25 08:57:43 ERROR 404: Not Found.

and


[DEBUG]    ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/esp/esp-open-sdk/crosstool-NG/.build/tarballs/binutils-2.25.1.tar.xz.tmp-dl' 'http://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.xz' 
[ALL  ]    URL transformed to HTTPS due to an HSTS policy
[ALL  ]    --2016-10-25 08:58:00--  https://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.xz
[ALL  ]    Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b
[ALL  ]    Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected.
[ALL  ]    HTTP request sent, awaiting response... 404 Not Found
[ALL  ]    2016-10-25 08:58:01 ERROR 404: Not Found.

as well as 404 errors for

http://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.25.1.tar.lzma
https://ftp.gnu.org/gnu/gcc/gcc-4.8.5/gcc-4.8.5.tar.xz
http://mirrors.kernel.org/sourceware/gdb/gdb-7.10.tar.xz
http://mirrors.kernel.org/sources.redhat.com/newlib/newlib-2.0.0.tar.bz2

Are there recommendations for locating the missing sources?

@T-vK
Copy link
Owner

T-vK commented Feb 14, 2022

Not sure why those links were taken down or where they can be downloaded now. I guess you could use the pre-built image: sudo docker pull tavk/esp-sdk:0.1.0

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

2 participants