#25120: dos2unix does not build universal variant -----------------------------------+---------------------------------------- Reporter: andre.david@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Low | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: dos2unix -----------------------------------+---------------------------------------- I think the change in #19347 is biting me. I am trying to rebuild all ports with gcc44 as default compiler and I get {{{ ---> Verifying checksum(s) for dos2unix DEBUG: Executing org.macports.checksum (dos2unix) ---> Checksumming dos2unix-4.1.2.tar.gz DEBUG: Correct (md5) checksum for dos2unix-4.1.2.tar.gz DEBUG: Correct (sha1) checksum for dos2unix-4.1.2.tar.gz DEBUG: Correct (rmd160) checksum for dos2unix-4.1.2.tar.gz ---> Extracting dos2unix DEBUG: Executing org.macports.extract (dos2unix) ---> Extracting dos2unix-4.1.2.tar.gz DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/dos2unix/dos2unix-4.1.2.tar.gz DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_dos2unix/work" && /usr/bin/gzip -dc /opt/local/var/macports/distfiles/dos2unix/dos2unix-4.1.2.tar.gz | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing org.macports.patch (dos2unix) ---> Configuring dos2unix DEBUG: Using compiler 'Mac OS X gcc 4.2' DEBUG: Executing org.macports.configure (dos2unix) ---> Building dos2unix DEBUG: Executing proc-pre-org.macports.build-build-0 DEBUG: Executing org.macports.build (dos2unix) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_dos2unix/work/dos2unix-4.1.2" && /usr/bin/nice -n 20 /usr/bin/make -j4 all prefix=/opt/local CFLAGS_OS="-O2 -I/opt/local/include -arch x86_64 -arch i386" LDFLAGS_EXTRA="-L/opt/local/lib -lintl -arch x86_64 -arch i386"' gcc -DVER_REVISION=\"4.1.2\" -DVER_DATE=\"2010-01-24\" -O2 -I/opt/local/include -arch x86_64 -arch i386 -DENABLE_NLS -DLOCALEDIR=\"/opt/local/share/locale\" -DPACKAGE=\"dos2unix\" -O2 -Wall -D_LARGEFILE_SOURCE -c dos2unix.c -o dos2unix.o ln -sf dos2unix.1 mac2unix.1 cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-arch" make: *** [dos2unix.o] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_dos2unix/work/dos2unix-4.1.2" && /usr/bin/nice -n 20 /usr/bin/make -j4 all prefix=/opt/local CFLAGS_OS="-O2 -I/opt/local/include -arch x86_64 -arch i386" LDFLAGS_EXTRA="-L/opt/local/lib -lintl -arch x86_64 -arch i386" " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_dos2unix/work/dos2unix-4.1.2" && /usr/bin/nice -n 20 /usr/bin/make -j4 all prefix=/opt/local CFLAGS_OS="-O2 -I/opt/local/include -arch x86_64 -arch i386" LDFLAGS_EXTRA="-L/opt/local/lib -lintl -arch x86_64 -arch i386" " returned error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for dos2unix): org.macports.destroot org.macports.build DEBUG: couldn't read file "/opt/local/share/macports/Tcl/darwintrace1.0/pkgIndex.tcl": no such file or directory while executing "source [file join $dir pkgIndex.tcl]" Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets> }}} Basically, it seems that some smartness picks up the built-in XCode gcc 4.2 which then fails to build with `-arch`. All other ports are rebuilding fine (up to gcc in alphabetical order). Hints appreciated. -- Ticket URL: <http://trac.macports.org/ticket/25120> MacPorts <http://www.macports.org/> Ports system for Mac OS