Opened 9 years ago
Closed 9 years ago
#50560 closed defect (fixed)
cargo will not build
Reported by: | wintermute_77@… | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | seanfarley (Sean Farley), kurthindenburg (Kurt Hindenburg), wintermute_77@…, rpgoldman | |
Port: | cargo |
Description
Cargo does not build.
A few outputs from various logs are provided below--possibly information overload, but I figure there may be something useful in here that I don't see.
Here is the output from port -v cargo install:
---> Computing dependencies for cargo. ---> Fetching archive for cargo ---> cargo-0.8.0_0.darwin_15.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified ---> Attempting to fetch cargo-0.8.0_0.darwin_15.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/cargo % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0---> Attempting to fetch cargo-0.8.0_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/cargo % 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 cargo-0.8.0_0.darwin_15.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/cargo/cargo % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0---> Fetching distfiles for cargo Submodule 'src/rust-installer' (https://github.com/rust-lang/rust-installer.git) registered for path 'src/rust-installer' Cloning into 'src/rust-installer'... Submodule path 'src/rust-installer': checked out 'c37d3747da75c280237dc2d6b925078e69555499' ---> Verifying checksums for cargo ---> Extracting cargo ---> Configuring cargo configure: looking for configure programs configure: found cmp configure: found mkdir configure: found printf configure: found cut configure: found head configure: found grep configure: found xargs configure: found cp configure: found find configure: found uname configure: found date configure: found tr configure: found sed configure: found cmake configure: found curl configure: recreating config.tmp configure: configure: processing ./configure args configure: configure: CFG_PREFIX := /opt/local configure: CFG_LOCAL_RUST_ROOT := configure: CFG_RUSTC := /opt/local/bin/rustc (rustc 1.6.0-dev) configure: CFG_BUILD := x86_64-apple-darwin configure: CFG_HOST := x86_64-apple-darwin configure: CFG_TARGET := x86_64-apple-darwin configure: CFG_LOCALSTATEDIR := /var/lib configure: CFG_SYSCONFDIR := /etc configure: CFG_DATADIR := /opt/local/share configure: CFG_INFODIR := /opt/local/share/info configure: CFG_MANDIR := /opt/local/share/man configure: CFG_LIBDIR := /opt/local/lib configure: CFG_LOCAL_CARGO := configure: configure: validating ./configure args configure: configure: configure: looking for build programs configure: configure: CFG_CURLORWGET := /opt/local/bin/curl (curl 7.47.0 (x86_64-apple-darwin15.2.0) libcurl/7.47.0 OpenSSL/1.0.2f zlib/1.2.8) configure: CFG_PYTHON := /opt/local/bin/python configure: CFG_CC := /usr/bin/cc (Apple LLVM version 7.0.2 (clang-700.1.81)) configure: CFG_RUSTDOC := /opt/local/bin/rustdoc (rustdoc 1.6.0-dev) configure: configure: writing configuration configure: configure: CFG_SRC_DIR := /opt/local/var/macports/build/_opt_ ... configure: CFG_BUILD_DIR := /opt/local/var/macports/build/_opt_ ... configure: CFG_CONFIGURE_ARGS := --prefix=/opt/local configure: CFG_PREFIX := /opt/local configure: CFG_BUILD := x86_64-apple-darwin configure: CFG_HOST := x86_64-apple-darwin configure: CFG_TARGET := x86_64-apple-darwin configure: CFG_LIBDIR := /opt/local/lib configure: CFG_MANDIR := /opt/local/share/man configure: CFG_RUSTC := /opt/local/bin/rustc configure: CFG_RUSTDOC := /opt/local/bin/rustdoc configure: configure: cp /opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0/Makefile.in ./Makefile configure: mv config.tmp config.mk configure: configure: complete configure: configure: ---> Building cargo gnumake: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0' /opt/local/bin/python src/etc/dl-snapshot.py x86_64-apple-darwin running: curl -o target/dl/cargo-nightly-x86_64-apple-darwin.tar.gz https://static.rust-lang.org/cargo-dist/2015-04-02/cargo-nightly-x86_64-apple-darwin.tar.gz extracting cargo-nightly-x86_64-apple-darwin/cargo/manifest.in extracting cargo-nightly-x86_64-apple-darwin/cargo/share/zsh/site-functions/_cargo extracting cargo-nightly-x86_64-apple-darwin/cargo/share/man/man1/cargo.1 extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-APACHE extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-MIT extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-THIRD-PARTY extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/README.md extracting cargo-nightly-x86_64-apple-darwin/cargo/etc/bash_completion.d/cargo extracting cargo-nightly-x86_64-apple-darwin/cargo/bin/cargo touch target/snapshot/bin/cargo /opt/local/bin/rustc -V rustc 1.6.0-dev target/snapshot/bin/cargo --version cargo 0.0.1-pre-nightly (84d6d2c 2015-03-31) (built 2015-04-01) target/snapshot/bin/cargo build --target x86_64-apple-darwin --release --verbose Updating registry `https://github.com/rust-lang/crates.io-index` Failed to parse registry's information for: url Caused by: the given version requirement is not implemented, yet gnumake: *** [cargo-x86_64-apple-darwin] Error 101 gnumake: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0' Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0" && /usr/bin/gnumake -j8 -w all VERBOSE=1 CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP="/usr/bin/clang -E" DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib" Exit code: 2 Error: org.macports.build for port cargo returned: command execution failed Warning: targets not executed for cargo: org.macports.activate org.macports.build org.macports.destroot org.macports.install Please see the log file for port cargo for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port cargo failed
Here is the output of main.log:
ts.org_release_tarballs_ports_devel_cargo/cargo/main.log version:1 :debug:main Found Dependency: path: /usr/bin filename: git regex: ^git$ :debug:main epoch: in tree: 2 installed: 2 :debug:main python27 2.7.11_0 exists in the ports tree :debug:main python27 2.7.11_0 is the latest installed :debug:main python27 2.7.11_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/sea.us.rsync.macports.org/release/tarballs/ports/lang/python27 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/sea.us.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/sea.us.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.11_0 >= python27 2.7.11_0 :debug:main epoch: in tree: 2 installed: 2 :debug:main gettext 0.19.7_0 exists in the ports tree :debug:main gettext 0.19.7_0 is the latest installed :debug:main gettext 0.19.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/sea.us.rsync.macports.org/release/tarballs/ports/devel/gettext :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/sea.us.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/sea.us.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/sea.us.rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl :debug:main compiler clang 700.1.81 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.7_0 >= gettext 0.19.7_0 :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/sea.us.rsync.macports.org/release/tarballs/ports/textproc/expat :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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 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/sea.us.rsync.macports.org/release/tarballs/ports/textproc/libiconv :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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: 0 installed: 0 :debug:main ncurses 6.0_0 exists in the ports tree :debug:main ncurses 6.0_0 is the latest installed :debug:main ncurses 6.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/sea.us.rsync.macports.org/release/tarballs/ports/devel/ncurses :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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 6.0_0 >= ncurses 6.0_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/sea.us.rsync.macports.org/release/tarballs/ports/archivers/zlib :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup xcodeversion 1.0 from /opt/local/var/macports/sources/sea.us.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/sea.us.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: 1 installed: 1 :debug:main openssl 1.0.2f_0 exists in the ports tree :debug:main openssl 1.0.2f_0 is the latest installed :debug:main openssl 1.0.2f_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/sea.us.rsync.macports.org/release/tarballs/ports/devel/openssl :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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.2f_0 >= openssl 1.0.2f_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main sqlite3 3.10.2_0 exists in the ports tree :debug:main sqlite3 3.10.2_0 is the latest installed :debug:main sqlite3 3.10.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/sea.us.rsync.macports.org/release/tarballs/ports/databases/sqlite3 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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.10.2_0 >= sqlite3 3.10.2_0 :debug:main epoch: in tree: 20090923 installed: 20090923 :debug:main libedit 20150325-3.1_0 exists in the ports tree :debug:main libedit 20150325-3.1_0 is the latest installed :debug:main libedit 20150325-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/sea.us.rsync.macports.org/release/tarballs/ports/devel/libedit :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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 20150325-3.1_0 >= libedit 20150325-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/sea.us.rsync.macports.org/release/tarballs/ports/databases/db48 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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! db48 4.8.30_4 >= db48 4.8.30_4 :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/sea.us.rsync.macports.org/release/tarballs/ports/archivers/bzip2 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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 python_select 0.3_6 exists in the ports tree :debug:main python_select 0.3_6 is the latest installed :debug:main python_select 0.3_6 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/sea.us.rsync.macports.org/release/tarballs/ports/sysutils/python_select :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/sea.us.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_6 >= python_select 0.3_6 :debug:main epoch: in tree: 0 installed: 0 :debug:main python2_select 0.0_1 exists in the ports tree :debug:main python2_select 0.0_1 is the latest installed :debug:main python2_select 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/sea.us.rsync.macports.org/release/tarballs/ports/sysutils/python2_select :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/sea.us.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! python2_select 0.0_1 >= python2_select 0.0_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main cmake 3.4.3_0 exists in the ports tree :debug:main cmake 3.4.3_0 is the latest installed :debug:main cmake 3.4.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/sea.us.rsync.macports.org/release/tarballs/ports/devel/cmake :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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.4.3_0 >= cmake 3.4.3_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main curl 7.47.0_0 exists in the ports tree :debug:main curl 7.47.0_0 +ssl is the latest installed :debug:main curl 7.47.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/sea.us.rsync.macports.org/release/tarballs/ports/net/curl :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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.47.0_0 >= curl 7.47.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main curl-ca-bundle 7.47.0_0 exists in the ports tree :debug:main curl-ca-bundle 7.47.0_0 is the latest installed :debug:main curl-ca-bundle 7.47.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/sea.us.rsync.macports.org/release/tarballs/ports/net/curl :debug:main OS darwin/15.3.0 (Mac OS X 10.11) 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.47.0_0 >= curl-ca-bundle 7.47.0_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main libarchive 3.1.2_1 exists in the ports tree :debug:main libarchive 3.1.2_1 is the latest installed :debug:main libarchive 3.1.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/sea.us.rsync.macports.org/release/tarballs/ports/archivers/libarchive :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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_1 >= libarchive 3.1.2_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main libxml2 2.9.2_2 exists in the ports tree :debug:main libxml2 2.9.2_2 is the latest installed :debug:main libxml2 2.9.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/sea.us.rsync.macports.org/release/tarballs/ports/textproc/libxml2 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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_2 >= libxml2 2.9.2_2 :debug:main epoch: in tree: 0 installed: 0 :debug:main xz 5.2.2_0 exists in the ports tree :debug:main xz 5.2.2_0 is the latest installed :debug:main xz 5.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/sea.us.rsync.macports.org/release/tarballs/ports/archivers/xz :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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.2.2_0 >= xz 5.2.2_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main lzo2 2.09_0 exists in the ports tree :debug:main lzo2 2.09_0 is the latest installed :debug:main lzo2 2.09_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/sea.us.rsync.macports.org/release/tarballs/ports/archivers/lzo2 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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.09_0 >= lzo2 2.09_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main cctools 877.5_2 exists in the ports tree :debug:main cctools 877.5_2 +llvm37 is the latest installed :debug:main cctools 877.5_2 +llvm37 is active :debug:main Merging existing variants '+llvm37' into variants :debug:main new fully merged portvariants: llvm37 + :debug:main Changing to port directory: /opt/local/var/macports/sources/sea.us.rsync.macports.org/release/tarballs/ports/devel/cctools :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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 llvm37 provides llvm37 :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 877.5_2 >= cctools 877.5_2 :debug:main epoch: in tree: 1 installed: 1 :debug:main llvm-3.7 3.7.1_1 exists in the ports tree :debug:main llvm-3.7 3.7.1_1 is the latest installed :debug:main llvm-3.7 3.7.1_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/sea.us.rsync.macports.org/release/tarballs/ports/lang/llvm-3.7 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/sea.us.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/sea.us.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/sea.us.rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main compiler clang 700.1.81 not blacklisted because it doesn't match {clang < 500} :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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! llvm-3.7 3.7.1_1 >= llvm-3.7 3.7.1_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/sea.us.rsync.macports.org/release/tarballs/ports/devel/libffi :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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: 1 installed: 1 :debug:main libcxx 3.7.1_0 exists in the ports tree :debug:main libcxx 3.7.1_0 is the latest installed :debug:main libcxx 3.7.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/sea.us.rsync.macports.org/release/tarballs/ports/lang/libcxx :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/sea.us.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/sea.us.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 3.7.1_0 >= libcxx 3.7.1_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main perl5 5.22.1_1 exists in the ports tree :debug:main perl5 5.22.1_1 +perl5_22 is the latest installed :debug:main perl5 5.22.1_1 +perl5_22 is active :debug:main Merging existing variants '+perl5_22' into variants :debug:main new fully merged portvariants: perl5_22 + :debug:main Changing to port directory: /opt/local/var/macports/sources/sea.us.rsync.macports.org/release/tarballs/ports/lang/perl5 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Re-registering default for configure.universal_args :debug:main Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/sea.us.rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl :debug:main universal_variant is false, so not adding the default universal variant :debug:main Executing variant perl5_22 provides perl5_22 :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.22.1_1 >= perl5 5.22.1_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main perl5.22 5.22.1_1 exists in the ports tree :debug:main perl5.22 5.22.1_1 is the latest installed :debug:main perl5.22 5.22.1_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/sea.us.rsync.macports.org/release/tarballs/ports/lang/perl5 :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Re-registering default for configure.universal_args :debug:main Sourcing PortGroup perl5 1.0 from /opt/local/var/macports/sources/sea.us.rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/perl5-1.0.tcl :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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.22 5.22.1_1 >= perl5.22 5.22.1_1 :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/sea.us.rsync.macports.org/release/tarballs/ports/databases/gdbm :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.rsync.macports.org/release/tarballs/ports/sysutils/llvm_select :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup select 1.0 from /opt/local/var/macports/sources/sea.us.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: 0 installed: 0 :debug:main gawk 4.1.3_0 exists in the ports tree :debug:main gawk 4.1.3_0 is the latest installed :debug:main gawk 4.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/sea.us.rsync.macports.org/release/tarballs/ports/lang/gawk :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup conflicts_build 1.0 from /opt/local/var/macports/sources/sea.us.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/sea.us.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! gawk 4.1.3_0 >= gawk 4.1.3_0 :debug:main epoch: in tree: 0 installed: 0 :debug:main readline 6.3.003_1 exists in the ports tree :debug:main readline 6.3.003_1 is the latest installed :debug:main readline 6.3.003_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/sea.us.rsync.macports.org/release/tarballs/ports/devel/readline :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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/sea.us.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! readline 6.3.003_1 >= readline 6.3.003_1 :debug:main epoch: in tree: 0 installed: 0 :debug:main rust 1.6.0_0 exists in the ports tree :debug:main rust 1.6.0_0 is the latest installed :debug:main rust 1.6.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/sea.us.rsync.macports.org/release/tarballs/ports/lang/rust :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main Sourcing PortGroup active_variants 1.1 from /opt/local/var/macports/sources/sea.us.rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/active_variants-1.1.tcl :debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/sea.us.rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl :debug:main compiler clang 700.1.81 not blacklisted because it doesn't match {clang < 211} :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! rust 1.6.0_0 >= rust 1.6.0_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/sea.us.rsync.macports.org/release/tarballs/ports/devel/pkgconfig :debug:main OS darwin/15.3.0 (Mac OS X 10.11) arch i386 :debug:main adding the default universal variant :debug:main Reading variant descriptions from /opt/local/var/macports/sources/sea.us.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 :msg:main ---> Computing dependencies for cargo:info:main .:debug:main cargo has no conflicts :debug:main Found Dependency: path: /usr/bin filename: git regex: ^git$ :debug:main Searching for dependency: git :debug:main Didn't find receipt, going to depspec regex for: git :debug:main Found Dependency: path: /usr/bin filename: git regex: ^git$ :debug:main Searching for dependency: python27 :debug:main Found Dependency: receipt exists for python27 :debug:main Searching for dependency: cmake :debug:main Found Dependency: receipt exists for cmake :debug:main Searching for dependency: cctools :debug:main Found Dependency: receipt exists for cctools :debug:main Searching for dependency: gawk :debug:main Found Dependency: receipt exists for gawk :debug:main Searching for dependency: rust :debug:main Found Dependency: receipt exists for rust :debug:main Searching for dependency: pkgconfig :debug:main Found Dependency: receipt exists for pkgconfig :msg:main :debug:main Executing org.macports.main (cargo) :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 Sat Feb 6 17:43:13 EST 2016 :msg:archivefetch ---> Fetching archive for cargo :debug:archivefetch Executing org.macports.archivefetch (cargo) :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 ---> cargo-0.8.0_0.darwin_15.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified :msg:archivefetch ---> Attempting to fetch cargo-0.8.0_0.darwin_15.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/cargo :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :msg:archivefetch ---> Attempting to fetch cargo-0.8.0_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/cargo :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :msg:archivefetch ---> Attempting to fetch cargo-0.8.0_0.darwin_15.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/cargo/cargo :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 Sat Feb 6 17:43:16 EST 2016 :notice:fetch ---> Fetching distfiles for cargo :debug:fetch Executing org.macports.fetch (cargo) :debug:fetch Executing: /usr/bin/git clone -q https://github.com/rust-lang/cargo.git /opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0 2>&1 :debug:fetch Executing GIT_DIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0/.git GIT_WORK_TREE=/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0 /usr/bin/git checkout -q 0.8.0 2>&1 :debug:fetch Executing proc-post-org.macports.fetch-fetch-0 :info:fetch Submodule 'src/rust-installer' (https://github.com/rust-lang/rust-installer.git) registered for path 'src/rust-installer' :info:fetch Cloning into 'src/rust-installer'... :info:fetch Submodule path 'src/rust-installer': checked out 'c37d3747da75c280237dc2d6b925078e69555499' :debug:fetch Privilege de-escalation not attempted as not running as root. :debug:checksum checksum phase started at Sat Feb 6 17:43:22 EST 2016 :notice:checksum ---> Verifying checksums for cargo :debug:checksum Executing org.macports.checksum (cargo) :debug:checksum Privilege de-escalation not attempted as not running as root. :debug:extract extract phase started at Sat Feb 6 17:43:22 EST 2016 :notice:extract ---> Extracting cargo :debug:extract Executing org.macports.extract (cargo) :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 Sat Feb 6 17:43:22 EST 2016 :debug:patch Executing org.macports.patch (cargo) :debug:patch Privilege de-escalation not attempted as not running as root. :debug:configure configure phase started at Sat Feb 6 17:43:22 EST 2016 :notice:configure ---> Configuring cargo :debug:configure Using compiler 'Xcode Clang' :debug:configure Executing org.macports.configure (cargo) :debug:configure Environment: CC='/usr/bin/clang' CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/.CC_PRINT_OPTIONS' CFLAGS='-pipe -Os -arch x86_64' CPATH='/opt/local/include' CPPFLAGS='-I/opt/local/include' CXX='/usr/bin/clang++' CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++' F77FLAGS='-m64' F90FLAGS='-pipe -Os -m64' 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.11' OBJC='/usr/bin/clang' OBJCFLAGS='-pipe -Os -arch x86_64' OBJCXX='/usr/bin/clang++' OBJCXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++' :debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0" && ./configure --prefix=/opt/local' :debug:configure Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0" && ./configure --prefix=/opt/local :info:configure configure: looking for configure programs :info:configure configure: found cmp :info:configure configure: found mkdir :info:configure configure: found printf :info:configure configure: found cut :info:configure configure: found head :info:configure configure: found grep :info:configure configure: found xargs :info:configure configure: found cp :info:configure configure: found find :info:configure configure: found uname :info:configure configure: found date :info:configure configure: found tr :info:configure configure: found sed :info:configure configure: found cmake :info:configure configure: found curl :info:configure configure: recreating config.tmp :info:configure configure: :info:configure configure: processing ./configure args :info:configure configure: :info:configure configure: CFG_PREFIX := /opt/local :info:configure configure: CFG_LOCAL_RUST_ROOT := :info:configure configure: CFG_RUSTC := /opt/local/bin/rustc (rustc 1.6.0-dev) :info:configure configure: CFG_BUILD := x86_64-apple-darwin :info:configure configure: CFG_HOST := x86_64-apple-darwin :info:configure configure: CFG_TARGET := x86_64-apple-darwin :info:configure configure: CFG_LOCALSTATEDIR := /var/lib :info:configure configure: CFG_SYSCONFDIR := /etc :info:configure configure: CFG_DATADIR := /opt/local/share :info:configure configure: CFG_INFODIR := /opt/local/share/info :info:configure configure: CFG_MANDIR := /opt/local/share/man :info:configure configure: CFG_LIBDIR := /opt/local/lib :info:configure configure: CFG_LOCAL_CARGO := :info:configure configure: :info:configure configure: validating ./configure args :info:configure configure: :info:configure configure: :info:configure configure: looking for build programs :info:configure configure: :info:configure configure: CFG_CURLORWGET := /opt/local/bin/curl (curl 7.47.0 (x86_64-apple-darwin15.2.0) libcurl/7.47.0 OpenSSL/1.0.2f zlib/1.2.8) :info:configure configure: CFG_PYTHON := /opt/local/bin/python :info:configure configure: CFG_CC := /usr/bin/cc (Apple LLVM version 7.0.2 (clang-700.1.81)) :info:configure configure: CFG_RUSTDOC := /opt/local/bin/rustdoc (rustdoc 1.6.0-dev) :info:configure configure: :info:configure configure: writing configuration :info:configure configure: :info:configure configure: CFG_SRC_DIR := /opt/local/var/macports/build/_opt_ ... :info:configure configure: CFG_BUILD_DIR := /opt/local/var/macports/build/_opt_ ... :info:configure configure: CFG_CONFIGURE_ARGS := --prefix=/opt/local :info:configure configure: CFG_PREFIX := /opt/local :info:configure configure: CFG_BUILD := x86_64-apple-darwin :info:configure configure: CFG_HOST := x86_64-apple-darwin :info:configure configure: CFG_TARGET := x86_64-apple-darwin :info:configure configure: CFG_LIBDIR := /opt/local/lib :info:configure configure: CFG_MANDIR := /opt/local/share/man :info:configure configure: CFG_RUSTC := /opt/local/bin/rustc :info:configure configure: CFG_RUSTDOC := /opt/local/bin/rustdoc :info:configure configure: :info:configure configure: cp /opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0/Makefile.in ./Makefile :info:configure configure: mv config.tmp config.mk :info:configure configure: :info:configure configure: complete :info:configure configure: :info:configure configure: :debug:configure Privilege de-escalation not attempted as not running as root. :debug:build build phase started at Sat Feb 6 17:43:23 EST 2016 :notice:build ---> Building cargo :debug:build Executing org.macports.build (cargo) :debug:build Environment: CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/.CC_PRINT_OPTIONS' CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.11' :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0" && /usr/bin/gnumake -j8 -w all VERBOSE=1 CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP="/usr/bin/clang -E" DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib"' :debug:build Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0" && /usr/bin/gnumake -j8 -w all VERBOSE=1 CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP="/usr/bin/clang -E" DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib" :info:build gnumake: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0' :info:build /opt/local/bin/python src/etc/dl-snapshot.py x86_64-apple-darwin :info:build running: curl -o target/dl/cargo-nightly-x86_64-apple-darwin.tar.gz https://static.rust-lang.org/cargo-dist/2015-04-02/cargo-nightly-x86_64-apple-darwin.tar.gz :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/manifest.in :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/share/zsh/site-functions/_cargo :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/share/man/man1/cargo.1 :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-APACHE :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-MIT :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/LICENSE-THIRD-PARTY :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/share/doc/cargo/README.md :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/etc/bash_completion.d/cargo :info:build extracting cargo-nightly-x86_64-apple-darwin/cargo/bin/cargo :info:build touch target/snapshot/bin/cargo :info:build /opt/local/bin/rustc -V :info:build rustc 1.6.0-dev :info:build target/snapshot/bin/cargo --version :info:build cargo 0.0.1-pre-nightly (84d6d2c 2015-03-31) (built 2015-04-01) :info:build target/snapshot/bin/cargo build --target x86_64-apple-darwin --release --verbose :info:build Updating registry `https://github.com/rust-lang/crates.io-index` :info:build Failed to parse registry's information for: url :info:build :info:build Caused by: :info:build the given version requirement is not implemented, yet :info:build gnumake: *** [cargo-x86_64-apple-darwin] Error 101 :info:build gnumake: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0" && /usr/bin/gnumake -j8 -w all VERBOSE=1 CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP="/usr/bin/clang -E" DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib" :info:build Exit code: 2 :error:build org.macports.build for port cargo returned: command execution failed :debug:build Error code: CHILDSTATUS 2197 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "portbuild::build_main org.macports.build" ("eval" body line 1) invoked from within "eval $procedure $targetname" :info:build Warning: targets not executed for cargo: org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Please see the log file for port cargo for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/main.log
Here is the output if I try to run that gmake command that seems to be causing the problem:
hays@wintermute77 cargo-0.8.0 $ sudo /usr/bin/gnumake -j8 -w all VERBOSE=1 CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP="/usr/bin/clang -E" DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib" gnumake: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0' /opt/local/bin/rustc -V rustc 1.6.0-dev target/snapshot/bin/cargo --version cargo 0.0.1-pre-nightly (84d6d2c 2015-03-31) (built 2015-04-01) target/snapshot/bin/cargo build --target x86_64-apple-darwin --release --verbose Failed to parse registry's information for: url Caused by: the given version requirement is not implemented, yet gnumake: *** [cargo-x86_64-apple-darwin] Error 101 gnumake: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_sea.us.rsync.macports.org_release_tarballs_ports_devel_cargo/cargo/work/cargo-0.8.0'
Change History (15)
comment:1 Changed 9 years ago by wintermute_77@…
Cc: | wintermute_77@… added |
---|
comment:2 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | sean@… added; wintermute_77@… removed |
---|---|
Version: | 2.3.4 |
comment:6 Changed 9 years ago by wintermute_77@…
If you can't reproduce, I am willing to get any information you need from my machine, just let me know.
comment:7 Changed 9 years ago by seanfarley (Sean Farley)
I dunno. The usual questions are if you have anything installed in /usr/local
or if you installed cargo previously via some other method outside of MacPorts?
comment:8 follow-up: 9 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Issue confirmed here. Hopefully nothing of consequence in my /usr/local, and I haven't used cargo before.
comment:9 follow-up: 12 Changed 9 years ago by seanfarley (Sean Farley)
Replying to ryandesign@…:
Issue confirmed here. Hopefully nothing of consequence in my /usr/local, and I haven't used cargo before.
Since I can't reproduce, do you have any insight here?
comment:10 Changed 9 years ago by rpgoldman
FWIW, I can confirm this, as well. Same error. Looks like something is trying to pull from github and failing. The github repo URL is fine, though, at least as far as I can tell.
comment:12 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to sean@…:
Replying to ryandesign@…:
Issue confirmed here. Hopefully nothing of consequence in my /usr/local, and I haven't used cargo before.
Since I can't reproduce, do you have any insight here?
Nothing beyond what I found on Google. Does this help?
comment:13 follow-up: 14 Changed 9 years ago by seanfarley (Sean Farley)
Owner: | changed from macports-tickets@… to sean@… |
---|---|
Status: | new → assigned |
Looks like that might fix it. I guess we'll see when they release the next version.
comment:14 Changed 9 years ago by abusse (Anselm Busse)
Replying to sean@…:
Looks like that might fix it. I guess we'll see when they release the next version.
For me, version 0.9.0 solves the issue.
comment:15 Changed 9 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Cool, I'll mark this as fixed then!
Cc Me!