Opened 13 years ago

Closed 12 years ago

#29744 closed defect (worksforme)

libgnome: in /opt/local/lib/libesd.dylib, file was built for unsupported file format which is not the architecture being linked

Reported by: eisen_jr@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: libgnome

Description

Running a

$sudo port upgrade outdated

it always fails buiding libgnome. Also this kind of proceedure didn't result in success:

$sudo port uninstall -f libgnome
$sudo port clean --all libgnome
$sudo port install libgnome

Same build error again. The only success is, that libgnome is currently not installed.

Here is the log file

version:1
:msg:main --->  Computing dependencies for libgnome:info:main .:debug:main Searching for dependency: libbonobo
:debug:main Found Dependency: receipt exists for libbonobo
:debug:main Searching for dependency: esound
:debug:main Found Dependency: receipt exists for esound
:debug:main Searching for dependency: gnome-vfs
:debug:main Found Dependency: receipt exists for gnome-vfs
:debug:main Searching for dependency: libiconv
:debug:main Found Dependency: receipt exists for libiconv
:debug:main Searching for dependency: gettext
:debug:main Found Dependency: receipt exists for gettext
:msg:main 
:debug:main Executing org.macports.main (libgnome)
:debug:main Skipping completed org.macports.fetch (libgnome)
:debug:main Skipping completed org.macports.checksum (libgnome)
:debug:main setting option extract.cmd to /usr/bin/bzip2
:debug:main Skipping completed org.macports.extract (libgnome)
:debug:main Skipping completed org.macports.patch (libgnome)
:debug:main Skipping completed org.macports.configure (libgnome)
:msg:main --->  Building libgnome
:debug:build build phase started at Wed Jun  8 11:15:11 CEST 2011
:debug:build Executing org.macports.build (libgnome)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/libgnome-2.30.0" && /usr/bin/make -j2 all'
:info:build /usr/bin/make  all-recursive
:info:build Making all in libgnome
:info:build /usr/bin/make  all-am
:info:build   CCLD   libgnome-2.la
:info:build ld: warning: in /opt/local/lib/libesd.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build Undefined symbols:
:info:build   "_esd_sample_getid", referenced from:
:info:build       _gnome_triggers_play_sound in gnome-triggers.o
:info:build   "_esd_sample_play", referenced from:
:info:build       _gnome_sound_play in gnome-sound.o
:info:build       _gnome_triggers_play_sound in gnome-triggers.o
:info:build       _gnome_trigger_do_mediaplay in gnome-triggers.o
:info:build   "_esd_close", referenced from:
:info:build       _close_sound_connection in gnome-sound.o
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build   "_esd_sample_cache", referenced from:
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build   "_esd_confirm_sample_cache", referenced from:
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build   "_esd_sample_free", referenced from:
:info:build       _gnome_sound_play in gnome-sound.o
:info:build   "_esd_open_sound", referenced from:
:info:build       _use_sound in gnome-sound.o
:info:build ld: symbol(s) not found
:info:build collect2: ld returned 1 exit status
:info:build lipo: can't open input file: /var/tmp//ccFOd98L.out (No such file or directory)
:info:build make[3]: *** [libgnome-2.la] Error 1
:info:build make[2]: *** [all] Error 2
:info:build make[1]: *** [all-recursive] Error 1
:info:build make: *** [all] Error 2
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/libgnome-2.30.0" && /usr/bin/make -j2 all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    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 libgnome): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for libgnome is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/main.log

From the logfile it seems, that there is a problem with the libesd.dylib, which is apparently part of the gcc-4.2.1.

But with the above upgrade operation I have gcc44 now.

My machine is a MacBook, running OS X 10.6.7 on a 2.13GHz Intel Core 2 Duo with 2GB 800 MHz DDR2 SDRAM.

Up to now I found solutions to all my problems within this community, so this is the first time I fill a ticket myself. I hope I did everything correctly.

Thanks in advance
Thomas

Change History (5)

comment:1 Changed 13 years ago by eisen_jr@…

Cc: eisen_jr@… added

Cc Me!

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

Cc: eisen_jr@… removed
Keywords: ligbnome removed

You do not need to be in cc when you are the reporter.

Please generate a complete log; the one above starts with the build phase partially completed already.

sudo port clean libgnome
sudo port install libgnome

… and then attach the resulting main.log.

Please also show the output of:

port -v installed esound
lipo -info /opt/local/lib/libesd.dylib

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

Summary: libgnome won't buildlibgnome: in /opt/local/lib/libesd.dylib, file was built for unsupported file format which is not the architecture being linked

Joshua already responded while I was writing this, but:

Replying to eisen_jr@…:

$sudo port uninstall -f libgnome

There's no need to force, and the -f flag and other single-letter flags have no effect unless placed in the correct location in the command, which is immediately after the word port.

$sudo port clean --all libgnome

There's no need to clean --all; the --all flag forces you to re-download the distfile, but there's nothing wrong with the distfile (if there had been, you would have gotten a checksum error).

:debug:main Skipping completed org.macports.fetch (libgnome)
:debug:main Skipping completed org.macports.checksum (libgnome)
:debug:main setting option extract.cmd to /usr/bin/bzip2
:debug:main Skipping completed org.macports.extract (libgnome)
:debug:main Skipping completed org.macports.patch (libgnome)
:debug:main Skipping completed org.macports.configure (libgnome)

There might have been relevant information in these skipped phases. Cleaning and trying again would generate a complete log, which you could then attach.

:info:build ld: warning: in /opt/local/lib/libesd.dylib, file was built for unsupported file format which is not the architecture being linked (i386)

So you're trying to build libgnome for i386 (or possibly universal -- for i386 and x86_64) but libesd.dylib is not built for i386.

From the logfile it seems, that there is a problem with the libesd.dylib, which is apparently part of the gcc-4.2.1.

No, libesd.dylib is the library for EsounD (the "Enlightened Sound Daemon"), part of the esound port. esound is a declared dependency of libgnome, therefore esound should have rebuilt itself for whatever architectures you were requesting of libgnome. The only reason why this wouldn't happen is if you had installed esound before upgrading to MacPorts 1.9.x. Try rebuilding esound:

sudo port -n upgrade --force esound

comment:4 Changed 13 years ago by eisen_jr@…

Dear Joshua and Ryan.

Thanks for the help and comments

To make it short the upgrade of esound was the solution I was seeking for. After upgrading esound the libesd.dylib was also installed for both architectures. That helped also to build libgnome. problem solved. My problem was in fact, that I did not know where the libesd library comes from.

For the future: Is there a decent way to find the package a library was delivered with. That would make live much easier for me.

Attached is the requested log file, if this is still of interest.

Thanks for all

Thomas

version:1
:debug:main epoch: in tree: 0 installed: 0
:debug:main libbonobo 2.24.3_0 exists in the ports tree
:debug:main libbonobo 2.24.3_0 +universal is the latest installed
:debug:main libbonobo 2.24.3_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/libbonobo
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! libbonobo 2.24.3_0 >= libbonobo 2.24.3_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main glib2 2.28.7_0 exists in the ports tree
:debug:main glib2 2.28.7_0 +universal is the latest installed
:debug:main glib2 2.28.7_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/glib2
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! glib2 2.28.7_0 >= glib2 2.28.7_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main gettext 0.18.1.1_2 exists in the ports tree
:debug:main gettext 0.18.1.1_2 +universal is the latest installed
:debug:main gettext 0.18.1.1_2 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/gettext
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! gettext 0.18.1.1_2 >= gettext 0.18.1.1_2
:debug:main epoch: in tree: 0 installed: 0
:debug:main libiconv 1.13.1_0 exists in the ports tree
:debug:main libiconv 1.13.1_0 +universal is the latest installed
:debug:main libiconv 1.13.1_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! libiconv 1.13.1_0 >= libiconv 1.13.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main ncurses 5.9_0 exists in the ports tree
:debug:main ncurses 5.9_0 +universal is the latest installed
:debug:main ncurses 5.9_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/ncurses
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! ncurses 5.9_0 >= ncurses 5.9_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main expat 2.0.1_1 exists in the ports tree
:debug:main expat 2.0.1_1 +universal is the latest installed
:debug:main expat 2.0.1_1 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/expat
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! expat 2.0.1_1 >= expat 2.0.1_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main zlib 1.2.5_0 exists in the ports tree
:debug:main zlib 1.2.5_0 +universal is the latest installed
:debug:main zlib 1.2.5_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! zlib 1.2.5_0 >= zlib 1.2.5_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main perl5 5.12.3_1 exists in the ports tree
:debug:main perl5 5.12.3_1 +perl5_12 is the latest installed
:debug:main perl5 5.12.3_1 +perl5_12 is active
:debug:main Merging existing variants '+perl5_12' into variants
:debug:main new fully merged portvariants: universal + perl5_12 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main universal_variant is false, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port perl5.
:debug:main Executing variant perl5_12 provides perl5_12
:debug:main No need to upgrade! perl5 5.12.3_1 >= perl5 5.12.3_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main perl5.12 5.12.3_1 exists in the ports tree
:debug:main perl5.12 5.12.3_1 +universal is the latest installed
:debug:main perl5.12 5.12.3_1 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/perl5.12
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! perl5.12 5.12.3_1 >= perl5.12 5.12.3_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main dbus-glib 0.94_0 exists in the ports tree
:debug:main dbus-glib 0.94_0 +universal is the latest installed
:debug:main dbus-glib 0.94_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/dbus-glib
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! dbus-glib 0.94_0 >= dbus-glib 0.94_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main dbus 1.4.10_1 exists in the ports tree
:debug:main dbus 1.4.10_1 +universal is the latest installed
:debug:main dbus 1.4.10_1 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/dbus
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! dbus 1.4.10_1 >= dbus 1.4.10_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main orbit2 2.14.19_0 exists in the ports tree
:debug:main orbit2 2.14.19_0 +universal is the latest installed
:debug:main orbit2 2.14.19_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/orbit2
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! orbit2 2.14.19_0 >= orbit2 2.14.19_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main libidl 0.8.14_0 exists in the ports tree
:debug:main libidl 0.8.14_0 +universal is the latest installed
:debug:main libidl 0.8.14_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libidl
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! libidl 0.8.14_0 >= libidl 0.8.14_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main libxml2 2.7.8_0 exists in the ports tree
:debug:main libxml2 2.7.8_0 +universal is the latest installed
:debug:main libxml2 2.7.8_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxml2
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! libxml2 2.7.8_0 >= libxml2 2.7.8_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main popt 1.16_0 exists in the ports tree
:debug:main popt 1.16_0 +universal is the latest installed
:debug:main popt 1.16_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/popt
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! popt 1.16_0 >= popt 1.16_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main esound 0.2.41_1 exists in the ports tree
:debug:main esound 0.2.41_1  is the latest installed
:debug:main esound 0.2.41_1  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/esound
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main Skipping upgrade since esound 0.2.41_1 >= esound 0.2.41_1, even though installed variants "" do not match "+universal".
:debug:main epoch: in tree: 0 installed: 0
:debug:main audiofile 0.2.7_0 exists in the ports tree
:debug:main audiofile 0.2.7_0 +universal is the latest installed
:debug:main audiofile 0.2.7_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/audiofile
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! audiofile 0.2.7_0 >= audiofile 0.2.7_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main gnome-vfs 2.24.4_0 exists in the ports tree
:debug:main gnome-vfs 2.24.4_0 +universal is the latest installed
:debug:main gnome-vfs 2.24.4_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gnome-vfs
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! gnome-vfs 2.24.4_0 >= gnome-vfs 2.24.4_0
:debug:main epoch: in tree: 1 installed: 1
:debug:main gconf 2.28.1_2 exists in the ports tree
:debug:main gconf 2.28.1_2 +universal is the latest installed
:debug:main gconf 2.28.1_2 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gconf
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! gconf 2.28.1_2 >= gconf 2.28.1_2
:debug:main epoch: in tree: 0 installed: 0
:debug:main gtk2 2.24.4_0 exists in the ports tree
:debug:main gtk2 2.24.4_0 +universal+x11 is the latest installed
:debug:main gtk2 2.24.4_0 +universal+x11 is active
:debug:main Merging existing variants '+universal+x11' into variants
:debug:main new fully merged portvariants: universal + x11 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gtk2
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main Executing variant x11 provides x11
:debug:main No need to upgrade! gtk2 2.24.4_0 >= gtk2 2.24.4_0
:debug:main epoch: in tree: 2 installed: 2
:debug:main atk 1.32.0_0 exists in the ports tree
:debug:main atk 1.32.0_0 +universal is the latest installed
:debug:main atk 1.32.0_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/atk
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! atk 1.32.0_0 >= atk 1.32.0_0
:debug:main epoch: in tree: 1 installed: 1
:debug:main pango 1.28.4_0 exists in the ports tree
:debug:main pango 1.28.4_0 +universal+x11 is the latest installed
:debug:main pango 1.28.4_0 +universal+x11 is active
:debug:main Merging existing variants '+universal+x11' into variants
:debug:main new fully merged portvariants: universal + x11 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/pango
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main adding the default universal variant
:debug:main Executing variant x11 provides x11
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! pango 1.28.4_0 >= pango 1.28.4_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main cairo 1.10.2_3 exists in the ports tree
:debug:main cairo 1.10.2_3 +universal+x11 is the latest installed
:debug:main cairo 1.10.2_3 +universal+x11 is active
:debug:main Merging existing variants '+universal+x11' into variants
:debug:main new fully merged portvariants: universal + x11 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/cairo
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main Executing variant x11 provides x11
:debug:main No need to upgrade! cairo 1.10.2_3 >= cairo 1.10.2_3
:debug:main epoch: in tree: 0 installed: 0
:debug:main libpixman 0.22.0_0 exists in the ports tree
:debug:main libpixman 0.22.0_0 +universal is the latest installed
:debug:main libpixman 0.22.0_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/libpixman
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! libpixman 0.22.0_0 >= libpixman 0.22.0_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main fontconfig 2.8.0_0 exists in the ports tree
:debug:main fontconfig 2.8.0_0 +universal is the latest installed
:debug:main fontconfig 2.8.0_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/fontconfig
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! fontconfig 2.8.0_0 >= fontconfig 2.8.0_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main freetype 2.4.4_0 exists in the ports tree
:debug:main freetype 2.4.4_0 +universal is the latest installed
:debug:main freetype 2.4.4_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/print/freetype
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! freetype 2.4.4_0 >= freetype 2.4.4_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main libpng 1.4.7_0 exists in the ports tree
:debug:main libpng 1.4.7_0 +universal is the latest installed
:debug:main libpng 1.4.7_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/libpng
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! libpng 1.4.7_0 >= libpng 1.4.7_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xrender 0.9.6_0 exists in the ports tree
:debug:main xrender 0.9.6_0 +universal is the latest installed
:debug:main xrender 0.9.6_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xrender
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xrender 0.9.6_0 >= xrender 0.9.6_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libX11 1.4.3_0 exists in the ports tree
:debug:main xorg-libX11 1.4.3_0 +universal is the latest installed
:debug:main xorg-libX11 1.4.3_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libX11
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libX11 1.4.3_0 >= xorg-libX11 1.4.3_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXdmcp 1.1.0_0 exists in the ports tree
:debug:main xorg-libXdmcp 1.1.0_0 +universal is the latest installed
:debug:main xorg-libXdmcp 1.1.0_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXdmcp
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXdmcp 1.1.0_0 >= xorg-libXdmcp 1.1.0_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXau 1.0.6_0 exists in the ports tree
:debug:main xorg-libXau 1.0.6_0 +universal is the latest installed
:debug:main xorg-libXau 1.0.6_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXau
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXau 1.0.6_0 >= xorg-libXau 1.0.6_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-xproto 7.0.21_0 exists in the ports tree
:debug:main xorg-xproto 7.0.21_0  is the latest installed
:debug:main xorg-xproto 7.0.21_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-xproto.
:debug:main No need to upgrade! xorg-xproto 7.0.21_0 >= xorg-xproto 7.0.21_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libxcb 1.7_0 exists in the ports tree
:debug:main xorg-libxcb 1.7_0 +python26+universal is the latest installed
:debug:main xorg-libxcb 1.7_0 +python26+universal is active
:debug:main Merging existing variants '+python26+universal' into variants
:debug:main new fully merged portvariants: universal + python26 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libxcb
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant python26 provides python26
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libxcb 1.7_0 >= xorg-libxcb 1.7_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-xcb-proto 1.6_0 exists in the ports tree
:debug:main xorg-xcb-proto 1.6_0 +python26 is the latest installed
:debug:main xorg-xcb-proto 1.6_0 +python26 is active
:debug:main Merging existing variants '+python26' into variants
:debug:main new fully merged portvariants: universal + python26 +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xcb-proto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-xcb-proto.
:debug:main Executing variant python26 provides python26
:debug:main No need to upgrade! xorg-xcb-proto 1.6_0 >= xorg-xcb-proto 1.6_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main python26 2.6.6_3 exists in the ports tree
:debug:main python26 2.6.6_3 +universal is the latest installed
:debug:main python26 2.6.6_3 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python26
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/select-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! python26 2.6.6_3 >= python26 2.6.6_3
:debug:main epoch: in tree: 1 installed: 1
:debug:main openssl 1.0.0d_0 exists in the ports tree
:debug:main openssl 1.0.0d_0 +universal is the latest installed
:debug:main openssl 1.0.0d_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! openssl 1.0.0d_0 >= openssl 1.0.0d_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main sqlite3 3.7.6_0 exists in the ports tree
:debug:main sqlite3 3.7.6_0 +universal is the latest installed
:debug:main sqlite3 3.7.6_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/sqlite3
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! sqlite3 3.7.6_0 >= sqlite3 3.7.6_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main readline 6.2.000_0 exists in the ports tree
:debug:main readline 6.2.000_0 +universal is the latest installed
:debug:main readline 6.2.000_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/readline
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! readline 6.2.000_0 >= readline 6.2.000_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main db46 4.6.21_6 exists in the ports tree
:debug:main db46 4.6.21_6 +universal is the latest installed
:debug:main db46 4.6.21_6 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! db46 4.6.21_6 >= db46 4.6.21_6
:debug:main epoch: in tree: 0 installed: 0
:debug:main gdbm 1.8.3_3 exists in the ports tree
:debug:main gdbm 1.8.3_3 +universal is the latest installed
:debug:main gdbm 1.8.3_3 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/gdbm
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! gdbm 1.8.3_3 >= gdbm 1.8.3_3
:debug:main epoch: in tree: 0 installed: 0
:debug:main bzip2 1.0.6_0 exists in the ports tree
:debug:main bzip2 1.0.6_0 +universal is the latest installed
:debug:main bzip2 1.0.6_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/bzip2
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! bzip2 1.0.6_0 >= bzip2 1.0.6_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main python_select 0.3_1 exists in the ports tree
:debug:main python_select 0.3_1  is the latest installed
:debug:main python_select 0.3_1  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/python_select
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/select-1.0.tcl
:debug:main universal_variant is false, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port python_select.
:debug:main No need to upgrade! python_select 0.3_1 >= python_select 0.3_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libpthread-stubs 0.3_0 exists in the ports tree
:debug:main xorg-libpthread-stubs 0.3_0  is the latest installed
:debug:main xorg-libpthread-stubs 0.3_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libpthread-stubs
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-libpthread-stubs.
:debug:main No need to upgrade! xorg-libpthread-stubs 0.3_0 >= xorg-libpthread-stubs 0.3_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-kbproto 1.0.5_0 exists in the ports tree
:debug:main xorg-kbproto 1.0.5_0  is the latest installed
:debug:main xorg-kbproto 1.0.5_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-kbproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-kbproto.
:debug:main No need to upgrade! xorg-kbproto 1.0.5_0 >= xorg-kbproto 1.0.5_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-renderproto 0.11.1_0 exists in the ports tree
:debug:main xorg-renderproto 0.11.1_0  is the latest installed
:debug:main xorg-renderproto 0.11.1_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-renderproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-renderproto.
:debug:main No need to upgrade! xorg-renderproto 0.11.1_0 >= xorg-renderproto 0.11.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-xcb-util 0.3.8_0 exists in the ports tree
:debug:main xorg-xcb-util 0.3.8_0 +universal is the latest installed
:debug:main xorg-xcb-util 0.3.8_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xcb-util
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/archcheck-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-xcb-util 0.3.8_0 >= xorg-xcb-util 0.3.8_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main Xft2 2.2.0_0 exists in the ports tree
:debug:main Xft2 2.2.0_0 +universal is the latest installed
:debug:main Xft2 2.2.0_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/Xft2
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! Xft2 2.2.0_0 >= Xft2 2.2.0_0
:debug:main epoch: in tree: 2 installed: 2
:debug:main gdk-pixbuf2 2.22.1_1 exists in the ports tree
:debug:main gdk-pixbuf2 2.22.1_1 +universal is the latest installed
:debug:main gdk-pixbuf2 2.22.1_1 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/gdk-pixbuf2
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! gdk-pixbuf2 2.22.1_1 >= gdk-pixbuf2 2.22.1_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main jasper 1.900.1_7 exists in the ports tree
:debug:main jasper 1.900.1_7 +universal is the latest installed
:debug:main jasper 1.900.1_7 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jasper
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! jasper 1.900.1_7 >= jasper 1.900.1_7
:debug:main epoch: in tree: 0 installed: 0
:debug:main jpeg 8c_0 exists in the ports tree
:debug:main jpeg 8c_0 +universal is the latest installed
:debug:main jpeg 8c_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! jpeg 8c_0 >= jpeg 8c_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main tiff 3.9.5_0 exists in the ports tree
:debug:main tiff 3.9.5_0 +universal is the latest installed
:debug:main tiff 3.9.5_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/tiff
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! tiff 3.9.5_0 >= tiff 3.9.5_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXi 1.4.1_0 exists in the ports tree
:debug:main xorg-libXi 1.4.1_0 +universal is the latest installed
:debug:main xorg-libXi 1.4.1_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXi
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXi 1.4.1_0 >= xorg-libXi 1.4.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXext 1.3.0_0 exists in the ports tree
:debug:main xorg-libXext 1.3.0_0 +universal is the latest installed
:debug:main xorg-libXext 1.3.0_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXext
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXext 1.3.0_0 >= xorg-libXext 1.3.0_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-xextproto 7.2.0_0 exists in the ports tree
:debug:main xorg-xextproto 7.2.0_0  is the latest installed
:debug:main xorg-xextproto 7.2.0_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xextproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-xextproto.
:debug:main No need to upgrade! xorg-xextproto 7.2.0_0 >= xorg-xextproto 7.2.0_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-inputproto 2.0.1_0 exists in the ports tree
:debug:main xorg-inputproto 2.0.1_0  is the latest installed
:debug:main xorg-inputproto 2.0.1_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-inputproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-inputproto.
:debug:main No need to upgrade! xorg-inputproto 2.0.1_0 >= xorg-inputproto 2.0.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXrandr 1.3.1_0 exists in the ports tree
:debug:main xorg-libXrandr 1.3.1_0 +universal is the latest installed
:debug:main xorg-libXrandr 1.3.1_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXrandr
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXrandr 1.3.1_0 >= xorg-libXrandr 1.3.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-randrproto 1.3.2_0 exists in the ports tree
:debug:main xorg-randrproto 1.3.2_0  is the latest installed
:debug:main xorg-randrproto 1.3.2_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-randrproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-randrproto.
:debug:main No need to upgrade! xorg-randrproto 1.3.2_0 >= xorg-randrproto 1.3.2_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXcursor 1.1.11_0 exists in the ports tree
:debug:main xorg-libXcursor 1.1.11_0 +universal is the latest installed
:debug:main xorg-libXcursor 1.1.11_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXcursor
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXcursor 1.1.11_0 >= xorg-libXcursor 1.1.11_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXfixes 5.0_0 exists in the ports tree
:debug:main xorg-libXfixes 5.0_0 +universal is the latest installed
:debug:main xorg-libXfixes 5.0_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXfixes
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXfixes 5.0_0 >= xorg-libXfixes 5.0_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-fixesproto 5.0_0 exists in the ports tree
:debug:main xorg-fixesproto 5.0_0  is the latest installed
:debug:main xorg-fixesproto 5.0_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-fixesproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-fixesproto.
:debug:main No need to upgrade! xorg-fixesproto 5.0_0 >= xorg-fixesproto 5.0_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXinerama 1.1.1_0 exists in the ports tree
:debug:main xorg-libXinerama 1.1.1_0 +universal is the latest installed
:debug:main xorg-libXinerama 1.1.1_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXinerama
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXinerama 1.1.1_0 >= xorg-libXinerama 1.1.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-xineramaproto 1.2.1_0 exists in the ports tree
:debug:main xorg-xineramaproto 1.2.1_0  is the latest installed
:debug:main xorg-xineramaproto 1.2.1_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-xineramaproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-xineramaproto.
:debug:main No need to upgrade! xorg-xineramaproto 1.2.1_0 >= xorg-xineramaproto 1.2.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXdamage 1.1.3_0 exists in the ports tree
:debug:main xorg-libXdamage 1.1.3_0 +universal is the latest installed
:debug:main xorg-libXdamage 1.1.3_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXdamage
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXdamage 1.1.3_0 >= xorg-libXdamage 1.1.3_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-damageproto 1.2.1_0 exists in the ports tree
:debug:main xorg-damageproto 1.2.1_0  is the latest installed
:debug:main xorg-damageproto 1.2.1_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-damageproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-damageproto.
:debug:main No need to upgrade! xorg-damageproto 1.2.1_0 >= xorg-damageproto 1.2.1_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-libXcomposite 0.4.3_0 exists in the ports tree
:debug:main xorg-libXcomposite 0.4.3_0 +universal is the latest installed
:debug:main xorg-libXcomposite 0.4.3_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXcomposite
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! xorg-libXcomposite 0.4.3_0 >= xorg-libXcomposite 0.4.3_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main xorg-compositeproto 0.4.2_0 exists in the ports tree
:debug:main xorg-compositeproto 0.4.2_0  is the latest installed
:debug:main xorg-compositeproto 0.4.2_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-compositeproto
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port xorg-compositeproto.
:debug:main No need to upgrade! xorg-compositeproto 0.4.2_0 >= xorg-compositeproto 0.4.2_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main shared-mime-info 0.90_0 exists in the ports tree
:debug:main shared-mime-info 0.90_0 +universal is the latest installed
:debug:main shared-mime-info 0.90_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/shared-mime-info
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! shared-mime-info 0.90_0 >= shared-mime-info 0.90_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main policykit 0.101_0 exists in the ports tree
:debug:main policykit 0.101_0 +universal is the latest installed
:debug:main policykit 0.101_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/security/policykit
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! policykit 0.101_0 >= policykit 0.101_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main eggdbus 0.6_0 exists in the ports tree
:debug:main eggdbus 0.6_0 +universal is the latest installed
:debug:main eggdbus 0.6_0 +universal is active
:debug:main Merging existing variants '+universal' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/eggdbus
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main universal variant already exists, so not adding the default one
:debug:main Executing variant universal provides universal
:debug:main No need to upgrade! eggdbus 0.6_0 >= eggdbus 0.6_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main desktop-file-utils 0.15_1 exists in the ports tree
:debug:main desktop-file-utils 0.15_1  is the latest installed
:debug:main desktop-file-utils 0.15_1  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/desktop-file-utils
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Executing variant universal provides universal
:debug:main Skipping upgrade since desktop-file-utils 0.15_1 >= desktop-file-utils 0.15_1, even though installed variants "" do not match "+universal".
:debug:main epoch: in tree: 0 installed: 0
:debug:main gnome-mime-data 2.18.0_3 exists in the ports tree
:debug:main gnome-mime-data 2.18.0_3  is the latest installed
:debug:main gnome-mime-data 2.18.0_3  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: universal +
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/gnome-mime-data
:debug:main OS darwin/10.7.0 (Mac OS X 10.6) arch i386
:debug:main org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
:debug:main org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
:debug:main only one arch supported, so not adding the default universal variant
:debug:main Requested variant universal is not provided by port gnome-mime-data.
:debug:main No need to upgrade! gnome-mime-data 2.18.0_3 >= gnome-mime-data 2.18.0_3
:msg:main --->  Computing dependencies for libgnome:info:main .:debug:main Searching for dependency: libbonobo
:debug:main Found Dependency: receipt exists for libbonobo
:debug:main Searching for dependency: esound
:debug:main Found Dependency: receipt exists for esound
:debug:main Searching for dependency: gnome-vfs
:debug:main Found Dependency: receipt exists for gnome-vfs
:debug:main Searching for dependency: libiconv
:debug:main Found Dependency: receipt exists for libiconv
:debug:main Searching for dependency: gettext
:debug:main Found Dependency: receipt exists for gettext
:msg:main 
:debug:main Executing org.macports.main (libgnome)
:msg:main --->  Fetching libgnome
:debug:fetch fetch phase started at Thu Jun  9 13:46:04 CEST 2011
:debug:fetch Executing org.macports.fetch (libgnome)
:msg:fetch --->  Verifying checksum(s) for libgnome
:debug:checksum checksum phase started at Thu Jun  9 13:46:04 CEST 2011
:debug:checksum Executing org.macports.checksum (libgnome)
:info:checksum --->  Checksumming libgnome-2.30.0.tar.bz2
:debug:checksum Correct (md5) checksum for libgnome-2.30.0.tar.bz2
:debug:checksum Correct (sha1) checksum for libgnome-2.30.0.tar.bz2
:debug:checksum Correct (rmd160) checksum for libgnome-2.30.0.tar.bz2
:debug:checksum setting option extract.cmd to /usr/bin/bzip2
:msg:checksum --->  Extracting libgnome
:debug:extract extract phase started at Thu Jun  9 13:46:04 CEST 2011
:debug:extract Executing org.macports.extract (libgnome)
:info:extract --->  Extracting libgnome-2.30.0.tar.bz2
:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/libgnome/libgnome-2.30.0.tar.bz2'
: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_gnome_libgnome/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_gnome_libgnome/work" && /usr/bin/bzip2 -dc '/opt/local/var/macports/distfiles/libgnome/libgnome-2.30.0.tar.bz2' | /usr/bin/gnutar --no-same-owner -xf -'
:debug:patch patch phase started at Thu Jun  9 13:46:05 CEST 2011
:debug:patch Executing org.macports.patch (libgnome)
:msg:patch --->  Configuring libgnome
:debug:patch Using compiler 'Mac OS X gcc 4.2'
:debug:configure configure phase started at Thu Jun  9 13:46:05 CEST 2011
:debug:configure Executing org.macports.configure (libgnome)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64 -arch i386' FFLAGS='-O2' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/libgnome-2.30.0" && ./configure --prefix=/opt/local --disable-dependency-tracking'
:info:configure checking for a BSD-compatible install... /usr/bin/install -c
:info:configure checking whether build environment is sane... yes
:info:configure checking for a thread-safe mkdir -p... ./install-sh -c -d
:info:configure checking for gawk... no
:info:configure checking for mawk... no
:info:configure checking for nawk... no
:info:configure checking for awk... awk
:info:configure checking whether make sets $(MAKE)... yes
:info:configure checking whether to enable maintainer-specific portions of Makefiles... no
:info:configure checking whether NLS is requested... yes
:info:configure checking for style of include used by make... GNU
:info:configure checking for gcc... /usr/bin/gcc-4.2
:info:configure checking for C compiler default output file name... a.out
:info:configure checking whether the C compiler works... yes
:info:configure checking whether we are cross compiling... no
:info:configure checking for suffix of executables... 
:info:configure checking for suffix of object files... o
:info:configure checking whether we are using the GNU C compiler... yes
:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
:info:configure checking dependency style of /usr/bin/gcc-4.2... none
:info:configure checking for intltool >= 0.40.0... 0.40.6 found
:info:configure checking for intltool-update... /opt/local/bin/intltool-update
:info:configure checking for intltool-merge... /opt/local/bin/intltool-merge
:info:configure checking for intltool-extract... /opt/local/bin/intltool-extract
:info:configure checking for xgettext... /opt/local/bin/xgettext
:info:configure checking for msgmerge... /opt/local/bin/msgmerge
:info:configure checking for msgfmt... /opt/local/bin/msgfmt
:info:configure checking for gmsgfmt... /opt/local/bin/msgfmt
:info:configure checking for perl... /opt/local/bin/perl
:info:configure checking for perl >= 5.8.1... 5.12.3
:info:configure checking for XML::Parser... ok
:info:configure checking for a sed that does not truncate output... /opt/local/bin/gsed
:info:configure checking for library containing strerror... none required
:info:configure checking for gcc... (cached) /usr/bin/gcc-4.2
:info:configure checking whether we are using the GNU C compiler... (cached) yes
:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
:info:configure checking dependency style of /usr/bin/gcc-4.2... (cached) none
:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
:info:configure checking for egrep... /usr/bin/grep -E
:info:configure checking for ANSI C header files... yes
:info:configure checking build system type... i386-apple-darwin10.7.0
:info:configure checking host system type... i386-apple-darwin10.7.0
:info:configure checking for a sed that does not truncate output... (cached) /opt/local/bin/gsed
:info:configure checking for fgrep... /usr/bin/grep -F
:info:configure checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
:info:configure checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
:info:configure checking the name lister (/usr/bin/nm) interface... BSD nm
:info:configure checking whether ln -s works... yes
:info:configure checking the maximum length of command line arguments... 196608
:info:configure checking whether the shell understands some XSI constructs... yes
:info:configure checking whether the shell understands "+="... yes
:info:configure checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
:info:configure checking for objdump... objdump
:info:configure checking how to recognize dependent libraries... pass_all
:info:configure checking for ar... ar
:info:configure checking for strip... strip
:info:configure checking for ranlib... ranlib
:info:configure checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok
:info:configure checking for dsymutil... dsymutil
:info:configure checking for nmedit... nmedit
:info:configure checking for lipo... lipo
:info:configure checking for otool... otool
:info:configure checking for otool64... no
:info:configure checking for -single_module linker flag... yes
:info:configure checking for -exported_symbols_list linker flag... yes
:info:configure checking for sys/types.h... yes
:info:configure checking for sys/stat.h... yes
:info:configure checking for stdlib.h... yes
:info:configure checking for string.h... yes
:info:configure checking for memory.h... yes
:info:configure checking for strings.h... yes
:info:configure checking for inttypes.h... yes
:info:configure checking for stdint.h... yes
:info:configure checking for unistd.h... yes
:info:configure checking for dlfcn.h... yes
:info:configure checking for objdir... .libs
:info:configure checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no
:info:configure checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
:info:configure checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
:info:configure checking if /usr/bin/gcc-4.2 static flag -static works... no
:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes
:info:configure checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
:info:configure checking dynamic linker characteristics... darwin10.7.0 dyld
:info:configure checking how to hardcode library paths into programs... immediate
:info:configure checking whether stripping libraries is possible... yes
:info:configure checking if libtool supports shared libraries... yes
:info:configure checking whether to build shared libraries... yes
:info:configure checking whether to build static libraries... yes
:info:configure checking for Win32... no
:info:configure checking for setenv... yes
:info:configure checking for unsetenv... yes
:info:configure checking for clearenv... no
:info:configure checking for setfsgid... no
:info:configure checking sys/fsuid.h usability... no
:info:configure checking sys/fsuid.h presence... no
:info:configure checking for sys/fsuid.h... no
:info:configure checking for bind_textdomain_codeset... no
:info:configure checking for _NSGetEnviron... yes
:info:configure checking crt_externs.h usability... yes
:info:configure checking crt_externs.h presence... yes
:info:configure checking for crt_externs.h... yes
:info:configure checking locale.h usability... yes
:info:configure checking locale.h presence... yes
:info:configure checking for locale.h... yes
:info:configure checking for LC_MESSAGES... yes
:info:configure checking libintl.h usability... yes
:info:configure checking libintl.h presence... yes
:info:configure checking for libintl.h... yes
:info:configure checking for ngettext in libc... no
:info:configure checking for bindtextdomain in -lintl... yes
:info:configure checking for ngettext in -lintl... yes
:info:configure checking for dgettext in -lintl... yes
:info:configure checking for bind_textdomain_codeset... yes
:info:configure checking for msgfmt... (cached) /opt/local/bin/msgfmt
:info:configure checking for dcgettext... yes
:info:configure checking if msgfmt accepts -c... yes
:info:configure checking for gmsgfmt... (cached) /opt/local/bin/msgfmt
:info:configure checking for xgettext... (cached) /opt/local/bin/xgettext
:info:configure checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
:info:configure checking what language compliance flags to pass to the C compiler... 
:info:configure checking for mawk... no
:info:configure checking for gawk... no
:info:configure checking for nawk... no
:info:configure checking for awk... /usr/bin/awk
:info:configure checking for perl5... /opt/local/bin/perl5
:info:configure checking for pkg-config... /opt/local/bin/pkg-config
:info:configure checking pkg-config is at least version 0.9.0... yes
:info:configure checking whether ESounD support is requested... yes
:info:configure checking for SOUND_TEST... yes
:info:configure checking for LIBGNOME... yes
:info:configure checking for GIO... yes
:info:configure checking for gtkdoc-check... /opt/local/bin/gtkdoc-check
:info:configure checking for gtkdoc-rebase... /opt/local/bin/gtkdoc-rebase
:info:configure checking for gtkdoc-mkpdf... /opt/local/bin/gtkdoc-mkpdf
:info:configure checking whether to build gtk-doc documentation... no
:info:configure checking for gconftool-2... /opt/local/bin/gconftool-2
:info:configure Using config source xml:merged:/opt/local/etc/gconf/gconf.xml.defaults for schema installation
:info:configure Using $(sysconfdir)/gconf/schemas as install directory for schema files
:info:configure checking for poptStrippedArgv in -lpopt... yes
:info:configure configure: creating ./config.status
:info:configure config.status: creating Makefile
:info:configure config.status: creating libgnome-zip
:info:configure config.status: creating po/Makefile.in
:info:configure config.status: creating libgnome/Makefile
:info:configure config.status: creating monikers/Makefile
:info:configure config.status: creating schemas/Makefile
:info:configure config.status: creating schemas/desktop_gnome_interface.schemas.in
:info:configure config.status: creating gnome-data/Makefile
:info:configure config.status: creating libgnome/libgnome-2.0.pc
:info:configure config.status: creating libgnome/libgnome-2.0-uninstalled.pc
:info:configure config.status: creating doc/Makefile
:info:configure config.status: creating doc/reference/Makefile
:info:configure config.status: creating doc/reference/version.xml
:info:configure config.status: creating config.h
:info:configure config.status: executing depfiles commands
:info:configure config.status: executing libtool commands
:info:configure config.status: executing default-1 commands
:info:configure config.status: executing po/stamp-it commands
:msg:configure --->  Building libgnome
:debug:build build phase started at Thu Jun  9 13:46:27 CEST 2011
:debug:build Executing org.macports.build (libgnome)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/libgnome-2.30.0" && /usr/bin/make -j2 all'
:info:build /usr/bin/make  all-recursive
:info:build Making all in libgnome
:info:build   GEN    libgnometypebuiltins.c
:info:build   GEN    stamp-libgnometypebuiltins.h
:info:build   GEN    libgnometypebuiltins.h
:info:build /usr/bin/make  all-am
:info:build   CC     gnome-config.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-config.lo gnome-config.c
:info:build   CC     libgnometypebuiltins.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o libgnometypebuiltins.lo libgnometypebuiltins.c
:info:build   CC     gnome-sound.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-sound.lo gnome-sound.c
:info:build   CC     gnome-triggers.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-triggers.lo gnome-triggers.c
:info:build   CC     gnome-program.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-program.lo gnome-program.c
:info:build   CC     gnome-help.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-help.lo gnome-help.c
:info:build gnome-program.c: In function 'gnome_program_init_paramv':
:info:build gnome-program.c:2142: warning: 'args' is used uninitialized in this function
:info:build   CC     gnome-exec.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-exec.lo gnome-exec.c
:info:build   CC     gnome-gconf.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-gconf.lo gnome-gconf.c
:info:build   CC     gnome-i18n.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-i18n.lo gnome-i18n.c
:info:build   CC     gnome-url.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-url.lo gnome-url.c
:info:build   CC     gnome-util.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-util.lo gnome-util.c
:info:build   CC     gnome-score.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-score.lo gnome-score.c
:info:build   CC     gnome-init.lo
:info:build /bin/sh ../libtool --silent --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c -o gnome-init.lo gnome-init.c
:info:build   CC     gnome-open.o
:info:build /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes  -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0   -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""/opt/local"\" -DLIBGNOME_LIBDIR=\""/opt/local/lib"\" -DLIBGNOME_DATADIR=\""/opt/local/share"\" -DLIBGNOME_LOCALSTATEDIR=\""/opt/local/var"\" -DLIBGNOME_SYSCONFDIR=\""/opt/local/etc"\" -DLIBGNOME_LOCALEDIR="\"/opt/local/share/locale\"" -DGNOMEVFSVERSION=\"2.24.4\" -DGNOME_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" -DG_LOG_DOMAIN=\"Gnome\"  -I/opt/local/include  -O2 -arch x86_64 -arch i386 -c gnome-open.c
:info:build gnome-init.c: In function 'libgnome_module_info_get':
:info:build gnome-init.c:538: warning: initialization discards qualifiers from pointer target type
:info:build gnome-init.c: In function 'libgnome_module_info_get':
:info:build gnome-init.c:538: warning: initialization discards qualifiers from pointer target type
:info:build   CCLD   libgnome-2.la
:info:build ld: warning: in /opt/local/lib/libesd.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
:info:build Undefined symbols:
:info:build   "_esd_sample_getid", referenced from:
:info:build       _gnome_triggers_play_sound in gnome-triggers.o
:info:build   "_esd_sample_play", referenced from:
:info:build       _gnome_sound_play in gnome-sound.o
:info:build       _gnome_triggers_play_sound in gnome-triggers.o
:info:build       _gnome_trigger_do_mediaplay in gnome-triggers.o
:info:build   "_esd_close", referenced from:
:info:build       _close_sound_connection in gnome-sound.o
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build   "_esd_sample_cache", referenced from:
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build   "_esd_confirm_sample_cache", referenced from:
:info:build       _gnome_sound_sample_load in gnome-sound.o
:info:build   "_esd_sample_free", referenced from:
:info:build       _gnome_sound_play in gnome-sound.o
:info:build   "_esd_open_sound", referenced from:
:info:build       _use_sound in gnome-sound.o
:info:build ld: symbol(s) not found
:info:build collect2: ld returned 1 exit status
:info:build lipo: can't open input file: /var/tmp//ccruIhdc.out (No such file or directory)
:info:build make[3]: *** [libgnome-2.la] Error 1
:info:build make[2]: *** [all] Error 2
:info:build make[1]: *** [all-recursive] Error 1
:info:build make: *** [all] Error 2
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/work/libgnome-2.30.0" && /usr/bin/make -j2 all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    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 libgnome): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for libgnome is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_libgnome/main.log

comment:5 in reply to:  4 Changed 12 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

Replying to eisen_jr@…:

My problem was in fact, that I did not know where the libesd library comes from.

For the future: Is there a decent way to find the package a library was delivered with. That would make live much easier for me.

port provides /path/to/file

Note: See TracTickets for help on using tickets.