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

Retrieving needed toolchain components' tarball failed (again?) #319

Closed
ficolas2 opened this issue Apr 7, 2018 · 3 comments
Closed

Retrieving needed toolchain components' tarball failed (again?) #319

ficolas2 opened this issue Apr 7, 2018 · 3 comments

Comments

@ficolas2
Copy link

ficolas2 commented Apr 7, 2018

#237
Im trying to build this following
https://github.com/esp8266/esp8266-wiki/wiki/Toolchain
but im getting an error like the one in the issue linked above:

[DEBUG]    Trying 'http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar'
[DEBUG]    ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/opt/Espressif/crosstool-NG/.build/tarballs/mpc-1.0.2.tar.tmp-dl' 'http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar' 
[ALL  ]    --2018-04-07 03:37:26--  http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar
[ALL  ]    Resolving www.multiprecision.org (www.multiprecision.org)... 185.233.100.48
[ALL  ]    Connecting to www.multiprecision.org (www.multiprecision.org)|185.233.100.48|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 500 Internal Server Error
[ALL  ]    2018-04-07 03:37:26 ERROR 500: Internal Server Error.
[ALL  ]    
[DEBUG]    Not at this location: "http://www.multiprecision.org/mpc/download/mpc-1.0.2.tar"
[DEBUG]    Trying 'http://www.multiprecision.org/mpc/download/mpc-1.0.2.zip'
[DEBUG]    ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/opt/Espressif/crosstool-NG/.build/tarballs/mpc-1.0.2.zip.tmp-dl' 'http://www.multiprecision.org/mpc/download/mpc-1.0.2.zip' 
[ALL  ]    --2018-04-07 03:37:26--  http://www.multiprecision.org/mpc/download/mpc-1.0.2.zip
[ALL  ]    Resolving www.multiprecision.org (www.multiprecision.org)... 185.233.100.48
[ALL  ]    Connecting to www.multiprecision.org (www.multiprecision.org)|185.233.100.48|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 500 Internal Server Error
[ALL  ]    2018-04-07 03:37:26 ERROR 500: Internal Server Error.
[ALL  ]    
[DEBUG]    Not at this location: "http://www.multiprecision.org/mpc/download/mpc-1.0.2.zip"
[DEBUG]    Trying 'http://www.multiprecision.org/mpc/download/mpc-1.0.2'
[DEBUG]    ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/opt/Espressif/crosstool-NG/.build/tarballs/mpc-1.0.2.tmp-dl' 'http://www.multiprecision.org/mpc/download/mpc-1.0.2' 
[ALL  ]    --2018-04-07 03:37:26--  http://www.multiprecision.org/mpc/download/mpc-1.0.2
[ALL  ]    Resolving www.multiprecision.org (www.multiprecision.org)... 185.233.100.48
[ALL  ]    Connecting to www.multiprecision.org (www.multiprecision.org)|185.233.100.48|:80... connected.
[ALL  ]    HTTP request sent, awaiting response... 500 Internal Server Error
[ALL  ]    2018-04-07 03:37:26 ERROR 500: Internal Server Error.
[ALL  ]    
[DEBUG]    Not at this location: "http://www.multiprecision.org/mpc/download/mpc-1.0.2"
[ERROR]  
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: do_mpc_get[scripts/build/companion_libs/140-mpc.sh@741]
[ERROR]  >>        called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@583]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      'share/doc/crosstool-ng/ct-ng.1.20.0/B - Known issues.txt'
[ERROR]  
[ERROR]  (elapsed: 2:04.36)```


The file its looking for, seems to be in http://ftp.gnu.org/gnu/mpc/mpc-1.0.2.tar.gz now.
@ficolas2
Copy link
Author

ficolas2 commented Apr 7, 2018

I was able to solve the issue by changing the url it was looking for the file in to a different one, that I found in http://www.multiprecision.org/mpc/download.html

@TimotF
Copy link

TimotF commented Jun 23, 2018

I had the same issue and was able to fix it by downloading the archive v1.02 from your link and placing it in crosstool-NG/.build/tarballs

Thanks !

@pfalcon
Copy link
Owner

pfalcon commented Jul 10, 2018

Also #100.

@pfalcon pfalcon closed this as completed Jul 10, 2018
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