That looks to me like the bug in the gcc driver-driver which I fixed in apple-gcc42 with r91374. Apple's llvm-gcc uses the same driver-driver that they used for gcc-4.2, so it would have the same bug.
Please just build llvm-3.0 with configure.compiler=clang to verify that it works. --Jeremy On May 30, 2012, at 11:28 AM, Ryan Schmidt <[email protected]> wrote: > > On May 30, 2012, at 13:22, Julien Salort wrote: > >> Le 30 mai 2012 à 19:59, Ryan Schmidt a écrit : >> >>> On May 30, 2012, at 12:43, Julien Salort wrote: >>> >>>> % sudo port install netcdf-fortran +universal >>>> Password: >>>> ---> Computing dependencies for llvm-3.0 >>>> ---> Building llvm-3.0 >>>> Error: org.macports.build for port llvm-3.0 returned: command execution >>>> failed >>> >>> Since that was not a clean attempt, clean llvm-3.0, then try again. >> >> I try that. >> No luck :-( > > But now you've generated a complete main.log file that you can attach to a > ticket that you file in our issue tracker. > > >> % sudo port clean llvm-3.0; sudo port install netcdf-fortran +universal >> ---> Cleaning llvm-3.0 >> ---> Computing dependencies for curl-ca-bundle >> ---> Fetching archive for curl-ca-bundle >> ---> Attempting to fetch curl-ca-bundle-7.26.0_0.darwin_11.noarch.tbz2 from >> http://packages.macports.org/curl-ca-bundle >> ---> Fetching distfiles for curl-ca-bundle >> ---> Attempting to fetch curl-7.26.0.tar.bz2 from >> http://lil.fr.distfiles.macports.org/curl >> ---> Attempting to fetch certdata-1.83.txt from >> http://lil.fr.distfiles.macports.org/curl >> ---> Verifying checksum(s) for curl-ca-bundle >> ---> Extracting curl-ca-bundle >> ---> Applying patches to curl-ca-bundle >> ---> Configuring curl-ca-bundle >> ---> Building curl-ca-bundle >> ---> Staging curl-ca-bundle into destroot >> ---> Installing curl-ca-bundle @7.26.0_0 >> ---> Cleaning curl-ca-bundle >> ---> Deactivating curl-ca-bundle @7.25.0_0 >> ---> Cleaning curl-ca-bundle >> ---> Activating curl-ca-bundle @7.26.0_0 >> ---> Cleaning curl-ca-bundle >> ---> Computing dependencies for curl >> ---> Fetching archive for curl >> ---> Attempting to fetch >> curl-7.26.0_0+ssl+universal.darwin_11.i386-x86_64.tbz2 from >> http://packages.macports.org/curl >> ---> Fetching distfiles for curl >> ---> Verifying checksum(s) for curl >> ---> Extracting curl >> ---> Applying patches to curl >> ---> Configuring curl >> ---> Building curl >> ---> Staging curl into destroot >> ---> Installing curl @7.26.0_0+ssl+universal >> ---> Cleaning curl >> ---> Computing dependencies for curl >> ---> Deactivating curl @7.25.0_1+ssl+universal >> ---> Cleaning curl >> ---> Activating curl @7.26.0_0+ssl+universal >> ---> Cleaning curl >> ---> Computing dependencies for llvm-3.0 >> ---> Fetching archive for llvm-3.0 >> ---> Attempting to fetch >> llvm-3.0-3.0_4+universal.darwin_11.i386-x86_64.tbz2 from >> http://packages.macports.org/llvm-3.0 >> ---> Fetching distfiles for llvm-3.0 >> ---> Verifying checksum(s) for llvm-3.0 >> ---> Extracting llvm-3.0 >> ---> Applying patches to llvm-3.0 >> ---> Configuring llvm-3.0 >> ---> Building llvm-3.0 >> Error: org.macports.build for port llvm-3.0 returned: command execution >> failed >> Please see the log file for port llvm-3.0 for details: >> >> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_llvm-3.0/llvm-3.0/main.log >> Error: Unable to upgrade port: 1 >> Error: Unable to execute port: upgrade gcc45 failed >> > > _______________________________________________ > macports-users mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
