Created
January 30, 2015 16:07
-
-
Save yarwelp/e4adc8f66a198c6c57b0 to your computer and use it in GitHub Desktop.
build-cargo-freebsd-v7.cont.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Clone Cargo repository | |
Cloning into 'cargo/head'... | |
*** Installed Cargo is 72 merges behind HEAD | |
*** Processing cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49 | |
*** git clone https://github.com/rust-lang/cargo.git -> cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49 | |
Cloning into 'cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49'... | |
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 'b5ac4cd44321da10dfd70f070dbc9094ca3f92ff' | |
Submodule 'test/rust-installer-v1' (https://github.com/rust-lang/rust-installer) registered for path 'test/rust-installer-v1' | |
Cloning into 'test/rust-installer-v1'... | |
Submodule path 'src/rust-installer/test/rust-installer-v1': checked out 'aed73472416064642911af790b25d57c9390b6c7' | |
*** git checkout cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49 a0e7e7a88b23a0d372655f52769ef0d36dc34d49 | |
*** Run git submodule update --init in cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49 | |
warning: unable to rmdir test/rust-installer-v1: Directory not empty | |
Submodule path 'src/rust-installer': checked out 'aed73472416064642911af790b25d57c9390b6c7' | |
*** rust-nightly-2014-12-12 already exists | |
*** Configure cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49 | |
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 file | |
configure: found cmake | |
configure: found pkg-config | |
configure: recreating config.tmp | |
configure: | |
configure: processing ./configure args | |
configure: | |
configure: CFG_PREFIX := /home/rust/apps/cargo | |
configure: CFG_LOCAL_RUST_ROOT := /home/rust/src/cargo-freebsd/target ... | |
configure: | |
configure: using rustc at: /home/rust/src/cargo-freebsd/target/rust-nightly-2014-12-12 with version: rustc 0.13.0-dev | |
configure: | |
configure: CFG_BUILD := x86_64-unknown-freebsd | |
configure: CFG_HOST := x86_64-unknown-freebsd | |
configure: CFG_TARGET := x86_64-unknown-freebsd | |
configure: CFG_LOCALSTATEDIR := /var/lib | |
configure: CFG_SYSCONFDIR := /etc | |
configure: CFG_DATADIR := /home/rust/apps/cargo/share | |
configure: CFG_INFODIR := /home/rust/apps/cargo/share/info | |
configure: CFG_MANDIR := /home/rust/apps/cargo/share/man | |
configure: CFG_LIBDIR := /home/rust/apps/cargo/lib | |
configure: CFG_LOCAL_CARGO := /home/rust/apps/cargo/bin/cargo | |
configure: | |
configure: validating ./configure args | |
configure: | |
configure: | |
configure: looking for build programs | |
configure: | |
configure: CFG_CURLORWGET := /usr/local/bin/curl (curl 7.40.0 (amd64-portbld-freebsd10.0) libcurl/7.40.0 OpenSSL/1.0.1j zlib/1.2.8) | |
configure: CFG_PYTHON := /usr/local/bin/python | |
configure: | |
configure: writing configuration | |
configure: | |
configure: CFG_SRC_DIR := /usr/home/rust/cargo/a0e7e7a88b23a0 ... | |
configure: CFG_BUILD_DIR := /usr/home/rust/cargo/a0e7e7a88b23a0 ... | |
configure: CFG_CONFIGURE_ARGS := --prefix=/home/rust/apps/cargo --lo ... | |
configure: CFG_PREFIX := /home/rust/apps/cargo | |
configure: CFG_BUILD := x86_64-unknown-freebsd | |
configure: CFG_HOST := x86_64-unknown-freebsd | |
configure: CFG_TARGET := x86_64-unknown-freebsd | |
configure: CFG_LIBDIR := /home/rust/apps/cargo/lib | |
configure: CFG_MANDIR := /home/rust/apps/cargo/share/man | |
configure: CFG_RUSTC := /home/rust/src/cargo-freebsd/target ... | |
configure: CFG_RUSTDOC := /home/rust/src/cargo-freebsd/target ... | |
configure: | |
configure: cp /usr/home/rust/cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49/Makefile.in ./Makefile | |
configure: mv config.tmp config.mk | |
configure: | |
configure: complete | |
configure: | |
configure: | |
*** Build cargo/a0e7e7a88b23a0d372655f52769ef0d36dc34d49 | |
rustc 0.13.0-dev | |
<jemalloc>: Error in dlsym(RTLD_NEXT, "pthread_create") | |
Makefile:78: recipe for target 'cargo-x86_64-unknown-freebsd' failed | |
gmake: *** [cargo-x86_64-unknown-freebsd] Abort trap (core dumped) | |
*** Build failed - skip? (y/n) | |
*** Abort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment