Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#45848 closed defect (fixed)

py-ffc: requires boost with missing mpi variant

Reported by: mwathen@… Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: Schamschula (Marius Schamschula), petrrr
Port: py-ffc

Description

Hi,

I am trying to update my port packages and I get the following error

[~]$ sudo port clean py27-ffc      
--->  Cleaning py27-ffc
[~]$ sudo port -vf upgrade outdated
--->  Fetching archive for py27-ffc
--->  py27-ffc-1.4.0_1.darwin_14.noarch.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
--->  Attempting to fetch py27-ffc-1.4.0_1.darwin_14.noarch.tbz2 from http://packages.macports.org/py27-ffc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0--->  Attempting to fetch py27-ffc-1.4.0_1.darwin_14.noarch.tbz2 from http://lil.fr.packages.macports.org/py27-ffc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0--->  Attempting to fetch py27-ffc-1.4.0_1.darwin_14.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-ffc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0--->  Computing dependencies for py27-ffc.
--->  Fetching distfiles for py27-ffc
Error: org.macports.fetch for port py27-ffc returned: py-ffc needs boost installed with a mpi variant 
Warning: targets not executed for py27-ffc: org.macports.destroot org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build
Please see the log file for port py27-ffc for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-ffc/py27-ffc/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets

I installed boost with mpi

sudo port install boost +no_single +no_static +python27 +mpich

but when I update it reverts to the non-mpi version....

Change History (20)

comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)

Owner: changed from macports-tickets@… to sean@…
Port: py-ffc added

comment:2 Changed 9 years ago by platipodium (Carsten Lemmen)

$ port variant boost
boost has the variants:
   debug: Builds debug versions of the libraries as well
[+]no_single: Disable building single-threaded libraries
[+]no_static: Disable building static libraries
   python25: Build Boost.Python for Python 2.5
     * conflicts with debug python26 python27 python31 python32 python33 python34
   python26: Build Boost.Python for Python 2.6
     * conflicts with debug python25 python27 python31 python32 python33 python34
[+]python27: Build Boost.Python for Python 2.7
     * conflicts with debug python25 python26 python31 python32 python33 python34
  
  ...

     * conflicts with debug python25 python26 python27 python31 python32 python33
   regex_match_extra: Enable access to extended capture information of submatches in Boost.Regex
   universal: Build for multiple architectures

I don't see any mpi variant here, how can py-ffc request this?

comment:3 Changed 9 years ago by seanfarley (Sean Farley)

Since Ryan removed the mpi variants in r125939, the dolfin suite has been broken. The mpi / compilers port group needs to be updated to work with compiler blacklisting but I haven't had the time to do this. I can try to work on it this week but can't promise anything. Patches would most certainly be welcomed, of course.

comment:4 Changed 9 years ago by Schamschula (Marius Schamschula)

Cc: mschamschula@… added

Cc Me!

comment:5 Changed 9 years ago by Schamschula (Marius Schamschula)

The lack of dolfin is a hard block in building octave-fem-fenics.

Last edited 9 years ago by Schamschula (Marius Schamschula) (previous) (diff)

comment:6 Changed 9 years ago by petrrr

Cc: petr@… added

Cc Me!

comment:7 Changed 9 years ago by petrrr

Summary: FFC upgrade faluepy-ffc: requires boost with missing mpi variant
Version: 2.3.2

comment:8 in reply to:  7 ; Changed 9 years ago by jacobsonclas@…

Replying to petr@…: Any progress on this...when I updated to yosemite I lost fenics and am trying to reinstall...I too got stuck at this stage.

comment:9 in reply to:  8 ; Changed 9 years ago by seanfarley (Sean Farley)

Replying to jacobsonclas@…:

Replying to petr@…: Any progress on this...when I updated to yosemite I lost fenics and am trying to reinstall...I too got stuck at this stage.

Yes, I finished the compilers portgroup changes. Now, I just need to update boost and push this out.

comment:10 in reply to:  9 ; Changed 9 years ago by jacobsonclas@…

Replying to sean@…:

Replying to jacobsonclas@…:

Replying to petr@…: Any progress on this...when I updated to yosemite I lost fenics and am trying to reinstall...I too got stuck at this stage.

Yes, I finished the compilers portgroup changes. Now, I just need to update boost and push this out.

Good news! I had tried 1.3 and got stuck and had to compile from source...hopefully 1.4 with these changes will install more easily.

comment:11 in reply to:  10 ; Changed 9 years ago by jacobsonclas@…

Replying to jacobsonclas@…:

Replying to sean@…:

Replying to jacobsonclas@…:

Replying to petr@…: Any progress on this...when I updated to yosemite I lost fenics and am trying to reinstall...I too got stuck at this stage.

Yes, I finished the compilers portgroup changes. Now, I just need to update boost and push this out.

Good news! I had tried 1.3 and got stuck and had to compile from source...hopefully 1.4 with these changes will install more easily.

As you know this issue stops dolfin...with 1.3 I ended up compiling from source but I still got all the dependencies from Macports (a good number maintained by you...). If this is hard - is there a workaround somewhere to get boost + mpi somewhere else?

comment:12 in reply to:  11 Changed 9 years ago by seanfarley (Sean Farley)

Replying to jacobsonclas@…:

Replying to jacobsonclas@…:

Replying to sean@…:

Replying to jacobsonclas@…:

Replying to petr@…: Any progress on this...when I updated to yosemite I lost fenics and am trying to reinstall...I too got stuck at this stage.

Yes, I finished the compilers portgroup changes. Now, I just need to update boost and push this out.

Good news! I had tried 1.3 and got stuck and had to compile from source...hopefully 1.4 with these changes will install more easily.

As you know this issue stops dolfin...with 1.3 I ended up compiling from source but I still got all the dependencies from Macports (a good number maintained by you...). If this is hard - is there a workaround somewhere to get boost + mpi somewhere else?

I'm running some tests on it now but should push my changes after that. Unfortunately, py-ffc will still be broken due to #45157. I'll work on that ticket next.

comment:13 Changed 9 years ago by seanfarley (Sean Farley)

Tests failed :-( Will resume tomorrow.

comment:14 in reply to:  13 Changed 9 years ago by jacobsonclas@…

Replying to sean@…:

Tests failed :-( Will resume tomorrow.

I did not see #45157. I have had to deal with this one too on PyDSTool... A bit depressing. Too many work packages here that I see...

comment:15 Changed 9 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: newclosed

Ok, I pushed this out in r129986. FEniCS is still broken, though. I'll update the other ticket with more info.

comment:16 in reply to:  15 Changed 9 years ago by jacobsonclas@…

Replying to sean@…:

Ok, I pushed this out in r129986. FEniCS is still broken, though. I'll update the other ticket with more info.

I ran this up to this point...not sure if this is the bumpy issue (does not look like it)...


---> Fetching archive for dolfin ---> Attempting to fetch dolfin-1.4.0_3+mpich+suitesparse.darwin_14.x86_64.tbz2 from http://packages.macports.org/dolfin ---> Attempting to fetch dolfin-1.4.0_3+mpich+suitesparse.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/dolfin ---> Attempting to fetch dolfin-1.4.0_3+mpich+suitesparse.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/dolfin ---> Fetching distfiles for dolfin ---> Attempting to fetch dolfin-1.4.0.tar.gz from https://bitbucket.org/fenics-project/dolfin/get ---> Verifying checksums for dolfin ---> Extracting dolfin ---> Configuring dolfin Error: org.macports.configure for port dolfin returned: configure failure: command execution failed Please see the log file for port dolfin for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/main.log

To report a bug, follow the instructions in the guide:

http://guide.macports.org/#project.tickets

Error: Processing of port dolfin failed Class-MBP:~ clasajacobson$

comment:17 Changed 9 years ago by seanfarley (Sean Farley)

If you didn't upload the file it told you to then I can't say much. But yes, the numpy issue manifests during dolfin's configure. Please use the other ticket for future problems.

comment:18 in reply to:  17 Changed 9 years ago by jacobsonclas@…

Replying to sean@…:

If you didn't upload the file it told you to then I can't say much. But yes, the numpy issue manifests during dolfin's configure. Please use the other ticket for future problems.

Ok - sorry for not including. Failure appears the same as in the other job ticket relative to FIAT..


version:1 :debug:main epoch: in tree: 0 installed: 0 :debug:main cmake 3.0.2_1 exists in the ports tree :debug:main cmake 3.0.2_1 is the latest installed :debug:main cmake 3.0.2_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/cmake :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! cmake 3.0.2_1 >= cmake 3.0.2_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main libidn 1.29_0 exists in the ports tree :debug:main libidn 1.29_0 is the latest installed :debug:main libidn 1.29_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/mail/libidn :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup conflicts_build 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/conflicts_build-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/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libidn 1.29_0 >= libidn 1.29_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main libiconv 1.14_0 exists in the ports tree :debug:main libiconv 1.14_0 is the latest installed :debug:main libiconv 1.14_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/libiconv :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libiconv 1.14_0 >= libiconv 1.14_0 :debug:main epoch: in tree: 2 installed: 2 :debug:main gettext 0.19.3_1 exists in the ports tree :debug:main gettext 0.19.3_1 is the latest installed :debug:main gettext 0.19.3_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/gettext :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main compiler clang 600.0.56 not blacklisted because it doesn't match {clang < 211.10.1} :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! gettext 0.19.3_1 >= gettext 0.19.3_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main expat 2.1.0_0 exists in the ports tree :debug:main expat 2.1.0_0 is the latest installed :debug:main expat 2.1.0_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/expat :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! expat 2.1.0_0 >= expat 2.1.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main ncurses 5.9_2 exists in the ports tree :debug:main ncurses 5.9_2 is the latest installed :debug:main ncurses 5.9_2 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/ncurses :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! ncurses 5.9_2 >= ncurses 5.9_2 :debug:main epoch: in tree: 1 installed: 1 :debug:main openssl 1.0.1j_0 exists in the ports tree :debug:main openssl 1.0.1j_0 is the latest installed :debug:main openssl 1.0.1j_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/openssl :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! openssl 1.0.1j_0 >= openssl 1.0.1j_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main zlib 1.2.8_0 exists in the ports tree :debug:main zlib 1.2.8_0 is the latest installed :debug:main zlib 1.2.8_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/zlib :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup xcodeversion 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/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/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! zlib 1.2.8_0 >= zlib 1.2.8_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main curl 7.39.0_0 exists in the ports tree :debug:main curl 7.39.0_0 +ssl is the latest installed :debug:main curl 7.39.0_0 +ssl is active :debug:main Merging existing variants '+ssl' into variants :debug:main new fully merged portvariants: ssl + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/curl :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Executing variant ssl provides ssl :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! curl 7.39.0_0 >= curl 7.39.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main curl-ca-bundle 7.39.0_0 exists in the ports tree :debug:main curl-ca-bundle 7.39.0_0 is the latest installed :debug:main curl-ca-bundle 7.39.0_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/curl :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! curl-ca-bundle 7.39.0_0 >= curl-ca-bundle 7.39.0_0 :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 is the latest installed :debug:main bzip2 1.0.6_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/bzip2 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :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 libarchive 3.1.2_0 exists in the ports tree :debug:main libarchive 3.1.2_0 is the latest installed :debug:main libarchive 3.1.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/libarchive :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libarchive 3.1.2_0 >= libarchive 3.1.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main libxml2 2.9.2_1 exists in the ports tree :debug:main libxml2 2.9.2_1 is the latest installed :debug:main libxml2 2.9.2_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/libxml2 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libxml2 2.9.2_1 >= libxml2 2.9.2_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main xz 5.0.7_0 exists in the ports tree :debug:main xz 5.0.7_0 is the latest installed :debug:main xz 5.0.7_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/xz :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xz 5.0.7_0 >= xz 5.0.7_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main lzo2 2.08_0 exists in the ports tree :debug:main lzo2 2.08_0 is the latest installed :debug:main lzo2 2.08_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/archivers/lzo2 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! lzo2 2.08_0 >= lzo2 2.08_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main pkgconfig 0.28_0 exists in the ports tree :debug:main pkgconfig 0.28_0 is the latest installed :debug:main pkgconfig 0.28_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/pkgconfig :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! pkgconfig 0.28_0 >= pkgconfig 0.28_0 :debug:main epoch: in tree: 2 installed: 2 :debug:main python27 2.7.9_0 exists in the ports tree :debug:main python27 2.7.9_0 is the latest installed :debug:main python27 2.7.9_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! python27 2.7.9_0 >= python27 2.7.9_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main sqlite3 3.8.7.4_0 exists in the ports tree :debug:main sqlite3 3.8.7.4_0 is the latest installed :debug:main sqlite3 3.8.7.4_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/sqlite3 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! sqlite3 3.8.7.4_0 >= sqlite3 3.8.7.4_0 :debug:main epoch: in tree: 20090923 installed: 20090923 :debug:main libedit 20140620-3.1_0 exists in the ports tree :debug:main libedit 20140620-3.1_0 is the latest installed :debug:main libedit 20140620-3.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/libedit :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libedit 20140620-3.1_0 >= libedit 20140620-3.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main db48 4.8.30_4 exists in the ports tree :debug:main db48 4.8.30_4 is the latest installed :debug:main db48 4.8.30_4 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/db48 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! db48 4.8.30_4 >= db48 4.8.30_4 :debug:main epoch: in tree: 0 installed: 0 :debug:main db_select 0.1_2 exists in the ports tree :debug:main db_select 0.1_2 is the latest installed :debug:main db_select 0.1_2 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/db_select :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! db_select 0.1_2 >= db_select 0.1_2 :debug:main epoch: in tree: 0 installed: 0 :debug:main python_select 0.3_4 exists in the ports tree :debug:main python_select 0.3_4 is the latest installed :debug:main python_select 0.3_4 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/python_select :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! python_select 0.3_4 >= python_select 0.3_4 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-ply 3.4_1 exists in the ports tree :debug:main py27-ply 3.4_1 is the latest installed :debug:main py27-ply 3.4_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-ply :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-ply 3.4_1 >= py27-ply 3.4_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main armadillo 4.550.3_0 exists in the ports tree :debug:main armadillo 4.550.3_0 is the latest installed :debug:main armadillo 4.550.3_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/armadillo :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup cmake 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/cmake-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/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! armadillo 4.550.3_0 >= armadillo 4.550.3_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main boost 1.57.0_0 exists in the ports tree :debug:main boost 1.57.0_0 +mpich+no_single+no_static+python27 is the latest installed :debug:main boost 1.57.0_0 +mpich+no_single+no_static+python27 is active :debug:main Merging existing variants '+mpich+no_single+no_static+python27' into variants :debug:main new fully merged portvariants: no_static + mpich + no_single + python27 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/boost :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compilers 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compilers-1.0.tcl :debug:main Sourcing PortGroup mpi 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/mpi-1.0.tcl :debug:main compiler clang 600.0.56 not blacklisted because it doesn't match {clang < 421} :debug:main Unmatched blacklisted compiler: macports-clang-2.9 :debug:main Unmatched blacklisted compiler: *gcc-4.0 :debug:main Unmatched blacklisted compiler: gcc-3.3 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Executing variant mpich provides mpich :debug:main Executing variant python27 provides python27 :debug:main Executing variant no_static provides no_static :debug:main Executing variant no_single provides no_single :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! boost 1.57.0_0 >= boost 1.57.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main icu 54.1_0 exists in the ports tree :debug:main icu 54.1_0 is the latest installed :debug:main icu 54.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/icu :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! icu 54.1_0 >= icu 54.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main mpich-default 3.1.3_0 exists in the ports tree :debug:main mpich-default 3.1.3_0 +gcc48 is the latest installed :debug:main mpich-default 3.1.3_0 +gcc48 is active :debug:main Merging existing variants '+gcc48' into variants :debug:main new fully merged portvariants: gcc48 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/mpich :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main compiler clang 600.0.56 not blacklisted because it doesn't match {clang >= 421.11.66 < 425.0.24} :debug:main universal_variant is false, so not adding the default universal variant :debug:main Executing variant gcc48 provides gcc48 :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! mpich-default 3.1.3_0 >= mpich-default 3.1.3_0 :debug:main epoch: in tree: 2 installed: 2 :debug:main libgcc 4.9.2_1 exists in the ports tree :debug:main libgcc 4.9.2_1 is the latest installed :debug:main libgcc 4.9.2_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/gcc49 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main compiler llvm-gcc-4.2 blacklisted because it's not installed or it doesn't work :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libgcc 4.9.2_1 >= libgcc 4.9.2_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main cctools 855_1 exists in the ports tree :debug:main cctools 855_1 +llvm35 is the latest installed :debug:main cctools 855_1 +llvm35 is active :debug:main Merging existing variants '+llvm35' into variants :debug:main new fully merged portvariants: llvm35 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/cctools :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Executing variant llvm35 provides llvm35 :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! cctools 855_1 >= cctools 855_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main cctools-headers 855_0 exists in the ports tree :debug:main cctools-headers 855_0 is the latest installed :debug:main cctools-headers 855_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/cctools-headers :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! cctools-headers 855_0 >= cctools-headers 855_0 :debug:main epoch: in tree: 1 installed: 1 :debug:main llvm-3.5 3.5.0_1 exists in the ports tree :debug:main llvm-3.5 3.5.0_1 +assertions is the latest installed :debug:main llvm-3.5 3.5.0_1 +assertions is active :debug:main Merging existing variants '+assertions' into variants :debug:main new fully merged portvariants: assertions + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/llvm-3.5 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main compiler clang 600.0.56 not blacklisted because it doesn't match {clang < 425.0.24} :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Executing variant assertions provides assertions :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! llvm-3.5 3.5.0_1 >= llvm-3.5 3.5.0_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main libffi 3.2.1_0 exists in the ports tree :debug:main libffi 3.2.1_0 is the latest installed :debug:main libffi 3.2.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/libffi :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libffi 3.2.1_0 >= libffi 3.2.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main libcxx 183506_1 exists in the ports tree :debug:main libcxx 183506_1 is the latest installed :debug:main libcxx 183506_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/libcxx :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libcxx 183506_1 >= libcxx 183506_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main perl5 5.12.4_0 exists in the ports tree :debug:main perl5 5.12.4_0 +perl5_16 is the latest installed :debug:main perl5 5.12.4_0 +perl5_16 is active :debug:main Merging existing variants '+perl5_16' into variants :debug:main new fully merged portvariants: perl5_16 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/perl5 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main universal_variant is false, so not adding the default universal variant :debug:main Executing variant perl5_16 provides perl5_16 :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! perl5 5.12.4_0 >= perl5 5.12.4_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main perl5.16 5.16.3_0 exists in the ports tree :debug:main perl5.16 5.16.3_0 is the latest installed :debug:main perl5.16 5.16.3_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/perl5.16 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! perl5.16 5.16.3_0 >= perl5.16 5.16.3_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main gdbm 1.11_1 exists in the ports tree :debug:main gdbm 1.11_1 is the latest installed :debug:main gdbm 1.11_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/gdbm :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! gdbm 1.11_1 >= gdbm 1.11_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main llvm_select 1.0_0 exists in the ports tree :debug:main llvm_select 1.0_0 is the latest installed :debug:main llvm_select 1.0_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/llvm_select :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! llvm_select 1.0_0 >= llvm_select 1.0_0 :debug:main epoch: in tree: 1 installed: 1 :debug:main cloog 0.18.2_2 exists in the ports tree :debug:main cloog 0.18.2_2 is the latest installed :debug:main cloog 0.18.2_2 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/cloog :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! cloog 0.18.2_2 >= cloog 0.18.2_2 :debug:main epoch: in tree: 0 installed: 0 :debug:main gmp 6.0.0_1 exists in the ports tree :debug:main gmp 6.0.0_1 is the latest installed :debug:main gmp 6.0.0_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/gmp :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! gmp 6.0.0_1 >= gmp 6.0.0_1 :debug:main epoch: in tree: 2 installed: 2 :debug:main isl 0.14_2 exists in the ports tree :debug:main isl 0.14_2 is the latest installed :debug:main isl 0.14_2 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/isl :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! isl 0.14_2 >= isl 0.14_2 :debug:main epoch: in tree: 1 installed: 1 :debug:main ld64 236.3_1 exists in the ports tree :debug:main ld64 236.3_1 +llvm35 is the latest installed :debug:main ld64 236.3_1 +llvm35 is active :debug:main Merging existing variants '+llvm35' into variants :debug:main new fully merged portvariants: llvm35 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/ld64 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Executing variant llvm35 provides llvm35 :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! ld64 236.3_1 >= ld64 236.3_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main libmpc 1.0.2_1 exists in the ports tree :debug:main libmpc 1.0.2_1 is the latest installed :debug:main libmpc 1.0.2_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/libmpc :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libmpc 1.0.2_1 >= libmpc 1.0.2_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main mpfr 3.1.2-p10_3 exists in the ports tree :debug:main mpfr 3.1.2-p10_3 is the latest installed :debug:main mpfr 3.1.2-p10_3 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/mpfr :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main compiler clang 600.0.56 not blacklisted because it doesn't match {clang == 211.10.1} :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! mpfr 3.1.2-p10_3 >= mpfr 3.1.2-p10_3 :debug:main epoch: in tree: 0 installed: 0 :debug:main gcc_select 0.1_8 exists in the ports tree :debug:main gcc_select 0.1_8 is the latest installed :debug:main gcc_select 0.1_8 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/gcc_select :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! gcc_select 0.1_8 >= gcc_select 0.1_8 :debug:main epoch: in tree: 2 installed: 2 :debug:main gcc48 4.8.3_4 exists in the ports tree :debug:main gcc48 4.8.3_4 is the latest installed :debug:main gcc48 4.8.3_4 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/gcc48 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main compiler llvm-gcc-4.2 blacklisted because it's not installed or it doesn't work :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! gcc48 4.8.3_4 >= gcc48 4.8.3_4 :debug:main epoch: in tree: 0 installed: 0 :debug:main mpi_select 0.0_3 exists in the ports tree :debug:main mpi_select 0.0_3 is the latest installed :debug:main mpi_select 0.0_3 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/mpi_select :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! mpi_select 0.0_3 >= mpi_select 0.0_3 :debug:main epoch: in tree: 0 installed: 0 :debug:main mpi-doc 3.1.3_0 exists in the ports tree :debug:main mpi-doc 3.1.3_0 is the latest installed :debug:main mpi-doc 3.1.3_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/mpi-doc :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! mpi-doc 3.1.3_0 >= mpi-doc 3.1.3_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main hdf5 1.8.13_0 exists in the ports tree :debug:main hdf5 1.8.13_0 +cxx is the latest installed :debug:main hdf5 1.8.13_0 +cxx is active :debug:main Merging existing variants '+cxx' into variants :debug:main new fully merged portvariants: cxx + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/hdf5 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup conflicts_build 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/conflicts_build-1.0.tcl :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compilers 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compilers-1.0.tcl :debug:main Sourcing PortGroup mpi 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/mpi-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Executing variant cxx provides cxx :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! hdf5 1.8.13_0 >= hdf5 1.8.13_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-ffc 1.4.0_1 exists in the ports tree :debug:main py27-ffc 1.4.0_1 is the latest installed :debug:main py27-ffc 1.4.0_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-ffc :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup bitbucket 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/bitbucket-1.0.tcl :debug:main Re-registering default for distname :debug:main Re-registering default for livecheck.type :debug:main Re-registering default for livecheck.url :debug:main Re-registering default for livecheck.regex :debug:main Re-registering default for livecheck.version :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-ffc 1.4.0_1 >= py27-ffc 1.4.0_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-fiat 1.4.0_0 exists in the ports tree :debug:main py27-fiat 1.4.0_0 is the latest installed :debug:main py27-fiat 1.4.0_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-fiat :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup bitbucket 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/bitbucket-1.0.tcl :debug:main Re-registering default for distname :debug:main Re-registering default for livecheck.type :debug:main Re-registering default for livecheck.url :debug:main Re-registering default for livecheck.regex :debug:main Re-registering default for livecheck.version :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-fiat 1.4.0_0 >= py27-fiat 1.4.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-numpy 1.9.1_0 exists in the ports tree :debug:main py27-numpy 1.9.1_0 is the latest installed :debug:main py27-numpy 1.9.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-numpy :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup github 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/github-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/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-numpy 1.9.1_0 >= py27-numpy 1.9.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main fftw-3 3.3.4_1 exists in the ports tree :debug:main fftw-3 3.3.4_1 is the latest installed :debug:main fftw-3 3.3.4_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/math/fftw-3 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compilers 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compilers-1.0.tcl :debug:main Sourcing PortGroup mpi 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/mpi-1.0.tcl :debug:main compiler clang 600.0.56 not blacklisted because it doesn't match {clang <= 211.10.1} :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! fftw-3 3.3.4_1 >= fftw-3 3.3.4_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-nose 1.3.1_0 exists in the ports tree :debug:main py27-nose 1.3.1_0 is the latest installed :debug:main py27-nose 1.3.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-nose :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-nose 1.3.1_0 >= py27-nose 1.3.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-setuptools 8.2.1_0 exists in the ports tree :debug:main py27-setuptools 8.2.1_0 is the latest installed :debug:main py27-setuptools 8.2.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-setuptools :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-setuptools 8.2.1_0 >= py27-setuptools 8.2.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main nosetests_select 0.1_0 exists in the ports tree :debug:main nosetests_select 0.1_0 is the latest installed :debug:main nosetests_select 0.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/nosetests_select :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! nosetests_select 0.1_0 >= nosetests_select 0.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-cython 0.21.1_0 exists in the ports tree :debug:main py27-cython 0.21.1_0 is the latest installed :debug:main py27-cython 0.21.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-cython :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-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/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-cython 0.21.1_0 >= py27-cython 0.21.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main cython_select 0.1_0 exists in the ports tree :debug:main cython_select 0.1_0 is the latest installed :debug:main cython_select 0.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/cython_select :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/select-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! cython_select 0.1_0 >= cython_select 0.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-scientific 2.9.4_0 exists in the ports tree :debug:main py27-scientific 2.9.4_0 is the latest installed :debug:main py27-scientific 2.9.4_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-scientific :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup bitbucket 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/bitbucket-1.0.tcl :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compilers 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compilers-1.0.tcl :debug:main Sourcing PortGroup mpi 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/mpi-1.0.tcl :debug:main Re-registering default for distname :debug:main Re-registering default for livecheck.type :debug:main Re-registering default for livecheck.url :debug:main Re-registering default for livecheck.regex :debug:main Re-registering default for livecheck.version :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-scientific 2.9.4_0 >= py27-scientific 2.9.4_0 :debug:main epoch: in tree: 2 installed: 2 :debug:main netcdf 4.3.2_3 exists in the ports tree :debug:main netcdf 4.3.2_3 +dap+netcdf4 is the latest installed :debug:main netcdf 4.3.2_3 +dap+netcdf4 is active :debug:main Merging existing variants '+dap+netcdf4' into variants :debug:main new fully merged portvariants: netcdf4 + dap + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/netcdf :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compilers 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compilers-1.0.tcl :debug:main Sourcing PortGroup mpi 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/mpi-1.0.tcl :debug:main Sourcing PortGroup github 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/github-1.0.tcl :debug:main Checking hdf5 for active variants for depspec 'bin:h5pcc:hdf5' :debug:main hdf5 is installed with the following variants: +cxx :debug:main required: mpich, forbidden: :debug:main rejected, because required variant mpich is missing :debug:main Checking hdf5 for active variants for depspec 'bin:h5pcc:hdf5' :debug:main hdf5 is installed with the following variants: +cxx :debug:main required: mpich_devel, forbidden: :debug:main rejected, because required variant mpich_devel is missing :debug:main Checking hdf5 for active variants for depspec 'bin:h5pcc:hdf5' :debug:main hdf5 is installed with the following variants: +cxx :debug:main required: openmpi, forbidden: :debug:main rejected, because required variant openmpi is missing :debug:main Checking hdf5 for active variants for depspec 'bin:h5pcc:hdf5' :debug:main hdf5 is installed with the following variants: +cxx :debug:main required: openmpi_devel, forbidden: :debug:main rejected, because required variant openmpi_devel is missing :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Executing variant netcdf4 provides netcdf4 :debug:main Executing variant dap provides dap :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! netcdf 4.3.2_3 >= netcdf 4.3.2_3 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-ufl 1.4.0_0 exists in the ports tree :debug:main py27-ufl 1.4.0_0 is the latest installed :debug:main py27-ufl 1.4.0_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-ufl :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup bitbucket 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/bitbucket-1.0.tcl :debug:main Re-registering default for distname :debug:main Re-registering default for livecheck.type :debug:main Re-registering default for livecheck.url :debug:main Re-registering default for livecheck.regex :debug:main Re-registering default for livecheck.version :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-ufl 1.4.0_0 >= py27-ufl 1.4.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-ferari 1.0.0_2 exists in the ports tree :debug:main py27-ferari 1.0.0_2 is the latest installed :debug:main py27-ferari 1.0.0_2 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-ferari :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup bitbucket 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/bitbucket-1.0.tcl :debug:main Re-registering default for distname :debug:main Re-registering default for livecheck.type :debug:main Re-registering default for livecheck.url :debug:main Re-registering default for livecheck.regex :debug:main Re-registering default for livecheck.version :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-ferari 1.0.0_2 >= py27-ferari 1.0.0_2 :debug:main epoch: in tree: 0 installed: 0 :debug:main swig-python 3.0.2_0 exists in the ports tree :debug:main swig-python 3.0.2_0 is the latest installed :debug:main swig-python 3.0.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/swig :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! swig-python 3.0.2_0 >= swig-python 3.0.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main swig 3.0.2_0 exists in the ports tree :debug:main swig 3.0.2_0 is the latest installed :debug:main swig 3.0.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/swig :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! swig 3.0.2_0 >= swig 3.0.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main pcre 8.36_0 exists in the ports tree :debug:main pcre 8.36_0 is the latest installed :debug:main pcre 8.36_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/pcre :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! pcre 8.36_0 >= pcre 8.36_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main py27-instant 1.4.0_0 exists in the ports tree :debug:main py27-instant 1.4.0_0 is the latest installed :debug:main py27-instant 1.4.0_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-instant :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Re-registering default for build.cmd :debug:main Re-registering default for destroot.cmd :debug:main Re-registering default for destroot.destdir :debug:main Sourcing PortGroup python 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/python-1.0.tcl :debug:main Sourcing PortGroup bitbucket 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/bitbucket-1.0.tcl :debug:main Re-registering default for distname :debug:main Re-registering default for livecheck.type :debug:main Re-registering default for livecheck.url :debug:main Re-registering default for livecheck.regex :debug:main Re-registering default for livecheck.version :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! py27-instant 1.4.0_0 >= py27-instant 1.4.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main qt4-mac 4.8.6_0 exists in the ports tree :debug:main qt4-mac 4.8.6_0 is the latest installed :debug:main qt4-mac 4.8.6_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/aqua/qt4-mac :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup qt4 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/qt4-1.0.tcl :debug:main Sourcing PortGroup xcodeversion 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/xcodeversion-1.0.tcl :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main compiler clang 600.0.56 not blacklisted because it doesn't match { clang <= 318.0.61 } :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! qt4-mac 4.8.6_0 >= qt4-mac 4.8.6_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main dbus 1.8.12_0 exists in the ports tree :debug:main dbus 1.8.12_0 is the latest installed :debug:main dbus 1.8.12_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/dbus :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! dbus 1.8.12_0 >= dbus 1.8.12_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main tiff 4.0.3_4 exists in the ports tree :debug:main tiff 4.0.3_4 is the latest installed :debug:main tiff 4.0.3_4 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/tiff :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup xcodeversion 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/xcodeversion-1.0.tcl :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! tiff 4.0.3_4 >= tiff 4.0.3_4 :debug:main epoch: in tree: 0 installed: 0 :debug:main jpeg 9a_1 exists in the ports tree :debug:main jpeg 9a_1 is the latest installed :debug:main jpeg 9a_1 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/jpeg :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! jpeg 9a_1 >= jpeg 9a_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main libpng 1.6.15_0 exists in the ports tree :debug:main libpng 1.6.15_0 is the latest installed :debug:main libpng 1.6.15_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/libpng :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libpng 1.6.15_0 >= libpng 1.6.15_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main libmng 1.0.10_3 exists in the ports tree :debug:main libmng 1.0.10_3 is the latest installed :debug:main libmng 1.0.10_3 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/libmng :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! libmng 1.0.10_3 >= libmng 1.0.10_3 :debug:main epoch: in tree: 0 installed: 0 :debug:main lcms 1.19_5 exists in the ports tree :debug:main lcms 1.19_5 is the latest installed :debug:main lcms 1.19_5 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/lcms :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! lcms 1.19_5 >= lcms 1.19_5 :debug:main epoch: in tree: 0 installed: 0 :debug:main vtk5 5.10.1_1 exists in the ports tree :debug:main vtk5 5.10.1_1 +tcltk+x11 is the latest installed :debug:main vtk5 5.10.1_1 +tcltk+x11 is active :debug:main Merging existing variants '+tcltk+x11' into variants :debug:main new fully merged portvariants: x11 + tcltk + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/vtk5 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup cmake 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/cmake-1.0.tcl :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/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 tcltk provides tcltk :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! vtk5 5.10.1_1 >= vtk5 5.10.1_1 :debug:main epoch: in tree: 1 installed: 1 :debug:main mesa 8.0.5_3 exists in the ports tree :debug:main mesa 8.0.5_3 +python27 is the latest installed :debug:main mesa 8.0.5_3 +python27 is active :debug:main Merging existing variants '+python27' into variants :debug:main new fully merged portvariants: python27 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/mesa :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main universal variant already exists, so not adding the default one :debug:main Executing variant python27 provides python27 :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! mesa 8.0.5_3 >= mesa 8.0.5_3 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-glproto 1.4.17_0 exists in the ports tree :debug:main xorg-glproto 1.4.17_0 is the latest installed :debug:main xorg-glproto 1.4.17_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-glproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-glproto 1.4.17_0 >= xorg-glproto 1.4.17_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-dri2proto 2.8_0 exists in the ports tree :debug:main xorg-dri2proto 2.8_0 is the latest installed :debug:main xorg-dri2proto 2.8_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-dri2proto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-dri2proto 2.8_0 >= xorg-dri2proto 2.8_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXfixes 5.0.1_0 exists in the ports tree :debug:main xorg-libXfixes 5.0.1_0 is the latest installed :debug:main xorg-libXfixes 5.0.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXfixes :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXfixes 5.0.1_0 >= xorg-libXfixes 5.0.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libX11 1.6.2_0 exists in the ports tree :debug:main xorg-libX11 1.6.2_0 is the latest installed :debug:main xorg-libX11 1.6.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libX11 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libX11 1.6.2_0 >= xorg-libX11 1.6.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXdmcp 1.1.1_0 exists in the ports tree :debug:main xorg-libXdmcp 1.1.1_0 is the latest installed :debug:main xorg-libXdmcp 1.1.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXdmcp :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXdmcp 1.1.1_0 >= xorg-libXdmcp 1.1.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXau 1.0.8_0 exists in the ports tree :debug:main xorg-libXau 1.0.8_0 is the latest installed :debug:main xorg-libXau 1.0.8_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXau :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXau 1.0.8_0 >= xorg-libXau 1.0.8_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-xproto 7.0.26_0 exists in the ports tree :debug:main xorg-xproto 7.0.26_0 is the latest installed :debug:main xorg-xproto 7.0.26_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-xproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-xproto 7.0.26_0 >= xorg-xproto 7.0.26_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libxcb 1.11_0 exists in the ports tree :debug:main xorg-libxcb 1.11_0 +python27 is the latest installed :debug:main xorg-libxcb 1.11_0 +python27 is active :debug:main Merging existing variants '+python27' into variants :debug:main new fully merged portvariants: python27 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libxcb :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Executing variant python27 provides python27 :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libxcb 1.11_0 >= xorg-libxcb 1.11_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-xcb-proto 1.11_0 exists in the ports tree :debug:main xorg-xcb-proto 1.11_0 +python27 is the latest installed :debug:main xorg-xcb-proto 1.11_0 +python27 is active :debug:main Merging existing variants '+python27' into variants :debug:main new fully merged portvariants: python27 + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-xcb-proto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Executing variant python27 provides python27 :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-xcb-proto 1.11_0 >= xorg-xcb-proto 1.11_0 :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: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libpthread-stubs :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :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.6_0 exists in the ports tree :debug:main xorg-kbproto 1.0.6_0 is the latest installed :debug:main xorg-kbproto 1.0.6_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-kbproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-kbproto 1.0.6_0 >= xorg-kbproto 1.0.6_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: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-fixesproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :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-xextproto 7.3.0_0 exists in the ports tree :debug:main xorg-xextproto 7.3.0_0 is the latest installed :debug:main xorg-xextproto 7.3.0_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-xextproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-xextproto 7.3.0_0 >= xorg-xextproto 7.3.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXi 1.7.4_0 exists in the ports tree :debug:main xorg-libXi 1.7.4_0 is the latest installed :debug:main xorg-libXi 1.7.4_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXi :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXi 1.7.4_0 >= xorg-libXi 1.7.4_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXext 1.3.3_0 exists in the ports tree :debug:main xorg-libXext 1.3.3_0 is the latest installed :debug:main xorg-libXext 1.3.3_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXext :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXext 1.3.3_0 >= xorg-libXext 1.3.3_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-inputproto 2.3.1_0 exists in the ports tree :debug:main xorg-inputproto 2.3.1_0 is the latest installed :debug:main xorg-inputproto 2.3.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-inputproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-inputproto 2.3.1_0 >= xorg-inputproto 2.3.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXmu 1.1.2_0 exists in the ports tree :debug:main xorg-libXmu 1.1.2_0 is the latest installed :debug:main xorg-libXmu 1.1.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXmu :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXmu 1.1.2_0 >= xorg-libXmu 1.1.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXt 1.1.4_0 exists in the ports tree :debug:main xorg-libXt 1.1.4_0 is the latest installed :debug:main xorg-libXt 1.1.4_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXt :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXt 1.1.4_0 >= xorg-libXt 1.1.4_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libsm 1.2.1_0 exists in the ports tree :debug:main xorg-libsm 1.2.1_0 is the latest installed :debug:main xorg-libsm 1.2.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libsm :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libsm 1.2.1_0 >= xorg-libsm 1.2.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libice 1.0.8_0 exists in the ports tree :debug:main xorg-libice 1.0.8_0 is the latest installed :debug:main xorg-libice 1.0.8_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libice :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libice 1.0.8_0 >= xorg-libice 1.0.8_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main Xft2 2.3.2_0 exists in the ports tree :debug:main Xft2 2.3.2_0 is the latest installed :debug:main Xft2 2.3.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/Xft2 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! Xft2 2.3.2_0 >= Xft2 2.3.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xrender 0.9.8_0 exists in the ports tree :debug:main xrender 0.9.8_0 is the latest installed :debug:main xrender 0.9.8_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xrender :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xrender 0.9.8_0 >= xrender 0.9.8_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: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-renderproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :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 freetype 2.5.4_0 exists in the ports tree :debug:main freetype 2.5.4_0 is the latest installed :debug:main freetype 2.5.4_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/print/freetype :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! freetype 2.5.4_0 >= freetype 2.5.4_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main fontconfig 2.11.1_0 exists in the ports tree :debug:main fontconfig 2.11.1_0 is the latest installed :debug:main fontconfig 2.11.1_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/fontconfig :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main universal variant already exists, so not adding the default one :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! fontconfig 2.11.1_0 >= fontconfig 2.11.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-libXScrnSaver 1.2.2_0 exists in the ports tree :debug:main xorg-libXScrnSaver 1.2.2_0 is the latest installed :debug:main xorg-libXScrnSaver 1.2.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-libXScrnSaver :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-libXScrnSaver 1.2.2_0 >= xorg-libXScrnSaver 1.2.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main xorg-scrnsaverproto 1.2.2_0 exists in the ports tree :debug:main xorg-scrnsaverproto 1.2.2_0 is the latest installed :debug:main xorg-scrnsaverproto 1.2.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/xorg-scrnsaverproto :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! xorg-scrnsaverproto 1.2.2_0 >= xorg-scrnsaverproto 1.2.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main tcl 8.6.1_0 exists in the ports tree :debug:main tcl 8.6.1_0 +corefoundation+threads is the latest installed :debug:main tcl 8.6.1_0 +corefoundation+threads is active :debug:main Merging existing variants '+corefoundation+threads' into variants :debug:main new fully merged portvariants: corefoundation + threads + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/tcl :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Executing variant threads provides threads :debug:main Executing variant corefoundation provides corefoundation :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! tcl 8.6.1_0 >= tcl 8.6.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main tk 8.6.1_2 exists in the ports tree :debug:main tk 8.6.1_2 +quartz is the latest installed :debug:main tk 8.6.1_2 +quartz is active :debug:main Merging existing variants '+quartz' into variants :debug:main new fully merged portvariants: quartz + :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/x11/tk :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main adding the default universal variant :debug:main Executing variant quartz provides quartz :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! tk 8.6.1_2 >= tk 8.6.1_2 :debug:main epoch: in tree: 0 installed: 0 :debug:main eigen3 3.2.2_0 exists in the ports tree :debug:main eigen3 3.2.2_0 is the latest installed :debug:main eigen3 3.2.2_0 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/math/eigen3 :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compilers 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compilers-1.0.tcl :debug:main Sourcing PortGroup cmake 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/cmake-1.0.tcl :debug:main only one arch supported, so not adding the default universal variant :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! eigen3 3.2.2_0 >= eigen3 3.2.2_0 :debug:main epoch: in tree: 20120107 installed: 20120107 :debug:main SuiteSparse 4.2.1_3 exists in the ports tree :debug:main SuiteSparse 4.2.1_3 is the latest installed :debug:main SuiteSparse 4.2.1_3 is active :debug:main Merging existing variants into variants :debug:main new fully merged portvariants: :debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/math/SuiteSparse :debug:main OS darwin/14.0.0 (Mac OS X 10.10) arch i386 :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compilers 1.0 from /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compilers-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/tarballs/ports/_resources/port1.0/variant_descriptions.conf :debug:main Running callback portconfigure::add_automatic_compiler_dependencies :debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies :debug:main Running callback portbuild::add_automatic_buildsystem_dependencies :debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies :debug:main No need to upgrade! SuiteSparse 4.2.1_3 >= SuiteSparse 4.2.1_3 :msg:main ---> Computing dependencies for dolfin:info:main .:debug:main dolfin has no conflicts :debug:main Searching for dependency: cmake :debug:main Found Dependency: receipt exists for cmake :debug:main Searching for dependency: pkgconfig :debug:main Found Dependency: receipt exists for pkgconfig :debug:main Searching for dependency: python27 :debug:main Found Dependency: receipt exists for python27 :debug:main Searching for dependency: py27-ply :debug:main Found Dependency: receipt exists for py27-ply :debug:main Searching for dependency: armadillo :debug:main Found Dependency: receipt exists for armadillo :debug:main Searching for dependency: py27-ffc :debug:main Found Dependency: receipt exists for py27-ffc :debug:main Searching for dependency: qt4-mac :debug:main Found Dependency: receipt exists for qt4-mac :debug:main Searching for dependency: vtk5 :debug:main Found Dependency: receipt exists for vtk5 :debug:main Searching for dependency: eigen3 :debug:main Found Dependency: receipt exists for eigen3 :debug:main Searching for dependency: mpich-default :debug:main Found Dependency: receipt exists for mpich-default :debug:main Searching for dependency: SuiteSparse :debug:main Found Dependency: receipt exists for SuiteSparse :msg:main :debug:main Executing org.macports.main (dolfin) :debug:main changing euid/egid - current euid: 0 - current egid: 0 :debug:main egid changed to: 501 :debug:main euid changed to: 502 :debug:archivefetch archivefetch phase started at Tue Dec 23 21:36:28 EST 2014 :msg:archivefetch ---> Fetching archive for dolfin :debug:archivefetch Executing proc-pre-org.macports.archivefetch-archivefetch-0 :debug:archivefetch Active variants check for archivefetch-type install considers depends_lib depends_run: python27 py27-ply armadillo py27-ffc qt4-mac vtk5 eigen3 mpich-default SuiteSparse :debug:archivefetch Executing org.macports.archivefetch (dolfin) :debug:archivefetch euid/egid changed to: 0/0 :debug:archivefetch chowned /opt/local/var/macports/incoming to macports :debug:archivefetch euid/egid changed to: 502/501 :info:archivefetch ---> dolfin-1.4.0_3+mpich+suitesparse.darwin_14.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified :msg:archivefetch ---> Attempting to fetch dolfin-1.4.0_3+mpich+suitesparse.darwin_14.x86_64.tbz2 from http://packages.macports.org/dolfin :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :msg:archivefetch ---> Attempting to fetch dolfin-1.4.0_3+mpich+suitesparse.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/dolfin :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :msg:archivefetch ---> Attempting to fetch dolfin-1.4.0_3+mpich+suitesparse.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/dolfin :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:fetch fetch phase started at Tue Dec 23 21:36:29 EST 2014 :notice:fetch ---> Fetching distfiles for dolfin :debug:fetch Executing proc-pre-org.macports.fetch-fetch-0 :debug:fetch Executing proc-pre-org.macports.fetch-fetch-1 :debug:fetch Executing proc-pre-org.macports.fetch-fetch-2 :debug:fetch Executing org.macports.fetch (dolfin) :debug:fetch Privilege de-escalation not attempted as not running as root. :debug:checksum checksum phase started at Tue Dec 23 21:36:29 EST 2014 :notice:checksum ---> Verifying checksums for dolfin :debug:checksum Executing org.macports.checksum (dolfin) :info:checksum ---> Checksumming dolfin-1.4.0.tar.gz :debug:checksum Calculated (rmd160) is 42bcfc4a00ae5f2255f434cda1b2ea5996ee7a35 :debug:checksum Correct (rmd160) checksum for dolfin-1.4.0.tar.gz :debug:checksum Calculated (sha256) is 64f058466a312198ea2b9de191bd4fbecaa70eb1c88325d03e680edb606b46cd :debug:checksum Correct (sha256) checksum for dolfin-1.4.0.tar.gz :debug:checksum Privilege de-escalation not attempted as not running as root. :debug:extract extract phase started at Tue Dec 23 21:36:29 EST 2014 :notice:extract ---> Extracting dolfin :debug:extract Executing org.macports.extract (dolfin) :info:extract ---> Extracting dolfin-1.4.0.tar.gz :debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/dolfin/dolfin-1.4.0.tar.gz' :debug:extract Environment: CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/.CC_PRINT_OPTIONS' CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.10' :debug:extract Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/dolfin/dolfin-1.4.0.tar.gz' | /usr/bin/tar -xf -' :debug:extract Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/dolfin/dolfin-1.4.0.tar.gz' | /usr/bin/tar -xf - :debug:extract euid/egid changed to: 0/0 :debug:extract chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work to macports :debug:extract euid/egid changed to: 502/501 :debug:extract Executing proc-post-org.macports.extract-extract-0 :debug:extract Privilege de-escalation not attempted as not running as root. :debug:patch patch phase started at Tue Dec 23 21:36:29 EST 2014 :debug:patch Executing org.macports.patch (dolfin) :debug:patch Executing proc-post-org.macports.patch-patch-0 :info:patch ---> Patching CMakeLists.txt: s,add_subdirectory(cmake/post-install) :debug:patch Executing reinplace: /usr/bin/sed s,add_subdirectory(cmake/post-install) < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/CMakeLists.txt >@ file10 2>@stderr :debug:patch euid/egid changed to: 0/0 :debug:patch chowned /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/CMakeLists.txt to macports :debug:patch euid/egid changed to: 502/501 :debug:patch euid/egid changed to: 0/0 :debug:patch setting attributes on /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/CMakeLists.txt :debug:patch euid/egid changed to: 502/501 :debug:patch Privilege de-escalation not attempted as not running as root. :debug:configure configure phase started at Tue Dec 23 21:36:30 EST 2014 :notice:configure ---> Configuring dolfin :debug:configure Using compiler 'Xcode Clang' :debug:configure Executing proc-pre-org.macports.configure-configure-0 :debug:configure Executing proc-pre-org.macports.configure-configure-1 :debug:configure Active variants check for source-type install considers depends_fetch depends_extract depends_lib depends_build depends_run: python27 py27-ply armadillo py27-ffc qt4-mac vtk5 eigen3 mpich-default SuiteSparse cmake pkgconfig :debug:configure Executing proc-pre-org.macports.configure-configure-2 :debug:configure Executing org.macports.configure (dolfin) :debug:configure Environment: CC='/opt/local/bin/mpicc-mpich-mp' CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/.CC_PRINT_OPTIONS' CFLAGS='-pipe -Os -arch x86_64' CPATH='/opt/local/include' CPPFLAGS='-I/opt/local/include' CXX='/opt/local/bin/mpicxx-mpich-mp' CXXFLAGS='-pipe -Os -arch x86_64' F77='/opt/local/bin/mpif77-mpich-mp' F77FLAGS='-m64' F90='/opt/local/bin/mpif90-mpich-mp' F90FLAGS='-pipe -Os -m64' FC='/opt/local/bin/mpif90-mpich-mp' FCFLAGS='-pipe -Os -m64' FFLAGS='-pipe -Os' INSTALL='/usr/bin/install -c' LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.10' OBJC='/opt/local/bin/mpiobjc-mpich-mp' OBJCFLAGS='-pipe -Os -arch x86_64' OBJCXX='/usr/bin/clang++' OBJCXXFLAGS='-pipe -Os -arch x86_64' :debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/build" && /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DPYTHON_EXECUTABLE:FILEPATH=/opt/local/bin/python2.7 -DPYTHON_INCLUDE_DIR:PATH=/opt/local/Library/Frameworks/Python.framework/Headers -DPYTHON_LIBRARY:FILEPATH=/opt/local/lib/libpython2.7.dylib -DDOLFIN_INSTALL_PYTHON_MODULE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -DDOLFIN_INSTALL_PYTHON_PURE_MODULE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -DDOLFIN_ENABLE_CGAL:BOOL=OFF -DDOLFIN_ENABLE_DOCS:BOOL=OFF -DDOLFIN_ENABLE_HDF5:BOOL=OFF -DDOLFIN_ENABLE_MPI:BOOL=ON -DDOLFIN_ENABLE_PARMETIS:BOOL=OFF -DDOLFIN_ENABLE_PETSC:BOOL=OFF -DDOLFIN_ENABLE_PETSC4PY:BOOL=OFF -DDOLFIN_ENABLE_SCOTCH:BOOL=OFF -DDOLFIN_ENABLE_SLEPC:BOOL=OFF -DDOLFIN_ENABLE_SPHINX:BOOL=OFF -DDOLFIN_ENABLE_TRILINOS:BOOL=OFF -DDOLFIN_ENABLE_PASTIX:BOOL=OFF -DDOLFIN_ENABLE_CHOLMOD:BOOL=ON -DDOLFIN_ENABLE_UMFPACK:BOOL=ON -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.10" -DCMAKE_OSX_SYSROOT="/" -DCMAKE_C_COMPILER=/opt/local/bin/mpicc-mpich-mp -DCMAKE_CXX_COMPILER=/opt/local/bin/mpicxx-mpich-mp -DCMAKE_Fortran_COMPILER=/opt/local/bin/mpif90-mpich-mp -DMPI_C_COMPILER=mpicc-mpich-mp -DMPI_CXX_COMPILER=mpicxx-mpich-mp -DMPI_Fortran_COMPILER=mpif90-mpich-mp -DMPIEXEC=mpiexec-mpich-mp ..' :debug:configure Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/build" && /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DPYTHON_EXECUTABLE:FILEPATH=/opt/local/bin/python2.7 -DPYTHON_INCLUDE_DIR:PATH=/opt/local/Library/Frameworks/Python.framework/Headers -DPYTHON_LIBRARY:FILEPATH=/opt/local/lib/libpython2.7.dylib -DDOLFIN_INSTALL_PYTHON_MODULE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -DDOLFIN_INSTALL_PYTHON_PURE_MODULE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -DDOLFIN_ENABLE_CGAL:BOOL=OFF -DDOLFIN_ENABLE_DOCS:BOOL=OFF -DDOLFIN_ENABLE_HDF5:BOOL=OFF -DDOLFIN_ENABLE_MPI:BOOL=ON -DDOLFIN_ENABLE_PARMETIS:BOOL=OFF -DDOLFIN_ENABLE_PETSC:BOOL=OFF -DDOLFIN_ENABLE_PETSC4PY:BOOL=OFF -DDOLFIN_ENABLE_SCOTCH:BOOL=OFF -DDOLFIN_ENABLE_SLEPC:BOOL=OFF -DDOLFIN_ENABLE_SPHINX:BOOL=OFF -DDOLFIN_ENABLE_TRILINOS:BOOL=OFF -DDOLFIN_ENABLE_PASTIX:BOOL=OFF -DDOLFIN_ENABLE_CHOLMOD:BOOL=ON -DDOLFIN_ENABLE_UMFPACK:BOOL=ON -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.10" -DCMAKE_OSX_SYSROOT="/" -DCMAKE_C_COMPILER=/opt/local/bin/mpicc-mpich-mp -DCMAKE_CXX_COMPILER=/opt/local/bin/mpicxx-mpich-mp -DCMAKE_Fortran_COMPILER=/opt/local/bin/mpif90-mpich-mp -DMPI_C_COMPILER=mpicc-mpich-mp -DMPI_CXX_COMPILER=mpicxx-mpich-mp -DMPI_Fortran_COMPILER=mpif90-mpich-mp -DMPIEXEC=mpiexec-mpich-mp .. :info:configure -- The C compiler identification is AppleClang 6.0.0.6000056 :info:configure -- The CXX compiler identification is AppleClang 6.0.0.6000056 :info:configure -- Check for working C compiler: /opt/local/bin/mpicc-mpich-mp :info:configure -- Check for working C compiler: /opt/local/bin/mpicc-mpich-mp -- works :info:configure -- Detecting C compiler ABI info :info:configure -- Detecting C compiler ABI info - done :info:configure -- Check for working CXX compiler: /opt/local/bin/mpicxx-mpich-mp :info:configure -- Check for working CXX compiler: /opt/local/bin/mpicxx-mpich-mp -- works :info:configure -- Detecting CXX compiler ABI info :info:configure -- Detecting CXX compiler ABI info - done :info:configure fatal: Not a git repository (or any of the parent directories): .git :info:configure -- Performing Test HAVE_PIPE :info:configure -- Performing Test HAVE_PIPE - Success :info:configure -- Performing Test HAVE_PEDANTIC :info:configure -- Performing Test HAVE_PEDANTIC - Success :info:configure -- Performing Test HAVE_STD_CPP11 :info:configure -- Performing Test HAVE_STD_CPP11 - Success :info:configure -- Performing Test HAVE_DEBUG :info:configure -- Performing Test HAVE_DEBUG - Success :info:configure -- Performing Test HAVE_O2_OPTIMISATION :info:configure -- Performing Test HAVE_O2_OPTIMISATION - Success :info:configure -- The Fortran compiler identification is GNU :info:configure -- Check for working Fortran compiler: /opt/local/bin/mpif90-mpich-mp :info:configure -- Check for working Fortran compiler: /opt/local/bin/mpif90-mpich-mp -- works :info:configure -- Detecting Fortran compiler ABI info :info:configure -- Detecting Fortran compiler ABI info - done :info:configure -- Checking whether /opt/local/bin/mpif90-mpich-mp supports Fortran 90 :info:configure -- Checking whether /opt/local/bin/mpif90-mpich-mp supports Fortran 90 -- yes :info:configure -- Looking for sys/types.h :info:configure -- Looking for sys/types.h - found :info:configure -- Looking for stdint.h :info:configure -- Looking for stdint.h - found :info:configure -- Looking for stddef.h :info:configure -- Looking for stddef.h - found :info:configure -- Check size of size_t :info:configure -- Check size of size_t - done :info:configure -- Found MPI_C: /opt/local/lib/mpich-mp/libmpi.dylib;/opt/local/lib/mpich-mp/libpmpi.dylib :info:configure -- Found MPI_CXX: /opt/local/lib/mpich-mp/libmpicxx.dylib;/opt/local/lib/mpich-mp/libmpi.dylib;/opt/local/lib/mpich-mp/libpmpi.dylib :info:configure -- Found MPI_Fortran: /opt/local/lib/mpich-mp/libmpifort.dylib;/opt/local/lib/mpich-mp/libmpi.dylib;/opt/local/lib/mpich-mp/libpmpi.dylib :info:configure -- Try OpenMP C flag = [ ] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-fopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = openmp :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-Qopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-openmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-xopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [+Oopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-qsmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-mp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [ ] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-fopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = openmp :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-Qopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-openmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-xopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [+Oopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-qsmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-mp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS) :info:configure -- Try OpenMP C flag = [ ] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-fopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = openmp :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-Qopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-openmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-xopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [+Oopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-qsmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP C flag = [-mp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [ ] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-fopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = openmp :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-Qopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-openmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-xopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [+Oopenmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-qsmp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Try OpenMP CXX flag = [-mp] :info:configure -- Performing Test OpenMP_FLAG_DETECTED :info:configure -- Performing Test OpenMP_FLAG_DETECTED - Failed :info:configure -- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS) :info:configure -- Performing Test OPENMP_UINT_TEST_RUNS :info:configure -- Performing Test OPENMP_UINT_TEST_RUNS - Failed :info:configure -- Boost version: 1.57.0 :info:configure -- Found the following Boost libraries: :info:configure -- filesystem :info:configure -- program_options :info:configure -- system :info:configure -- thread :info:configure -- iostreams :info:configure -- UFC version: 1.4.0 :info:configure -- Found Eigen3: /opt/local/include/eigen3 (Required is at least version "3.0.0") :info:configure -- Found LibXml2: /opt/local/lib/libxml2.dylib (found version "2.9.2") :info:configure -- Found PythonInterp: /opt/local/bin/python2.7 (found suitable version "2.7.9", minimum required is "2") :info:configure -- NumPy header version 1.9.1 found :info:configure -- Found SWIG: /opt/local/bin/swig (found version "3.0.2") :info:configure -- Checking for package 'AMD' :info:configure -- Looking for Fortran dgemm :info:configure -- Looking for Fortran dgemm - found :info:configure -- Looking for include file pthread.h :info:configure -- Looking for include file pthread.h - found :info:configure -- Looking for pthread_create :info:configure -- Looking for pthread_create - found :info:configure -- Found Threads: TRUE :info:configure -- Checking for package 'UMFPACK' :info:configure -- Checking for package 'AMD' :info:configure -- Checking for package 'CHOLMOD' :info:configure -- Checking for package 'AMD' :info:configure -- A library with BLAS API found. :info:configure -- Looking for Fortran cheev :info:configure -- Looking for Fortran cheev - found :info:configure -- Performing Test CHOLMOD_TEST_RUNS :info:configure -- Performing Test CHOLMOD_TEST_RUNS - Success :info:configure -- Performing Test UMFPACK_TEST_RUNS :info:configure -- Performing Test UMFPACK_TEST_RUNS - Success :info:configure -- Checking for package 'CHOLMOD' :info:configure -- Checking for package 'AMD' :info:configure -- A library with BLAS API found. :info:configure -- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.2.8") :info:configure -- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.28") :info:configure -- checking for module 'cppunit' :info:configure -- package 'cppunit' not found :info:configure -- CPPUNIT could not be found. Be sure to set CPPUNIT_DIR. (missing: CPPUNIT_LIBRARIES CPPUNIT_INCLUDE_DIRS) :info:configure -- Looking for Q_WS_X11 :info:configure -- Looking for Q_WS_X11 - not found :info:configure -- Looking for Q_WS_WIN :info:configure -- Looking for Q_WS_WIN - not found :info:configure -- Looking for Q_WS_QWS :info:configure -- Looking for Q_WS_QWS - not found :info:configure -- Looking for Q_WS_MAC :info:configure -- Looking for Q_WS_MAC - found :info:configure -- Looking for QT_MAC_USE_COCOA :info:configure -- Looking for QT_MAC_USE_COCOA - found :info:configure -- Found Qt4: /opt/local/bin/qmake (found version "4.8.6") :info:configure -- Found VTK: /opt/local/lib/vtk-5.10 (found version "5.10") :info:configure -- :info:configure -- The following optional packages were found: :info:configure -- ------------------------------------------- :info:configure -- (OK) MPI :info:configure -- (OK) UMFPACK :info:configure -- (OK) CHOLMOD :info:configure -- (OK) ZLIB :info:configure -- (OK) PYTHON :info:configure -- (OK) VTK :info:configure -- (OK) QT :info:configure -- :info:configure -- The following optional packages were not enabled: :info:configure -- ------------------------------------------------- :info:configure -- (--) PETSC :info:configure -- (--) PETSC4PY :info:configure -- (--) SLEPC :info:configure -- (--) TRILINOS :info:configure -- (--) PASTIX :info:configure -- (--) SCOTCH :info:configure -- (--) PARMETIS :info:configure -- (--) CGAL :info:configure -- (--) SPHINX :info:configure -- (--) HDF5 :info:configure -- :info:configure -- The following optional packages were not found: :info:configure -- ----------------------------------------------- :info:configure -- () OPENMP :info:configure -- :info:configure -- QVTK not found, disabling QT for plotting :info:configure -- :info:configure -- Generating SWIG interface. :info:configure -- -------------------------- :info:configure -- :info:configure -- Generating form files in demo, test, bench and dolfin directories. May take some time... :info:configure -- ---------------------------------------------------------------------------------------- :info:configure CMake Error at CMakeLists.txt:825 (message): :info:configure Generation of form files failed: :info:configure :info:configure Traceback (most recent call last): :info:configure :info:configure File "/opt/local/bin/ffc", line 45, in <module> :info:configure from ffc.log import info :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ffc/init.py", line 18, in <module> :info:configure from ffc.compiler import compile_form, compile_element :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ffc/compiler.py", line 127, in <module> :info:configure from ffc.analysis import analyze_forms, analyze_elements :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ffc/analysis.py", line 42, in <module> :info:configure from ffc.quadratureelement import default_quadrature_degree :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ffc/quadratureelement.py", line 27, in <module> :info:configure from FIAT.functional import PointEvaluation :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/FIAT/init.py", line 11, in <module> :info:configure from FIAT.finite_element import FiniteElement :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/FIAT/finite_element.py", line 19, in <module> :info:configure from .polynomial_set import PolynomialSet :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/FIAT/polynomial_set.py", line 29, in <module> :info:configure from . import expansions :info:configure File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/FIAT/expansions.py", line 34, in <module> :info:configure """) :info:configure :info:configure Exception: Unable to import the Python Scientific module required by FIAT. :info:configure :info:configure Consider installing the package python-scientific. :info:configure :info:configure :info:configure :info:configure Traceback (most recent call last): :info:configure :info:configure File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/cmake/scripts/generate-form-files", line 80, in <module> :info:configure raise RuntimeError, "Unable to compile form: %s/%s" % (root, f) :info:configure :info:configure RuntimeError: Unable to compile form: dolfin/ale/Poisson1D.ufl :info:configure :info:configure :info:configure :info:configure -- Configuring incomplete, errors occurred! :info:configure See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/build/CMakeFiles/CMakeOutput.log". :info:configure See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/build/CMakeFiles/CMakeError.log". :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/work/dolfin-1.4.0/build" && /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DPYTHON_EXECUTABLE:FILEPATH=/opt/local/bin/python2.7 -DPYTHON_INCLUDE_DIR:PATH=/opt/local/Library/Frameworks/Python.framework/Headers -DPYTHON_LIBRARY:FILEPATH=/opt/local/lib/libpython2.7.dylib -DDOLFIN_INSTALL_PYTHON_MODULE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -DDOLFIN_INSTALL_PYTHON_PURE_MODULE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -DDOLFIN_ENABLE_CGAL:BOOL=OFF -DDOLFIN_ENABLE_DOCS:BOOL=OFF -DDOLFIN_ENABLE_HDF5:BOOL=OFF -DDOLFIN_ENABLE_MPI:BOOL=ON -DDOLFIN_ENABLE_PARMETIS:BOOL=OFF -DDOLFIN_ENABLE_PETSC:BOOL=OFF -DDOLFIN_ENABLE_PETSC4PY:BOOL=OFF -DDOLFIN_ENABLE_SCOTCH:BOOL=OFF -DDOLFIN_ENABLE_SLEPC:BOOL=OFF -DDOLFIN_ENABLE_SPHINX:BOOL=OFF -DDOLFIN_ENABLE_TRILINOS:BOOL=OFF -DDOLFIN_ENABLE_PASTIX:BOOL=OFF -DDOLFIN_ENABLE_CHOLMOD:BOOL=ON -DDOLFIN_ENABLE_UMFPACK:BOOL=ON -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.10" -DCMAKE_OSX_SYSROOT="/" -DCMAKE_C_COMPILER=/opt/local/bin/mpicc-mpich-mp -DCMAKE_CXX_COMPILER=/opt/local/bin/mpicxx-mpich-mp -DCMAKE_Fortran_COMPILER=/opt/local/bin/mpif90-mpich-mp -DMPI_C_COMPILER=mpicc-mpich-mp -DMPI_CXX_COMPILER=mpicxx-mpich-mp -DMPI_Fortran_COMPILER=mpif90-mpich-mp -DMPIEXEC=mpiexec-mpich-mp .. :info:configure Exit code: 1 :error:configure org.macports.configure for port dolfin returned: configure failure: command execution failed :debug:configure Error code: NONE :debug:configure Backtrace: configure failure: command execution failed

while executing

"portconfigure::configure_main org.macports.configure"

("eval" body line 1) invoked from within

"eval $procedure $targetname" :info:configure Warning: targets not executed for dolfin: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install :notice:configure Please see the log file for port dolfin for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_dolfin/dolfin/main.log

comment:19 Changed 9 years ago by mwathen@…

Since dolfin has been updated I was wondering when the error in py-ffc was going to be fixed?

comment:20 in reply to:  19 Changed 9 years ago by seanfarley (Sean Farley)

Replying to mwathen@…:

Since dolfin has been updated I was wondering when the error in py-ffc was going to be fixed?

This was fixed in r131539.

Note: See TracTickets for help on using tickets.