Opened 13 years ago

Closed 13 years ago

#29455 closed defect (invalid)

arm-elf-binutils patch failure

Reported by: stockbr@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: arm-elf-binutils

Description (last modified by mf2k (Frank Schima))

When trying to install amr-elf-gcc I get an error on the dependency for arm-elf-binutils as follows:

--->  Computing dependencies for arm-elf-gcc
--->  Dependencies to be installed: arm-elf-binutils
Error: Target org.macports.patch returned: no files matched glob pattern "as.texi*"
Error: Failed to install arm-elf-binutils

Attachments (1)

bugOutput.txt (8.9 KB) - added by stockbr@… 13 years ago.
output from sudo port -d install arm-elf-binutils

Download all attachments as: .zip

Change History (4)

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: arm-elf removed
Port: arm-elf-binutils added

Works fine for me.

We need the debug log. Run the following and attach the output.

sudo port clean arm-elf-binutils
sudo port -d install arm-elf-binutils

Changed 13 years ago by stockbr@…

Attachment: bugOutput.txt added

output from sudo port -d install arm-elf-binutils

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Summary: arm-elf-binutils will not downloadarm-elf-binutils patch failure

Could your /usr/bin/sed have been modified? On my 10.6.7 system:

% ls -l /usr/bin/sed
-r-xr-xr-x  1 root  wheel  83392 19 May  2009 /usr/bin/sed
% openssl sha1 /usr/bin/sed
SHA1(/usr/bin/sed)= d91b49fd0ecd2396e24da51021e0cacbddd7c19c
% file /usr/bin/sed
/usr/bin/sed: Mach-O universal binary with 2 architectures
/usr/bin/sed (for architecture x86_64):	Mach-O 64-bit executable x86_64
/usr/bin/sed (for architecture i386):	Mach-O executable i386

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: invalid
Status: newclosed

Agreed, your /usr/bin/sed is bad (has perhaps been replaced by a GNU sed). Replace it with a good copy of standard Mac OS X sed (i.e. BSD sed) from your backups, or your Mac OS X install media, or maybe extract it (e.g. using Pacifist) from the latest Mac OS X combo update.

Note: See TracTickets for help on using tickets.