Opened 14 years ago

Closed 14 years ago

#23244 closed defect (fixed)

py26-numpy +universal configure or build does not like the -arch option passed to gcc-mp

Reported by: snowflake (Dave Evans) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 1.8.99
Keywords: Cc: stromnov (Andrey Stromnov), ryandesign (Ryan Carsten Schmidt), macports-trac@…, payam.minoofar@…, SlaunchaMan (Jeff Kelley), domiman@…, jonathan.hayward@…, funkphreakz@…, wiml@…, michaelld (Michael Dickens), hobbsilla
Port: py26-numpy

Description

mp-gcc-4.3 is choking on the -arch option it receives during configure or build

Here is the output

:info:build compiling '_configtest.c':
:info:build 
:info:build /* This file is generated from numpy/distutils/system_info.py */
:info:build void ATL_buildinfo(void);
:info:build int main(void) {
:info:build   ATL_buildinfo();
:info:build   return 0;
:info:build }
:info:build C compiler: /opt/local/bin/gcc-mp-4.3 -arch x86_64 -arch i386 -isysroot / -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
:info:build 
:info:build compile options: '-c'
:info:build gcc-mp-4.3: _configtest.c
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build failure.
:info:build removing: _configtest.c _configtest.o
:info:build Status: 255

There are no variants selected. My Portfiles are at r62620 OS X 10.6.2 Xcode 3.2.1

Attachments (8)

main.log (16.0 KB) - added by snowflake (Dave Evans) 14 years ago.
Build log
py26-numpy-build-log.txt (72.2 KB) - added by dweber@… 14 years ago.
10.5.8 build log for py26-numpy
c-wrapper (2.2 KB) - added by Veence (Vincent) 14 years ago.
A shell script wrapper to build universal numpy
c-wrapper.2 (2.4 KB) - added by Veence (Vincent) 14 years ago.
Replace the first version (buggy)
main.2.log (19.3 KB) - added by SlaunchaMan (Jeff Kelley) 14 years ago.
New failure log.
numpy-universal.diff (799 bytes) - added by skymoo (Adam Mercer) 14 years ago.
main.3.log (17.2 KB) - added by SlaunchaMan (Jeff Kelley) 14 years ago.
build log
Portfile-py26-numpy.diff (417 bytes) - added by spyro@… 14 years ago.

Download all attachments as: .zip

Change History (80)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Cc: stromnov@… added
Owner: changed from macports-tickets@… to mcalhoun@…

Attach the full log please. Is python26 installed with +universal?

comment:2 in reply to:  1 Changed 14 years ago by snowflake (Dave Evans)

Replying to jmr@…:

Attach the full log please. Is python26 installed with +universal?

Yes its +universal

python26 @2.6.4_0+darwin+universal (active)

Changed 14 years ago by snowflake (Dave Evans)

Attachment: main.log added

Build log

comment:3 Changed 14 years ago by stromnov (Andrey Stromnov)

Please, supply output of:

python2.6 -c "import distutils.util; print distutils.util.get_platform()"

comment:4 Changed 14 years ago by eborisch@…

gcc-mp-4.3 doesn't create fat binaries (can't take two -arch x86_64 -arch i386) architectures. Try building with +no_gcc43 and +no_atlas (as atlas is currently being build for only one (i386 or x86_64) architecture)

comment:5 in reply to:  3 Changed 14 years ago by snowflake (Dave Evans)

Replying to stromnov@…:

Please, supply output of:

python2.6 -c "import distutils.util; print distutils.util.get_platform()"
macosx-10.6-intel

comment:6 in reply to:  4 Changed 14 years ago by snowflake (Dave Evans)

Replying to eborisch@…:

gcc-mp-4.3 doesn't create fat binaries (can't take two -arch x86_64 -arch i386) architectures. Try building with +no_gcc43 and +no_atlas (as atlas is currently being build for only one (i386 or x86_64) architecture)

Yes, it builds with those variants.

comment:7 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

So will this problem be fixed?

comment:8 Changed 14 years ago by michaelld (Michael Dickens)

Cc: michaelld@… added

Cc Me!

comment:9 Changed 14 years ago by skymoo (Adam Mercer)

Cc: ram@… added

Cc Me!

Changed 14 years ago by dweber@…

Attachment: py26-numpy-build-log.txt added

10.5.8 build log for py26-numpy

comment:10 Changed 14 years ago by dweber@…

There is another fatal error in the build, see attached log in previous post.

gcc-mp-4.3: _configtest.c
Assembler messages:
Fatal error: invalid listing option `r'

comment:11 in reply to:  7 Changed 14 years ago by skymoo (Adam Mercer)

Replying to ryandesign@…:

So will this problem be fixed?

Until the MacPorts compilers accept -arch and atlas builds universally the only "fix" is to install python26 without +universal, which is less then ideal.

comment:12 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

I would think the fix is for python26 to remove the archflags from everywhere they occur in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/Makefile.

comment:13 in reply to:  12 Changed 14 years ago by skymoo (Adam Mercer)

Replying to ryandesign@…:

I would think the fix is for python26 to remove the archflags from everywhere they occur in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/Makefile.

But wouldn't that then stop any python26 module, with a c extension, from building universally?

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

Presumably yes, it would stop any python26 module from automatically building universally -- which is exactly how it should be IMHO. If you want to install any port universal (including a python26 module), you should install it with the +universal variant. Python modules in MacPorts currently break users' expectations by attempting to install universal even when that module's +universal variant has not been requested.

comment:15 in reply to:  14 Changed 14 years ago by skymoo (Adam Mercer)

Replying to ryandesign@…:

Presumably yes, it would stop any python26 module from automatically building universally -- which is exactly how it should be IMHO. If you want to install any port universal (including a python26 module), you should install it with the +universal variant. Python modules in MacPorts currently break users' expectations by attempting to install universal even when that module's +universal variant has not been requested.

This seems like the correct approach to me as well. However I am not sure how to build modules universally if the +universal variant is specified...

comment:16 Changed 14 years ago by skymoo (Adam Mercer)

Cc: macports-trac@… added

has duplicate #24694

comment:17 Changed 14 years ago by mf2k (Frank Schima)

Cc: payam.minoofar@… added
Summary: py26-numpy 1.4.0_0 configure or build does not like the -arch option passed to gcc-mppy26-numpy +universal configure or build does not like the -arch option passed to gcc-mp

Cc reporter of duplicate #24850.

Changed 14 years ago by Veence (Vincent)

Attachment: c-wrapper added

A shell script wrapper to build universal numpy

comment:18 Changed 14 years ago by Veence (Vincent)

I've attached a shell file called c-wrapper that you can use as a fake C compiler to build a universal (two way only: either intel32/64 or ppc32/64) numpy. Essentially, it intercepts the arch flags and transform them into -m32 or -m64 then calls lipo. It won't build 4-way, neither two-way ppc/intel (ppc has precedence over Intel). In order to use it, you'll have to change the CC definition in the Portfile to point to where you save the file. Note that it can easily be changed into a C++ or Fortran wrapper by changing the first two lines, that define the compiler and a regular pattern representing source file extension (e.g. \.f for Fortran or (\.cxx|\.C) for C++). Please test it and tell me.

Changed 14 years ago by Veence (Vincent)

Attachment: c-wrapper.2 added

Replace the first version (buggy)

comment:19 Changed 14 years ago by skymoo (Adam Mercer)

As numpy has a dependency on atlas, and atlas doesn't build universal won't this produce an incomplete build?

comment:20 Changed 14 years ago by Veence (Vincent)

I have posted to the macports-devel a Portfile that produces a universal atlas build (available here: ftp://ftp.cimaxonline.fr/Portfile-atlas-univ). But I forgot to mention that a two-way universal build requires a gcc built with the --enable-multilib option, that is not set in any gcc Portfile (despite my repeated claims). Thus, you must first add --enable-multilib to the configure.args section of the Portfile of your gcc compiler, recompile it, and then proceed with atlas and eventually numpy.

At the end, you get this:

-> port installed py26-numpy
The following ports are currently installed:
  py26-numpy @1.4.1_1+gcc45+universal (active)

(I have a private copy of the portfile that allows gcc43/44 or 45 to be used as a compiler). Please note that I'm still fighting with numpy to get the fortran compiler detected and used.

comment:21 in reply to:  20 Changed 14 years ago by skymoo (Adam Mercer)

Replying to vince@…:

I have posted to the macports-devel a Portfile that produces a universal atlas build (available here: ftp://ftp.cimaxonline.fr/Portfile-atlas-univ).

Ahh yes I remember seeing that now...

comment:22 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

Cc: SlaunchaMan@… added

Cc Me!

comment:23 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

Atlas now builds universal (see ticket #1 and changeset [68232]).

comment:24 in reply to:  23 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

Replying to SlaunchaMan@…:

Atlas now builds universal (see ticket #1 and changeset [68232]).

That should have said ticket #24923.

comment:25 Changed 14 years ago by skymoo (Adam Mercer)

Is this still a problem?

comment:26 in reply to:  25 Changed 14 years ago by macports-trac@…

Replying to ram@…:

Is this still a problem?

I have successfully built the most recent py26-numpy.

comment:27 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

I'm still having problems. 64-bit, 10.6.3, Xcode 3.2.2:

bash-3.2# port -d install py26-numpy
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/python26-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port py26-numpy.
DEBUG: Requested variant i386 is not provided by port py26-numpy.
DEBUG: Requested variant macosx is not provided by port py26-numpy.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python26
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: python26 2.6.5_1 exists in the ports tree
DEBUG: python26 2.6.5_1 +darwin+universal is the latest installed
DEBUG: python26 2.6.5_1 +darwin+universal is active
DEBUG: Merging existing variants darwin universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python26
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/select-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant i386 is not provided by port python26.
DEBUG: Requested variant macosx is not provided by port python26.
DEBUG: Executing variant darwin provides darwin
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gettext 0.18.1.1_0 exists in the ports tree
DEBUG: gettext 0.18.1.1_0 +universal is the latest installed
DEBUG: gettext 0.18.1.1_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: universal variant already exists, so not adding the default one
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: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: libiconv 1.13.1_0 exists in the ports tree
DEBUG: libiconv 1.13.1_0 +universal is the latest installed
DEBUG: libiconv 1.13.1_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port libiconv.
DEBUG: Requested variant i386 is not provided by port libiconv.
DEBUG: Requested variant macosx is not provided by port libiconv.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gperf
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gperf 3.0.4_0 exists in the ports tree
DEBUG: gperf 3.0.4_0 +universal is the latest installed
DEBUG: gperf 3.0.4_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gperf
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port gperf.
DEBUG: Requested variant i386 is not provided by port gperf.
DEBUG: Requested variant macosx is not provided by port gperf.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! gperf 3.0.4_0 >= gperf 3.0.4_0
DEBUG: No need to upgrade! libiconv 1.13.1_0 >= libiconv 1.13.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncurses 5.7_0 exists in the ports tree
DEBUG: ncurses 5.7_0 +darwin_10+universal is the latest installed
DEBUG: ncurses 5.7_0 +darwin_10+universal is active
DEBUG: Merging existing variants darwin_10 universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port ncurses.
DEBUG: Requested variant i386 is not provided by port ncurses.
DEBUG: Requested variant macosx is not provided by port ncurses.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: ncursesw 5.7_0 exists in the ports tree
DEBUG: ncursesw 5.7_0 +darwin_10+universal is the latest installed
DEBUG: ncursesw 5.7_0 +darwin_10+universal is active
DEBUG: Merging existing variants darwin_10 universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncursesw
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port ncursesw.
DEBUG: Requested variant i386 is not provided by port ncursesw.
DEBUG: Requested variant macosx is not provided by port ncursesw.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: No need to upgrade! ncursesw 5.7_0 >= ncursesw 5.7_0
DEBUG: No need to upgrade! ncurses 5.7_0 >= ncurses 5.7_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: expat 2.0.1_0 exists in the ports tree
DEBUG: expat 2.0.1_0 +universal is the latest installed
DEBUG: expat 2.0.1_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port expat.
DEBUG: Requested variant i386 is not provided by port expat.
DEBUG: Requested variant macosx is not provided by port expat.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! expat 2.0.1_0 >= expat 2.0.1_0
DEBUG: No need to upgrade! gettext 0.18.1.1_0 >= gettext 0.18.1.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: zlib 1.2.5_0 exists in the ports tree
DEBUG: zlib 1.2.5_0 +universal is the latest installed
DEBUG: zlib 1.2.5_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port zlib.
DEBUG: Requested variant i386 is not provided by port zlib.
DEBUG: Requested variant macosx is not provided by port zlib.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! zlib 1.2.5_0 >= zlib 1.2.5_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
DEBUG: epoch: in tree: 1 installed: 1
DEBUG: openssl 0.9.8o_0 exists in the ports tree
DEBUG: openssl 0.9.8o_0 +darwin+universal is the latest installed
DEBUG: openssl 0.9.8o_0 +darwin+universal is active
DEBUG: Merging existing variants darwin universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant i386 is not provided by port openssl.
DEBUG: Requested variant macosx is not provided by port openssl.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant darwin provides darwin
DEBUG: No need to upgrade! openssl 0.9.8o_0 >= openssl 0.9.8o_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/tk
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: tk 8.5.8_0 exists in the ports tree
DEBUG: tk 8.5.8_0 +darwin+universal is the latest installed
DEBUG: tk 8.5.8_0 +darwin+universal is active
DEBUG: Merging existing variants darwin universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/tk
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: adding the default universal variant
DEBUG: Requested variant i386 is not provided by port tk.
DEBUG: Requested variant macosx is not provided by port tk.
DEBUG: Executing variant darwin provides darwin
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: pkgconfig 0.25_0 exists in the ports tree
DEBUG: pkgconfig 0.25_0 +universal is the latest installed
DEBUG: pkgconfig 0.25_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pkgconfig
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port pkgconfig.
DEBUG: Requested variant i386 is not provided by port pkgconfig.
DEBUG: Requested variant macosx is not provided by port pkgconfig.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! pkgconfig 0.25_0 >= pkgconfig 0.25_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/tcl
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: tcl 8.5.8_0 exists in the ports tree
DEBUG: tcl 8.5.8_0 +darwin+universal is the latest installed
DEBUG: tcl 8.5.8_0 +darwin+universal is active
DEBUG: Merging existing variants darwin universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/tcl
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: adding the default universal variant
DEBUG: Requested variant i386 is not provided by port tcl.
DEBUG: Requested variant macosx is not provided by port tcl.
DEBUG: Executing variant darwin provides darwin
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! tcl 8.5.8_0 >= tcl 8.5.8_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/Xft2
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: Xft2 2.1.14_0 exists in the ports tree
DEBUG: Xft2 2.1.14_0 +universal is the latest installed
DEBUG: Xft2 2.1.14_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/Xft2
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port Xft2.
DEBUG: Requested variant i386 is not provided by port Xft2.
DEBUG: Requested variant macosx is not provided by port Xft2.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xrender
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xrender 0.9.5_0 exists in the ports tree
DEBUG: xrender 0.9.5_0 +universal is the latest installed
DEBUG: xrender 0.9.5_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xrender
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port xrender.
DEBUG: Requested variant i386 is not provided by port xrender.
DEBUG: Requested variant macosx is not provided by port xrender.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libX11
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-libX11 1.3.4_0 exists in the ports tree
DEBUG: xorg-libX11 1.3.4_0 +universal is the latest installed
DEBUG: xorg-libX11 1.3.4_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libX11
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port xorg-libX11.
DEBUG: Requested variant i386 is not provided by port xorg-libX11.
DEBUG: Requested variant macosx is not provided by port xorg-libX11.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-util-macros
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-util-macros 1.8.0_0 exists in the ports tree
DEBUG: xorg-util-macros 1.8.0_0  is the latest installed
DEBUG: xorg-util-macros 1.8.0_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-util-macros
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-util-macros.
DEBUG: Requested variant i386 is not provided by port xorg-util-macros.
DEBUG: Requested variant macosx is not provided by port xorg-util-macros.
DEBUG: No need to upgrade! xorg-util-macros 1.8.0_0 >= xorg-util-macros 1.8.0_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xtrans
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-xtrans 1.2.5_0 exists in the ports tree
DEBUG: xorg-xtrans 1.2.5_0  is the latest installed
DEBUG: xorg-xtrans 1.2.5_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xtrans
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-xtrans.
DEBUG: Requested variant i386 is not provided by port xorg-xtrans.
DEBUG: Requested variant macosx is not provided by port xorg-xtrans.
DEBUG: No need to upgrade! xorg-xtrans 1.2.5_0 >= xorg-xtrans 1.2.5_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-bigreqsproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-bigreqsproto 1.1.0_0 exists in the ports tree
DEBUG: xorg-bigreqsproto 1.1.0_0  is the latest installed
DEBUG: xorg-bigreqsproto 1.1.0_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-bigreqsproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-bigreqsproto.
DEBUG: Requested variant i386 is not provided by port xorg-bigreqsproto.
DEBUG: Requested variant macosx is not provided by port xorg-bigreqsproto.
DEBUG: No need to upgrade! xorg-bigreqsproto 1.1.0_0 >= xorg-bigreqsproto 1.1.0_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xcmiscproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-xcmiscproto 1.2.0_0 exists in the ports tree
DEBUG: xorg-xcmiscproto 1.2.0_0  is the latest installed
DEBUG: xorg-xcmiscproto 1.2.0_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xcmiscproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-xcmiscproto.
DEBUG: Requested variant i386 is not provided by port xorg-xcmiscproto.
DEBUG: Requested variant macosx is not provided by port xorg-xcmiscproto.
DEBUG: No need to upgrade! xorg-xcmiscproto 1.2.0_0 >= xorg-xcmiscproto 1.2.0_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xextproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-xextproto 7.1.1_0 exists in the ports tree
DEBUG: xorg-xextproto 7.1.1_0  is the latest installed
DEBUG: xorg-xextproto 7.1.1_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xextproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-xextproto.
DEBUG: Requested variant i386 is not provided by port xorg-xextproto.
DEBUG: Requested variant macosx is not provided by port xorg-xextproto.
DEBUG: No need to upgrade! xorg-xextproto 7.1.1_0 >= xorg-xextproto 7.1.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xf86bigfontproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-xf86bigfontproto 1.2.0_0 exists in the ports tree
DEBUG: xorg-xf86bigfontproto 1.2.0_0  is the latest installed
DEBUG: xorg-xf86bigfontproto 1.2.0_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xf86bigfontproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-xf86bigfontproto.
DEBUG: Requested variant i386 is not provided by port xorg-xf86bigfontproto.
DEBUG: Requested variant macosx is not provided by port xorg-xf86bigfontproto.
DEBUG: No need to upgrade! xorg-xf86bigfontproto 1.2.0_0 >= xorg-xf86bigfontproto 1.2.0_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-inputproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-inputproto 2.0_0 exists in the ports tree
DEBUG: xorg-inputproto 2.0_0  is the latest installed
DEBUG: xorg-inputproto 2.0_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-inputproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-inputproto.
DEBUG: Requested variant i386 is not provided by port xorg-inputproto.
DEBUG: Requested variant macosx is not provided by port xorg-inputproto.
DEBUG: No need to upgrade! xorg-inputproto 2.0_0 >= xorg-inputproto 2.0_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXdmcp
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-libXdmcp 1.0.3_0 exists in the ports tree
DEBUG: xorg-libXdmcp 1.0.3_0 +universal is the latest installed
DEBUG: xorg-libXdmcp 1.0.3_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXdmcp
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port xorg-libXdmcp.
DEBUG: Requested variant i386 is not provided by port xorg-libXdmcp.
DEBUG: Requested variant macosx is not provided by port xorg-libXdmcp.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-xproto 7.0.17_0 exists in the ports tree
DEBUG: xorg-xproto 7.0.17_0  is the latest installed
DEBUG: xorg-xproto 7.0.17_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-xproto.
DEBUG: Requested variant i386 is not provided by port xorg-xproto.
DEBUG: Requested variant macosx is not provided by port xorg-xproto.
DEBUG: No need to upgrade! xorg-xproto 7.0.17_0 >= xorg-xproto 7.0.17_0
DEBUG: No need to upgrade! xorg-libXdmcp 1.0.3_0 >= xorg-libXdmcp 1.0.3_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXau
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-libXau 1.0.5_0 exists in the ports tree
DEBUG: xorg-libXau 1.0.5_0 +universal is the latest installed
DEBUG: xorg-libXau 1.0.5_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXau
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port xorg-libXau.
DEBUG: Requested variant i386 is not provided by port xorg-libXau.
DEBUG: Requested variant macosx is not provided by port xorg-libXau.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! xorg-libXau 1.0.5_0 >= xorg-libXau 1.0.5_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-kbproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-kbproto 1.0.4_0 exists in the ports tree
DEBUG: xorg-kbproto 1.0.4_0  is the latest installed
DEBUG: xorg-kbproto 1.0.4_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-kbproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-kbproto.
DEBUG: Requested variant i386 is not provided by port xorg-kbproto.
DEBUG: Requested variant macosx is not provided by port xorg-kbproto.
DEBUG: No need to upgrade! xorg-kbproto 1.0.4_0 >= xorg-kbproto 1.0.4_0
DEBUG: No need to upgrade! xorg-libX11 1.3.4_0 >= xorg-libX11 1.3.4_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-renderproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-renderproto 0.11_0 exists in the ports tree
DEBUG: xorg-renderproto 0.11_0  is the latest installed
DEBUG: xorg-renderproto 0.11_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-renderproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-renderproto.
DEBUG: Requested variant i386 is not provided by port xorg-renderproto.
DEBUG: Requested variant macosx is not provided by port xorg-renderproto.
DEBUG: No need to upgrade! xorg-renderproto 0.11_0 >= xorg-renderproto 0.11_0
DEBUG: No need to upgrade! xrender 0.9.5_0 >= xrender 0.9.5_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/print/freetype
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: freetype 2.3.12_0 exists in the ports tree
DEBUG: freetype 2.3.12_0 +macosx+universal is the latest installed
DEBUG: freetype 2.3.12_0 +macosx+universal is active
DEBUG: Merging existing variants macosx universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/print/freetype
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port freetype.
DEBUG: Requested variant i386 is not provided by port freetype.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant macosx provides macosx
DEBUG: No need to upgrade! freetype 2.3.12_0 >= freetype 2.3.12_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/fontconfig
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: fontconfig 2.8.0_0 exists in the ports tree
DEBUG: fontconfig 2.8.0_0 +macosx+universal is the latest installed
DEBUG: fontconfig 2.8.0_0 +macosx+universal is active
DEBUG: Merging existing variants macosx universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/fontconfig
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port fontconfig.
DEBUG: Requested variant i386 is not provided by port fontconfig.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant macosx provides macosx
DEBUG: No need to upgrade! fontconfig 2.8.0_0 >= fontconfig 2.8.0_0
DEBUG: No need to upgrade! Xft2 2.1.14_0 >= Xft2 2.1.14_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXScrnSaver
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-libXScrnSaver 1.2.0_0 exists in the ports tree
DEBUG: xorg-libXScrnSaver 1.2.0_0 +universal is the latest installed
DEBUG: xorg-libXScrnSaver 1.2.0_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXScrnSaver
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port xorg-libXScrnSaver.
DEBUG: Requested variant i386 is not provided by port xorg-libXScrnSaver.
DEBUG: Requested variant macosx is not provided by port xorg-libXScrnSaver.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXext
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-libXext 1.1.2_0 exists in the ports tree
DEBUG: xorg-libXext 1.1.2_0 +universal is the latest installed
DEBUG: xorg-libXext 1.1.2_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXext
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port xorg-libXext.
DEBUG: Requested variant i386 is not provided by port xorg-libXext.
DEBUG: Requested variant macosx is not provided by port xorg-libXext.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! xorg-libXext 1.1.2_0 >= xorg-libXext 1.1.2_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-scrnsaverproto
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: xorg-scrnsaverproto 1.2.0_0 exists in the ports tree
DEBUG: xorg-scrnsaverproto 1.2.0_0  is the latest installed
DEBUG: xorg-scrnsaverproto 1.2.0_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-scrnsaverproto
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port xorg-scrnsaverproto.
DEBUG: Requested variant i386 is not provided by port xorg-scrnsaverproto.
DEBUG: Requested variant macosx is not provided by port xorg-scrnsaverproto.
DEBUG: No need to upgrade! xorg-scrnsaverproto 1.2.0_0 >= xorg-scrnsaverproto 1.2.0_0
DEBUG: No need to upgrade! xorg-libXScrnSaver 1.2.0_0 >= xorg-libXScrnSaver 1.2.0_0
DEBUG: No need to upgrade! tk 8.5.8_0 >= tk 8.5.8_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: sqlite3 3.6.23.1_0 exists in the ports tree
DEBUG: sqlite3 3.6.23.1_0 +universal is the latest installed
DEBUG: sqlite3 3.6.23.1_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: adding the default universal variant
DEBUG: Requested variant darwin is not provided by port sqlite3.
DEBUG: Requested variant i386 is not provided by port sqlite3.
DEBUG: Requested variant macosx is not provided by port sqlite3.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: readline 6.1.000_1 exists in the ports tree
DEBUG: readline 6.1.000_1 +darwin+universal is the latest installed
DEBUG: readline 6.1.000_1 +darwin+universal is active
DEBUG: Merging existing variants darwin universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant i386 is not provided by port readline.
DEBUG: Requested variant macosx is not provided by port readline.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant darwin provides darwin
DEBUG: No need to upgrade! readline 6.1.000_1 >= readline 6.1.000_1
DEBUG: No need to upgrade! sqlite3 3.6.23.1_0 >= sqlite3 3.6.23.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: db46 4.6.21_6 exists in the ports tree
DEBUG: db46 4.6.21_6 +universal is the latest installed
DEBUG: db46 4.6.21_6 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port db46.
DEBUG: Requested variant i386 is not provided by port db46.
DEBUG: Requested variant macosx is not provided by port db46.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! db46 4.6.21_6 >= db46 4.6.21_6
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/gdbm
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gdbm 1.8.3_2 exists in the ports tree
DEBUG: gdbm 1.8.3_2 +universal is the latest installed
DEBUG: gdbm 1.8.3_2 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/gdbm
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port gdbm.
DEBUG: Requested variant i386 is not provided by port gdbm.
DEBUG: Requested variant macosx is not provided by port gdbm.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! gdbm 1.8.3_2 >= gdbm 1.8.3_2
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: bzip2 1.0.5_3 exists in the ports tree
DEBUG: bzip2 1.0.5_3 +darwin+universal is the latest installed
DEBUG: bzip2 1.0.5_3 +darwin+universal is active
DEBUG: Merging existing variants darwin universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant i386 is not provided by port bzip2.
DEBUG: Requested variant macosx is not provided by port bzip2.
DEBUG: Executing variant darwin provides darwin
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! bzip2 1.0.5_3 >= bzip2 1.0.5_3
DEBUG: No need to upgrade! python26 2.6.5_1 >= python26 2.6.5_1
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/math/fftw-3
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: fftw-3 3.2.2_0 exists in the ports tree
DEBUG: fftw-3 3.2.2_0 +i386+universal is the latest installed
DEBUG: fftw-3 3.2.2_0 +i386+universal is active
DEBUG: Merging existing variants i386 universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/fftw-3
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port fftw-3.
DEBUG: Requested variant macosx is not provided by port fftw-3.
DEBUG: Executing variant universal provides universal
DEBUG: Executing variant i386 provides i386
DEBUG: No need to upgrade! fftw-3 3.2.2_0 >= fftw-3 3.2.2_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-nose
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: py26-nose 0.11.1_0 exists in the ports tree
DEBUG: py26-nose 0.11.1_0  is the latest installed
DEBUG: py26-nose 0.11.1_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-nose
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/python26-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port py26-nose.
DEBUG: Requested variant i386 is not provided by port py26-nose.
DEBUG: Requested variant macosx is not provided by port py26-nose.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-distribute
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: py26-distribute 0.6.13_0 exists in the ports tree
DEBUG: py26-distribute 0.6.13_0 +universal is the latest installed
DEBUG: py26-distribute 0.6.13_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-distribute
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/python26-1.0.tcl
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port py26-distribute.
DEBUG: Requested variant i386 is not provided by port py26-distribute.
DEBUG: Requested variant macosx is not provided by port py26-distribute.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! py26-distribute 0.6.13_0 >= py26-distribute 0.6.13_0
DEBUG: No need to upgrade! py26-nose 0.11.1_0 >= py26-nose 0.11.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/math/atlas
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: atlas 3.8.3_2 exists in the ports tree
DEBUG: atlas 3.8.3_2 +universal is the latest installed
DEBUG: atlas 3.8.3_2 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/atlas
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port atlas.
DEBUG: Requested variant i386 is not provided by port atlas.
DEBUG: Requested variant macosx is not provided by port atlas.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gcc44
DEBUG: epoch: in tree: 1 installed: 1
DEBUG: gcc44 4.4.4_1 exists in the ports tree
DEBUG: gcc44 4.4.4_1 +darwin_10 is the latest installed
DEBUG: gcc44 4.4.4_1 +darwin_10 is active
DEBUG: Merging existing variants darwin_10 into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gcc44
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port gcc44.
DEBUG: Requested variant i386 is not provided by port gcc44.
DEBUG: Requested variant macosx is not provided by port gcc44.
DEBUG: Executing variant darwin_10 provides darwin_10
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmp
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gmp 5.0.1_0 exists in the ports tree
DEBUG: gmp 5.0.1_0 +universal is the latest installed
DEBUG: gmp 5.0.1_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gmp
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port gmp.
DEBUG: Requested variant i386 is not provided by port gmp.
DEBUG: Requested variant macosx is not provided by port gmp.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! gmp 5.0.1_0 >= gmp 5.0.1_0
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mpfr
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: mpfr 2.4.2-p1_0 exists in the ports tree
DEBUG: mpfr 2.4.2-p1_0 +universal is the latest installed
DEBUG: mpfr 2.4.2-p1_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/mpfr
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: universal variant already exists, so not adding the default one
DEBUG: Requested variant darwin is not provided by port mpfr.
DEBUG: Requested variant i386 is not provided by port mpfr.
DEBUG: Requested variant macosx is not provided by port mpfr.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! mpfr 2.4.2-p1_0 >= mpfr 2.4.2-p1_0
DEBUG: No need to upgrade! gcc44 4.4.4_1 >= gcc44 4.4.4_1
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/gzip
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gzip 1.4_0 exists in the ports tree
DEBUG: gzip 1.4_0 +universal is the latest installed
DEBUG: gzip 1.4_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/gzip
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port gzip.
DEBUG: Requested variant i386 is not provided by port gzip.
DEBUG: Requested variant macosx is not provided by port gzip.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/texinfo
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: texinfo 4.13_0 exists in the ports tree
DEBUG: texinfo 4.13_0 +universal is the latest installed
DEBUG: texinfo 4.13_0 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/texinfo
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port texinfo.
DEBUG: Requested variant i386 is not provided by port texinfo.
DEBUG: Requested variant macosx is not provided by port texinfo.
DEBUG: Executing variant universal provides universal
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/lzmautils
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: lzmautils 4.32.7_1 exists in the ports tree
DEBUG: lzmautils 4.32.7_1 +universal is the latest installed
DEBUG: lzmautils 4.32.7_1 +universal is active
DEBUG: Merging existing variants universal into variants
DEBUG: new fully merged portvariants: universal +
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/lzmautils
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: Requested variant darwin is not provided by port lzmautils.
DEBUG: Requested variant i386 is not provided by port lzmautils.
DEBUG: Requested variant macosx is not provided by port lzmautils.
DEBUG: Executing variant universal provides universal
DEBUG: No need to upgrade! lzmautils 4.32.7_1 >= lzmautils 4.32.7_1
DEBUG: No need to upgrade! texinfo 4.13_0 >= texinfo 4.13_0
DEBUG: No need to upgrade! gzip 1.4_0 >= gzip 1.4_0
DEBUG: No need to upgrade! atlas 3.8.3_2 >= atlas 3.8.3_2
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gcc43
DEBUG: epoch: in tree: 0 installed: 0
DEBUG: gcc43 4.3.5_0 exists in the ports tree
DEBUG: gcc43 4.3.5_0  is the latest installed
DEBUG: gcc43 4.3.5_0  is active
DEBUG: Merging existing variants  into variants
DEBUG: new fully merged portvariants: 
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/gcc43
DEBUG: OS Platform: darwin
DEBUG: OS Version: 10.3.0
DEBUG: Mac OS X Version: 10.6
DEBUG: System Arch: i386
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
DEBUG: 'universal_variant no' specified, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port gcc43.
DEBUG: Requested variant i386 is not provided by port gcc43.
DEBUG: Requested variant macosx is not provided by port gcc43.
DEBUG: No need to upgrade! gcc43 4.3.5_0 >= gcc43 4.3.5_0
--->  Computing dependencies for py26-numpy
DEBUG: Searching for dependency: python26
DEBUG: Found Dependency: receipt exists for python26
DEBUG: Searching for dependency: fftw-3
DEBUG: Found Dependency: receipt exists for fftw-3
DEBUG: Searching for dependency: py26-nose
DEBUG: Found Dependency: receipt exists for py26-nose
DEBUG: Searching for dependency: atlas
DEBUG: Found Dependency: receipt exists for atlas
DEBUG: Searching for dependency: gcc43
DEBUG: Found Dependency: receipt exists for gcc43
DEBUG: Executing org.macports.main (py26-numpy)
--->  Fetching py26-numpy
DEBUG: Executing org.macports.fetch (py26-numpy)
--->  Verifying checksum(s) for py26-numpy
DEBUG: Executing org.macports.checksum (py26-numpy)
--->  Checksumming numpy-1.4.1.tar.gz
DEBUG: Correct (md5) checksum for numpy-1.4.1.tar.gz
DEBUG: Correct (sha1) checksum for numpy-1.4.1.tar.gz
DEBUG: Correct (rmd160) checksum for numpy-1.4.1.tar.gz
--->  Extracting py26-numpy
DEBUG: Executing org.macports.extract (py26-numpy)
--->  Extracting numpy-1.4.1.tar.gz
DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/python/numpy-1.4.1.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_python_py26-numpy/work" && /usr/bin/gzip -dc /opt/local/var/macports/distfiles/python/numpy-1.4.1.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
DEBUG: Executing org.macports.patch (py26-numpy)
--->  Applying patches to py26-numpy
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-f2py_setup.py.diff
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_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
patching file numpy/f2py/setup.py
Hunk #1 succeeded at 50 (offset -2 lines).
Hunk #2 succeeded at 74 (offset -4 lines).
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-system_info.py.diff
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_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
patching file numpy/distutils/system_info.py
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-fcompiler_g95.diff
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_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
patching file numpy/distutils/fcompiler/__init__.py
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-setup.py.diff
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_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
patching file numpy/core/setup.py
Hunk #1 succeeded at 425 (offset 116 lines).
Hunk #2 succeeded at 518 with fuzz 2 (offset 125 lines).
DEBUG: Executing proc-post-org.macports.patch-patch-0
--->  Configuring py26-numpy
DEBUG: Using compiler 'MacPorts gcc 4.3'
DEBUG: Executing org.macports.configure (py26-numpy)
--->  Building py26-numpy
DEBUG: Executing proc-pre-org.macports.build-build-0
DEBUG: Executing org.macports.build (py26-numpy)
DEBUG: Environment: CXXFLAGS='-arch x86_64 -arch i386' CFLAGS='-arch x86_64 -arch i386' LAPACK='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' LDFLAGS='-arch x86_64 -arch i386' ATLAS='/opt/local/lib' BLAS='/opt/local/lib' CC='/opt/local/bin/gcc-mp-4.3' OBJCFLAGS='-arch x86_64 -arch i386' CXX='/opt/local/bin/g++-mp-4.3'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 setup.py --no-user-cfg build'
Running from numpy source directory.
non-existing path in 'numpy/distutils': 'site.cfg'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
  libraries mkl,vml,guide not found in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib
  libraries mkl,vml,guide not found in /usr/local/lib
  libraries mkl,vml,guide not found in /usr/lib
  libraries mkl,vml,guide not found in /opt/local/lib
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
  FOUND:
    libraries = ['ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    language = c
    include_dirs = ['/opt/local/include']

/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/config.py:394: DeprecationWarning: 
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of get_output is deprecated: please do not 
use it anymore, and avoid configuration checks 
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++

  DeprecationWarning)
customize NAGFCompiler
Could not locate executable f95
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize IBMFCompiler
Could not locate executable xlf90
Could not locate executable xlf
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize GnuFCompiler
Could not locate executable g77
customize Gnu95FCompiler
Could not locate executable gfortran
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':

/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void);
int main(void) {
  ATL_buildinfo();
  return 0;
}
C compiler: /opt/local/bin/gcc-mp-4.3 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386

compile options: '-c'
gcc-mp-4.3: _configtest.c
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
failure.
removing: _configtest.c _configtest.o
Status: 255
Output: 
  FOUND:
    libraries = ['ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    language = c
    define_macros = [('NO_ATLAS_INFO', 2)]
    include_dirs = ['/opt/local/include']

lapack_opt_info:
lapack_mkl_info:
mkl_info:
  libraries mkl,vml,guide not found in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib
  libraries mkl,vml,guide not found in /usr/local/lib
  libraries mkl,vml,guide not found in /usr/lib
  libraries mkl,vml,guide not found in /opt/local/lib
  NOT AVAILABLE

  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
  libraries lapack_atlas not found in /opt/local/lib
numpy.distutils.system_info.atlas_threads_info
Setting PTATLAS=ATLAS
Setting PTATLAS=ATLAS
  FOUND:
    libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    language = f77
    include_dirs = ['/opt/local/include']

customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':

/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void);
int main(void) {
  ATL_buildinfo();
  return 0;
}
C compiler: /opt/local/bin/gcc-mp-4.3 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386

compile options: '-c'
gcc-mp-4.3: _configtest.c
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
failure.
removing: _configtest.c _configtest.o
Status: 255
Output: 
  FOUND:
    libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
    library_dirs = ['/opt/local/lib']
    language = f77
    define_macros = [('NO_ATLAS_INFO', 2)]
    include_dirs = ['/opt/local/include']

running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build/src.macosx-10.6-x86_64-2.6
creating build/src.macosx-10.6-x86_64-2.6/numpy
creating build/src.macosx-10.6-x86_64-2.6/numpy/distutils
building library "npymath" sources
customize NAGFCompiler
customize AbsoftFCompiler
customize IBMFCompiler
customize IntelFCompiler
customize GnuFCompiler
customize Gnu95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: /opt/local/bin/gcc-mp-4.3 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c'
gcc-mp-4.3: _configtest.c
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
cc1: error: unrecognized command line option "-arch"
failure.
removing: _configtest.c _configtest.o
Traceback (most recent call last):
  File "setup.py", line 187, in <module>
    setup_package()
  File "setup.py", line 180, in setup_package
    configuration=configuration )
  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/core.py", line 186, in setup
    return old_setup(**new_attr)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 987, in run_commands
    self.run_command(cmd)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 1007, in run_command
    cmd_obj.run()
  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build.py", line 37, in run
    old_build.run(self)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/command/build.py", line 134, in run
    self.run_command(cmd_name)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/cmd.py", line 333, in run_command
    self.distribution.run_command(command)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 1007, in run_command
    cmd_obj.run()
  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 152, in run
    self.build_sources()
  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 163, in build_sources
    self.build_library_sources(*libname_info)
  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 298, in build_library_sources
    sources = self.generate_sources(sources, (lib_name, build_info))
  File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 385, in generate_sources
    source = func(extension, build_dir)
  File "numpy/core/setup.py", line 671, in get_mathlib_info
    raise RuntimeError("Broken toolchain: cannot link a simple C program")
RuntimeError: Broken toolchain: cannot link a simple C program
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 setup.py --no-user-cfg build " returned error 1
DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 setup.py --no-user-cfg build " returned error 1
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 9)
    invoked from within
"$procedure $targetname"
Warning: the following items did not execute (for py26-numpy): org.macports.activate org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

comment:28 Changed 14 years ago by skymoo (Adam Mercer)

does the solution proposed in #19397 fix this issue?

Changed 14 years ago by SlaunchaMan (Jeff Kelley)

Attachment: main.2.log added

New failure log.

comment:29 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

I replaced the portfile and added the wrapper script as per #19397, but the build still failed.

comment:30 Changed 14 years ago by skymoo (Adam Mercer)

Just taking a step back, why do you want to install numpy universally?

comment:31 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

I modified my variants.conf to build everything universally in order to build Wine on a 64-bit host. I also may want to use MacPorts to package Inkscape for lab deployment, which would necessitate 32/64-bit universality.

comment:32 Changed 14 years ago by skymoo (Adam Mercer)

So you don't want NumPy itself universal.

What version is your python26 port?

comment:33 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

It's at 2.6.5_2+universal.

comment:34 Changed 14 years ago by skymoo (Adam Mercer)

Does building NumPy with:

$ sudo port clean py26-numpy
$ sudo port install py26-numpy -universal

work?

comment:35 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

No, I get the same result.

comment:36 Changed 14 years ago by skymoo (Adam Mercer)

What is the failure, still complaining about the -arch flags?

comment:37 Changed 14 years ago by skymoo (Adam Mercer)

Ping

comment:38 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

No, now it's complaining that gcc44 doesn't have a universal variant:

Error: Cannot install py26-numpy for the arch(s) 'i386 x86_64' because
Error: its dependency gcc44 does not build for the required arch(s) by default
Error: and does not have a universal variant.

comment:39 in reply to:  38 ; Changed 14 years ago by skymoo (Adam Mercer)

Replying to SlaunchaMan@…:

No, now it's complaining that gcc44 doesn't have a universal variant

Even when specifying -universal for numpy?

comment:40 in reply to:  39 ; Changed 14 years ago by Veence (Vincent)

Replying to ram@…:

Replying to SlaunchaMan@…:

No, now it's complaining that gcc44 doesn't have a universal variant

Even when specifying -universal for numpy?

Numpy builds universal, it would be stupid to revert just because of that. In my opinion, we must disable the universal check for compilers. Maybe this implies defining a new category?

comment:41 in reply to:  40 Changed 14 years ago by skymoo (Adam Mercer)

Replying to vince@…:

Numpy builds universal, it would be stupid to revert just because of that. In my opinion, we must disable the universal check for compilers. Maybe this implies defining a new category?

Good point, I believe the attached patch should do this

$ cd `port dir py26-numpy`
$ patch -p3 < /path/to/numpy-universal.diff

any success with this?

Changed 14 years ago by skymoo (Adam Mercer)

Attachment: numpy-universal.diff added

comment:42 Changed 14 years ago by skymoo (Adam Mercer)

Does this patch help?

comment:43 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

It helps get around the gcc errors, but the Fortran compiler still complains about building multiple architectures.

I know the Fortran compiler used by the R project (r-project.org) is 4-way Universal on Mac OS X, but I don't know how they build it. Might be worth finding out.

I'll attach the log.

Changed 14 years ago by SlaunchaMan (Jeff Kelley)

Attachment: main.3.log added

build log

comment:44 Changed 14 years ago by skymoo (Adam Mercer)

I don't understand this, it's still trying to building universally. I'm at a loss.

comment:45 Changed 14 years ago by SlaunchaMan (Jeff Kelley)

I think the answer here is to not modify your variants.conf in that manner. With MacPorts 1.9 (I belive), building wine-devel automatically builds the required ports universal, allowing the others (numpy included) to be built for only the platform(s) on which they're needed.

comment:46 Changed 14 years ago by payam.minoofar@…

It's not wine-devel that requires numpy. It seems to be a dependency for kde4 on my system.

Numpy compiles fine when I run

sudo port install py26-numpy

but it fails miserably if I add +universal.

Additionally, if you use

sudo port selfupdate --enforce-variants outdated +universal

ports will try to recompile numpy as a universal binary and fail.

So, perhaps the answer is to remove "universal" as a variant in the numpy info file. Ports should be able to negotiate the rest, right?

[payam-imac:~] payam% port variants py26-numpy
py26-numpy has the variants:
   gcc43: Use the gcc43 compiler (enables fortran code)
     * conflicts with gcc44
[+]gcc44: Use the gcc44 compiler (enables fortran code)
     * conflicts with gcc43
   no_atlas: Do not use the macports atlas libs
   universal: Build for multiple architectures
[payam-imac:~] payam% 

comment:47 Changed 14 years ago by skymoo (Adam Mercer)

I suggested building without the universal variant in an earlier comment on this ticket and was told that it failed even when building without the universal variant, i.e. -universal.

comment:48 Changed 14 years ago by payam.minoofar@…

It worked for me today. But, again, building as 32-bit only package is useless if one is building other packages that depend on numpy as universal binaries.

So, if building numpy normally will have no effect on universal packages built on top of numpy, then why not either have an identical build process for both variants or remove the variant requirement from all other packages that depend on numpy?

comment:49 in reply to:  38 Changed 14 years ago by payam.minoofar@…

Again, following up on this comment earlier, why is py26-numpy requiring an x86_64 variant of gcc43 and gcc44? None of the other packages do, and it makes no sense why there should be variant requirements on the compiler.

py26-numpy should not be requiring universal variants of the compiler.

Replying to SlaunchaMan@…:

No, now it's complaining that gcc44 doesn't have a universal variant:

Error: Cannot install py26-numpy for the arch(s) 'i386 x86_64' because
Error: its dependency gcc44 does not build for the required arch(s) by default
Error: and does not have a universal variant.

comment:50 Changed 14 years ago by payam.minoofar@…

As of today, after compiling gcc44 and gcc43 as universal builds, I this error in the py26-numpy log:

version:1
:msg:main --->  Computing dependencies for py26-numpy:info:main .:debug:main Searching for dependency: python26
:debug:main Found Dependency: receipt exists for python26
:debug:main Searching for dependency: fftw-3
:debug:main Found Dependency: receipt exists for fftw-3
:debug:main Searching for dependency: py26-nose
:debug:main Found Dependency: receipt exists for py26-nose
:debug:main Searching for dependency: atlas
:debug:main Found Dependency: receipt exists for atlas
:debug:main Searching for dependency: gcc44
:debug:main Found Dependency: receipt exists for gcc44
:msg:main 
:debug:main Executing org.macports.main (py26-numpy)
:msg:main --->  Fetching py26-numpy
:debug:fetch fetch phase started at Wed Jul 21 14:00:45 PDT 2010
:debug:fetch Executing org.macports.fetch (py26-numpy)
:msg:fetch --->  Verifying checksum(s) for py26-numpy
:debug:checksum checksum phase started at Wed Jul 21 14:00:45 PDT 2010
:debug:checksum Executing org.macports.checksum (py26-numpy)
:info:checksum --->  Checksumming numpy-1.4.1.tar.gz
:debug:checksum Correct (md5) checksum for numpy-1.4.1.tar.gz
:debug:checksum Correct (sha1) checksum for numpy-1.4.1.tar.gz
:debug:checksum Correct (rmd160) checksum for numpy-1.4.1.tar.gz
:msg:checksum --->  Extracting py26-numpy
:debug:extract extract phase started at Wed Jul 21 14:00:45 PDT 2010
:debug:extract Executing org.macports.extract (py26-numpy)
:info:extract --->  Extracting numpy-1.4.1.tar.gz
:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/python/numpy-1.4.1.tar.gz'
:debug:extract Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:extract Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/python/numpy-1.4.1.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -'
:debug:patch patch phase started at Wed Jul 21 14:00:46 PDT 2010
:debug:patch Executing org.macports.patch (py26-numpy)
:msg:patch --->  Applying patches to py26-numpy
:info:patch --->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-f2py_setup.py.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
:info:patch patching file numpy/f2py/setup.py
:info:patch Hunk #1 succeeded at 50 (offset -2 lines).
:info:patch Hunk #2 succeeded at 74 (offset -4 lines).
:info:patch --->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-system_info.py.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
:info:patch patching file numpy/distutils/system_info.py
:info:patch --->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-fcompiler_g95.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
:info:patch patching file numpy/distutils/fcompiler/__init__.py
:info:patch --->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/files/patch-setup.py.diff
:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /usr/bin/patch -p0'
:info:patch patching file numpy/core/setup.py
:info:patch Hunk #1 succeeded at 425 (offset 116 lines).
:info:patch Hunk #2 succeeded at 518 with fuzz 2 (offset 125 lines).
:debug:patch Executing proc-post-org.macports.patch-patch-0
:msg:patch --->  Configuring py26-numpy
:debug:patch Using compiler 'MacPorts gcc 4.4'
:debug:configure configure phase started at Wed Jul 21 14:00:47 PDT 2010
:debug:configure Executing org.macports.configure (py26-numpy)
:msg:configure --->  Building py26-numpy
:debug:build build phase started at Wed Jul 21 14:00:47 PDT 2010
:debug:build Executing proc-pre-org.macports.build-build-0
:debug:build Executing org.macports.build (py26-numpy)
:debug:build Environment: CPATH='/opt/local/include' CFLAGS='-arch x86_64 -arch i386' CXXFLAGS='-arch x86_64 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/opt/local/bin/g++-mp-4.4' LAPACK='/opt/local/lib' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/.CC_PRINT_OPTIONS' LDFLAGS='-arch x86_64 -arch i386' BLAS='/opt/local/lib' OBJCFLAGS='-arch x86_64 -arch i386' ATLAS='/opt/local/lib' CC_PRINT_OPTIONS='YES' CC='/opt/local/bin/gcc-mp-4.4'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 setup.py --no-user-cfg build'
:info:build Running from numpy source directory.
:info:build non-existing path in 'numpy/distutils': 'site.cfg'
:info:build F2PY Version 2
:info:build blas_opt_info:
:info:build blas_mkl_info:
:info:build   libraries mkl,vml,guide not found in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib
:info:build   libraries mkl,vml,guide not found in /usr/local/lib
:info:build   libraries mkl,vml,guide not found in /usr/lib
:info:build   libraries mkl,vml,guide not found in /opt/local/lib
:info:build   NOT AVAILABLE
:info:build 
:info:build atlas_blas_threads_info:
:info:build Setting PTATLAS=ATLAS
:info:build Setting PTATLAS=ATLAS
:info:build Setting PTATLAS=ATLAS
:info:build   FOUND:
:info:build     libraries = ['ptf77blas', 'ptcblas', 'atlas']
:info:build     library_dirs = ['/opt/local/lib']
:info:build     language = c
:info:build     include_dirs = ['/opt/local/include']
:info:build 
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/config.py:394: DeprecationWarning: 
:info:build +++++++++++++++++++++++++++++++++++++++++++++++++
:info:build Usage of get_output is deprecated: please do not 
:info:build use it anymore, and avoid configuration checks 
:info:build involving running executable on the target machine.
:info:build +++++++++++++++++++++++++++++++++++++++++++++++++
:info:build 
:info:build   DeprecationWarning)
:info:build customize NAGFCompiler
:info:build Could not locate executable f95
:info:build customize AbsoftFCompiler
:info:build Could not locate executable f90
:info:build Could not locate executable f77
:info:build customize IBMFCompiler
:info:build Could not locate executable xlf90
:info:build Could not locate executable xlf
:info:build customize IntelFCompiler
:info:build Could not locate executable ifort
:info:build Could not locate executable ifc
:info:build customize GnuFCompiler
:info:build Could not locate executable g77
:info:build customize Gnu95FCompiler
:info:build Could not locate executable gfortran
:info:build don't know how to compile Fortran code on platform 'posix'
:info:build compiling '_configtest.c':
:info:build 
:info:build /* This file is generated from numpy/distutils/system_info.py */
:info:build void ATL_buildinfo(void);
:info:build int main(void) {
:info:build   ATL_buildinfo();
:info:build   return 0;
:info:build }
:info:build C compiler: /opt/local/bin/gcc-mp-4.4 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386
:info:build 
:info:build compile options: '-c'
:info:build gcc-mp-4.4: _configtest.c
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build failure.
:info:build removing: _configtest.c _configtest.o
:info:build Status: 255
:info:build Output: 
:info:build   FOUND:
:info:build     libraries = ['ptf77blas', 'ptcblas', 'atlas']
:info:build     library_dirs = ['/opt/local/lib']
:info:build     language = c
:info:build     define_macros = [('NO_ATLAS_INFO', 2)]
:info:build     include_dirs = ['/opt/local/include']
:info:build 
:info:build lapack_opt_info:
:info:build lapack_mkl_info:
:info:build mkl_info:
:info:build   libraries mkl,vml,guide not found in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib
:info:build   libraries mkl,vml,guide not found in /usr/local/lib
:info:build   libraries mkl,vml,guide not found in /usr/lib
:info:build   libraries mkl,vml,guide not found in /opt/local/lib
:info:build   NOT AVAILABLE
:info:build 
:info:build   NOT AVAILABLE
:info:build 
:info:build atlas_threads_info:
:info:build Setting PTATLAS=ATLAS
:info:build   libraries lapack_atlas not found in /opt/local/lib
:info:build numpy.distutils.system_info.atlas_threads_info
:info:build Setting PTATLAS=ATLAS
:info:build Setting PTATLAS=ATLAS
:info:build   FOUND:
:info:build     libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
:info:build     library_dirs = ['/opt/local/lib']
:info:build     language = f77
:info:build     include_dirs = ['/opt/local/include']
:info:build 
:info:build customize NAGFCompiler
:info:build customize AbsoftFCompiler
:info:build customize IBMFCompiler
:info:build customize IntelFCompiler
:info:build customize GnuFCompiler
:info:build customize Gnu95FCompiler
:info:build don't know how to compile Fortran code on platform 'posix'
:info:build compiling '_configtest.c':
:info:build 
:info:build /* This file is generated from numpy/distutils/system_info.py */
:info:build void ATL_buildinfo(void);
:info:build int main(void) {
:info:build   ATL_buildinfo();
:info:build   return 0;
:info:build }
:info:build C compiler: /opt/local/bin/gcc-mp-4.4 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386
:info:build 
:info:build compile options: '-c'
:info:build gcc-mp-4.4: _configtest.c
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build failure.
:info:build removing: _configtest.c _configtest.o
:info:build Status: 255
:info:build Output: 
:info:build   FOUND:
:info:build     libraries = ['lapack', 'ptf77blas', 'ptcblas', 'atlas']
:info:build     library_dirs = ['/opt/local/lib']
:info:build     language = f77
:info:build     define_macros = [('NO_ATLAS_INFO', 2)]
:info:build     include_dirs = ['/opt/local/include']
:info:build 
:info:build running build
:info:build running config_cc
:info:build unifing config_cc, config, build_clib, build_ext, build commands --compiler options
:info:build running config_fc
:info:build unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
:info:build running build_src
:info:build build_src
:info:build building py_modules sources
:info:build creating build
:info:build creating build/src.macosx-10.6-x86_64-2.6
:info:build creating build/src.macosx-10.6-x86_64-2.6/numpy
:info:build creating build/src.macosx-10.6-x86_64-2.6/numpy/distutils
:info:build building library "npymath" sources
:info:build customize NAGFCompiler
:info:build customize AbsoftFCompiler
:info:build customize IBMFCompiler
:info:build customize IntelFCompiler
:info:build customize GnuFCompiler
:info:build customize Gnu95FCompiler
:info:build don't know how to compile Fortran code on platform 'posix'
:info:build C compiler: /opt/local/bin/gcc-mp-4.4 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -arch i386
:info:build 
:info:build compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c'
:info:build gcc-mp-4.4: _configtest.c
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build cc1: error: unrecognized command line option "-arch"
:info:build failure.
:info:build removing: _configtest.c _configtest.o
:info:build Traceback (most recent call last):
:info:build   File "setup.py", line 187, in <module>
:info:build     setup_package()
:info:build   File "setup.py", line 180, in setup_package
:info:build     configuration=configuration )
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/core.py", line 186, in setup
:info:build     return old_setup(**new_attr)
:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 152, in setup
:info:build     dist.run_commands()
:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 987, in run_commands
:info:build     self.run_command(cmd)
:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 1007, in run_command
:info:build     cmd_obj.run()
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build.py", line 37, in run
:info:build     old_build.run(self)
:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/command/build.py", line 134, in run
:info:build     self.run_command(cmd_name)
:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/cmd.py", line 333, in run_command
:info:build     self.distribution.run_command(command)
:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 1007, in run_command
:info:build     cmd_obj.run()
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 152, in run
:info:build     self.build_sources()
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 163, in build_sources
:info:build     self.build_library_sources(*libname_info)
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 298, in build_library_sources
:info:build     sources = self.generate_sources(sources, (lib_name, build_info))
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1/numpy/distutils/command/build_src.py", line 385, in generate_sources
:info:build     source = func(extension, build_dir)
:info:build   File "numpy/core/setup.py", line 671, in get_mathlib_info
:info:build     raise RuntimeError("Broken toolchain: cannot link a simple C program")
:info:build RuntimeError: Broken toolchain: cannot link a simple C program
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.4.1" && /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 setup.py --no-user-cfg build " returned error 1
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for py26-numpy): org.macports.destroot org.macports.build
:notice:build Log for py26-numpy is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/main.log

comment:51 Changed 14 years ago by jmroot (Joshua Root)

Probably just needs to turn off python.add_archflags?

comment:52 Changed 14 years ago by domiman@…

Cc: domiman@… added

Cc Me!

comment:53 Changed 14 years ago by jonathan.hayward@…

Cc: jonathan.hayward@… added

Cc Me!

comment:54 Changed 14 years ago by funkphreakz@…

Cc: funkphreakz@… added

Cc Me!

comment:55 Changed 14 years ago by skymoo (Adam Mercer)

Cc: ram@… removed

comment:56 Changed 14 years ago by wiml@…

Cc: wiml@… added

Cc Me!

comment:57 in reply to:  51 ; Changed 14 years ago by spyro@…

Replying to jmr@…:

Probably just needs to turn off python.add_archflags?

Adding the following line in the py26-numpy Portfile works for me:

python.add_archflags    no

It is working fine so far. Could anyone else try this out and update this ticket if it works acceptably?

I will attach a (very trivial) patch to this ticket.

Changed 14 years ago by spyro@…

Attachment: Portfile-py26-numpy.diff added

comment:58 Changed 14 years ago by jonathan.hayward@…

Could you also post a HOWTO on finding the Portfile and/or building with the patched Portfile? A find is bogging...

comment:59 Changed 14 years ago by payam.minoofar@…

This did the trick for me! Here is the output on my system:

--->  Installing py26-numpy @1.5.0_0+gcc44+universal
--->  Deactivating py26-numpy @1.4.1_1+gcc44
--->  Activating py26-numpy @1.5.0_0+gcc44+universal
--->  Cleaning py26-numpy

You can find the py26-numpy portfile here: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/Portfile

If you like pico/nano you can edit it with sudo pico /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py26-numpy/Portfile

Simply add the line mentionted above (python.add_archflags no) to the end of the file.

Make sure you perform sudo cleanup py26-numpy before attempting to compile.

comment:60 Changed 14 years ago by jonathan.hayward@…

Thank you.

Could you confirm the command to cleanup? "cleanup" is not in my path; I guessed "port cleanup py26", but port did not recognize that argument.

comment:61 Changed 14 years ago by jonathan.hayward@…

("port cleanup py26-numpy" was what I tried.)

comment:62 Changed 14 years ago by payam.minoofar@…

I apologize. I'm getting my macports and fink commands mixed up. The command you want is:

sudo port clean py26-numpy

comment:63 Changed 14 years ago by jonathan.hayward@…

Thanks so much. py26-numpy compiled and the upgrade is chugging along.

Jonathan, http://JonathansCorner.com/

comment:64 in reply to:  58 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to jonathan.hayward@…:

Could you also post a HOWTO on finding the Portfile and/or building with the patched Portfile? A find is bogging...

The location of the py26-numpy portfile is most simply obtained by running the command "port file py26-numpy".

comment:65 in reply to:  57 Changed 14 years ago by mtalexander (Mike Alexander)

Replying to spyro@…:

Adding the following line in the py26-numpy Portfile works for me:

python.add_archflags    no

This makes it build with the +universal variant, but the result is not actually a universal build. The various .so files built have only one architecture. This is on 10.6.4 with XCode 3.2.2 and MacPorts updated to r71305.

comment:66 Changed 14 years ago by michaelld (Michael Dickens)

Cc: michaelld@… removed

Cc Me!

comment:67 Changed 14 years ago by michaelld (Michael Dickens)

Cc: michaelld@… added

Cc Me!

comment:68 Changed 14 years ago by michaelld (Michael Dickens)

The fix for this numpy issue, for me, is to remove all of the GCC variants (so lines 44-47) and thus change the command to "sudo port install py26-numpy [+universal]". This is one of possibly a few math-oriented ports that do not directly require linking to libgcc or libgfortran, so removing those variants should be safe.

I would encourage those on this ticket to try out this fix & see if it works for them, with and without +universal if possible.

comment:69 Changed 14 years ago by hobbsilla

Modifying the portfile allows numpy to be successfully built but avahi installation will not complete. Is there another possible work around for Snow Leopard users?

comment:70 Changed 14 years ago by hobbsilla

Cc: hobbsilla@… added

Cc Me!

comment:71 Changed 14 years ago by michaelld (Michael Dickens)

There's a better fix for py26-numpy on ticket #24942; maybe it will help with your avahi issue? If not, please search tickets & see if there's already one open for your issue, & if not then submit one. I think we're about ready to close this ticket for its particular issue (as found in the title), per the fix on that other ticket. I do not use avahi, so I do not know its status.

comment:72 Changed 14 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed

I've checked in the changes in r72220; please do:

sudo port clean py26-numpy
sudo port selfupdate
sudo port install py26-numpy [+variants]

and see if it works. I'm closing this ticket as fixed; please reopen if the changes do not work for you.

Note: See TracTickets for help on using tickets.