Opened 11 years ago

Last modified 10 years ago

#40289 closed defect

libffi: extract failed — at Version 2

Reported by: devasis_bassu@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: libffi

Description (last modified by ryandesign (Ryan Carsten Schmidt))

The installation of gcc48 with the +universal optional fails. It does succeed without the +universal option. I've tried several variations starting with a clean install of macports followed by the port install gcc48 +universal command - also failed.

Pasted below is the output from the console when I attempted to install gcc48 with +universal. I've attached the log file.

$ sudo port install gcc48 +universal
--->  Computing dependencies for gcc48
--->  Dependencies to be installed: cctools cctools-headers ld64 dyld-headers libunwind-headers llvm-3.3 libffi llvm_select cloog gmp isl autoconf m4 perl5 perl5.12 gdbm gettext expat libiconv ncurses automake libtool gcc_select libgcc libmpc mpfr
--->  Fetching archive for cctools-headers
Warning: Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports.
--->  Attempting to fetch cctools-headers-839_0.darwin_12.noarch.tbz2 from http://packages.macports.org/cctools-headers
--->  Attempting to fetch cctools-headers-839_0.darwin_12.noarch.tbz2.rmd160 from http://packages.macports.org/cctools-headers
--->  Installing cctools-headers @839_0
--->  Activating cctools-headers @839_0
--->  Cleaning cctools-headers
--->  Fetching archive for dyld-headers
--->  Attempting to fetch dyld-headers-210.2.3_0.darwin_12.noarch.tbz2 from http://packages.macports.org/dyld-headers
--->  Attempting to fetch dyld-headers-210.2.3_0.darwin_12.noarch.tbz2.rmd160 from http://packages.macports.org/dyld-headers
--->  Installing dyld-headers @210.2.3_0
--->  Activating dyld-headers @210.2.3_0
--->  Cleaning dyld-headers
--->  Fetching archive for libunwind-headers
--->  Attempting to fetch libunwind-headers-35.1_1.darwin_12.noarch.tbz2 from http://packages.macports.org/libunwind-headers
--->  Attempting to fetch libunwind-headers-35.1_1.darwin_12.noarch.tbz2.rmd160 from http://packages.macports.org/libunwind-headers
--->  Installing libunwind-headers @35.1_1
--->  Activating libunwind-headers @35.1_1
--->  Cleaning libunwind-headers
--->  Extracting libffi
Error: org.macports.extract for port libffi returned: command execution failed
Error: Failed to install libffi
Please see the log file for port libffi for details:
    /opt/local/var/macports/logs/_Volumes_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_libffi/libffi/main.log
Error: The following dependencies were not installed: cctools ld64 llvm-3.3 libffi llvm_select cloog gmp isl autoconf m4 perl5 perl5.12 gdbm gettext expat libiconv ncurses automake libtool gcc_select libgcc libmpc mpfr
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port gcc48 failed
$ 

Change History (3)

Changed 11 years ago by devasis_bassu@…

Attachment: main.log added

comment:1 Changed 11 years ago by devasis_bassu@…

Forgot to mention my machine details...

Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64

$ which gcc
/usr/bin/gcc
$ gcc -v
Configured with: --prefix=/Applications/Xcode5-DP6.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.1.74) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.4.0
Thread model: posix
$ 
Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: gcc48 libffi removed
Port: libffi added; gcc48 removed
Summary: gcc48 +universal Failed to install libffilibffi: extract failed

This was not a clean attempt. Please clean libffi and try again.

Note: See TracTickets for help on using tickets.