Ticket #12642 (closed defect: worksforme)
arm-elf-gcc unable to find newlib
| Reported by: | michaelhmail-software@… | Owned by: | pguyot@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.5.0 |
| Keywords: | Cc: | ||
| Port: |
Description
---> Fetching arm-elf-gcc ---> Attempting to fetch newlib-1.14.0.tar.gz from ftp://sources.redhat.com/pub/newlib/ C unknown001b63061f02:~/NSLU2 michaelhornsby$ sudo port -v -d install arm-elf-gcc DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-gcc DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-gcc DEBUG: Requested variant darwin is not provided by port arm-elf-gcc. DEBUG: Requested variant i386 is not provided by port arm-elf-gcc. DEBUG: Requested variant macosx is not provided by port arm-elf-gcc. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-binutils DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-binutils DEBUG: Requested variant darwin is not provided by port arm-elf-binutils. DEBUG: Requested variant i386 is not provided by port arm-elf-binutils. DEBUG: Requested variant macosx is not provided by port arm-elf-binutils. DEBUG: Searching for dependency: arm-elf-binutils DEBUG: Found Dependency: receipt exists for arm-elf-binutils DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-binutils DEBUG: Searching for dependency: arm-elf-binutils DEBUG: Found Dependency: receipt exists for arm-elf-binutils DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-binutils DEBUG: Searching for dependency: arm-elf-binutils DEBUG: Found Dependency: receipt exists for arm-elf-binutils DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-binutils DEBUG: Searching for dependency: arm-elf-binutils DEBUG: Found Dependency: receipt exists for arm-elf-binutils DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/cross/arm-elf-binutils DEBUG: Searching for dependency: arm-elf-binutils DEBUG: Found Dependency: receipt exists for arm-elf-binutils DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext DEBUG: Requested variant darwin is not provided by port gettext. DEBUG: Requested variant i386 is not provided by port gettext. DEBUG: Requested variant macosx is not provided by port gettext. DEBUG: Searching for dependency: gettext DEBUG: Found Dependency: receipt exists for gettext DEBUG: Skipping completed org.macports.main (arm-elf-gcc) ---> Fetching arm-elf-gcc DEBUG: Executing org.macports.fetch (arm-elf-gcc) ---> newlib-1.14.0.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/gcc ---> Attempting to fetch newlib-1.14.0.tar.gz from ftp://sources.redhat.com/pub/newlib/
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:01:16 --:--:-- 0
DEBUG: Fetching failed:: couldn't connect to server ---> Attempting to fetch newlib-1.14.0.tar.gz from ftp://ftp.mirror.ac.uk/sites/sources.redhat.com/pub/newlib/
DEBUG: Fetching failed:: couldn't connect to server Error: Target org.macports.fetch returned: fetch failed Warning: the following items did not execute (for arm-elf-gcc): org.macports.activate org.macports.fetch org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
Change History
comment:2 Changed 5 years ago by jmr@…
- Owner changed from macports-tickets@… to pguyot@…
- Cc pguyot@… removed
Assigning to maintainer.
comment:3 Changed 5 years ago by pguyot@…
- Status changed from new to closed
- Resolution set to worksforme
newlib-1.14.0.tar.gz definitely is available at ftp://sources.redhat.com/pub/newlib/. The problem is more likely that you cannot access this FTP server from your machine.
You can grab a copy over HTTP from here: http://www.rtems.com/ftp/pub/rtems/SOURCES/
Put it in /opt/local/var/macports/distfiles/gcc/
I am not adding this mirror to the Portfile right now because I'm preparing an update (with gcc 4.2.3 and newlib 1.16.0). The update will include this HTTP mirror.

