gendev-macos icon indicating copy to clipboard operation
gendev-macos copied to clipboard

Access denied: 500 - newlib-1.19.0.tar.gz

Open malayli opened this issue 4 years ago • 3 comments

Hello,

After running make, I got 500 error status code:

curl -o newlib-1.19.0.tar.gz ftp://sources.redhat.com/pub/newlib/newlib-1.19.0.tar.gz

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (67) Access denied: 500

malayli avatar Feb 23 '21 08:02 malayli

Same issue, redhat no longer offers this url

updating the makefile to this server works. https://sourceware.org/ftp/newlib/index.html

bferguson3 avatar Apr 06 '21 11:04 bferguson3

Build still fails. First attempt gives "Specified CC_FOR_BUILD doesn't seem to work." Second attempt building results in: m68k-elf-ar: ../argz/lib.a: No such file or directory m68k-elf-ar: ../stdlib/lib.a: No such file or directory m68k-elf-ar: ../ctype/lib.a: No such file or directory m68k-elf-ar: ../search/lib.a: No such file or directory m68k-elf-ar: ../stdio/lib.a: No such file or directory m68k-elf-ar: ../string/lib.a: No such file or directory m68k-elf-ar: ../signal/lib.a: No such file or directory m68k-elf-ar: ../time/lib.a: No such file or directory m68k-elf-ar: ../locale/lib.a: No such file or directory m68k-elf-ar: ../reent/lib.a: No such file or directory m68k-elf-ar: ../errno/lib.a: No such file or directory m68k-elf-ar: ../misc/lib.a: No such file or directory m68k-elf-ar: ../machine/lib.a: No such file or directory m68k-elf-ar: *.o: No such file or directory

Thanks for trying though :(

bferguson3 avatar Apr 06 '21 12:04 bferguson3

I have exactly the same issue on my end. After changing the URL to https://sourceware.org/ftp/newlib the download is working fine, but then the CC_FOR_BUILD error occurs.

thegabman avatar Sep 12 '22 12:09 thegabman