ipopt 0.1.0

Rust language bindings for the Ipopt non-linear constrained optimization library.
Build #87830 2018-03-01T22:15:05.080645+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading ipopt v0.1.0
Fresh cc v1.0.4
Fresh unicode-width v0.1.4
Fresh pkg-config v0.3.9
Fresh glob v0.2.11
Fresh utf8-ranges v1.0.0
Fresh ansi_term v0.10.2
Fresh vec_map v0.8.0
Fresh textwrap v0.9.0
Fresh lazy_static v1.0.0
Fresh cfg-if v0.1.2
Fresh libc v0.2.37
Fresh unicode-xid v0.1.0
Fresh regex-syntax v0.4.2
Fresh peeking_take_while v0.1.2
Fresh void v1.0.2
Fresh bitflags v1.0.1
Fresh strsim v0.7.0
Fresh xattr v0.1.11
Fresh proc-macro2 v0.2.3
Fresh which v1.0.5
Fresh atty v0.2.6
Fresh unreachable v1.0.0
Fresh socket2 v0.3.2
Fresh filetime v0.1.15
Fresh memchr v2.0.1
Fresh quote v0.4.2
Fresh clap v2.30.0
Fresh thread_local v0.3.5
Fresh tar v0.4.14
Fresh openssl-probe v0.1.2
Fresh libloading v0.4.3
Fresh aho-corasick v0.6.4
Fresh libz-sys v1.0.18
Fresh memchr v1.0.2
Fresh log v0.4.1
Fresh clang-sys v0.21.2
Fresh regex v0.2.6
Fresh nom v3.2.1
Fresh log v0.3.9
Fresh miniz-sys v0.1.10
Fresh cexpr v0.2.3
Fresh env_logger v0.4.3
Fresh openssl-sys v0.9.27
Fresh flate2 v1.0.1
Fresh bindgen v0.32.3
Fresh curl-sys v0.4.1
Fresh curl v0.4.11
Compiling ipopt-sys v0.1.0
Running `/home/cratesfyi/cratesfyi/debug/build/ipopt-sys-e4aa7bc5f813c165/build-script-build`
thread 'main' panicked at 'Human(
failed to run custom build command for `ipopt-sys v0.1.0`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/ipopt-sys-e4aa7bc5f813c165/build-script-build` (exit code: 101)
--- stdout
ipopt-sys/build.rs:46: binary_url = "https://www.coin-or.org/download/source/Ipopt/Ipopt-3.12.8.tgz"
ipopt-sys/build.rs:52: base_name = "Ipopt-3.12.8"
ipopt-sys/build.rs:57: target_dir = "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target"
ipopt-sys/build.rs:63: download_dir = "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8"
ipopt-sys/build.rs:78: tarball_path = "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8.tgz"
ipopt-sys/build.rs:183: Executing "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/configure" "--prefix=/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8" ""
checking build system type... x86_64-unknown-linux-gnu
checking whether we want to compile in debug mode... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long  
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether C++ compiler g++ works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long  
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe  
checking for egrep... grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: Build is "x86_64-unknown-linux-gnu".
checking if library version is set... no
checking whether source of project ASL is available and should be compiled... no, source file /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/ThirdParty/ASL/solvers/asl.h not available
checking whether source of project Metis is available and should be compiled... no, source file /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/ThirdParty/Metis/metis-4.0/Lib/balance.c not available
checking whether source of project Blas is available and should be compiled... no, source file /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/ThirdParty/Blas/daxpy.f not available
checking whether source of project Lapack is available and should be compiled... no, source file /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/ThirdParty/Lapack/LAPACK/SRC/dlarf.f not available
checking whether source of project HSL is available and should be compiled... no, source file /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/ThirdParty/HSL/coinhsl/common/deps.f not available
checking whether source of project Mumps is available and should be compiled... no, source file /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/ThirdParty/Mumps/MUMPS/src/dmumps_part1.F not available
checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt
configure: configuring doxygen documentation options
checking for doxygen... no
checking for latex... no
checking for dot... NO
checking which command should be used to link input files... ln -s
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doxydoc/doxygen.conf
config.status: executing depfiles commands
configure: configuring in Ipopt
configure: running /bin/bash '/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/Ipopt/configure' --prefix=/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8  '--prefix=/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8' '' 'build_alias=' 'host_alias=' 'target_alias=' --cache-file=/dev/null --srcdir=/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/Ipopt
checking build system type... x86_64-unknown-linux-gnu
checking for svnversion... no
checking whether we want to compile in debug mode... no
checking for egrep... grep -E
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
configure: C compiler options are: -O3 -pipe -DNDEBUG -Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long   -DIPOPT_BUILD
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether C++ compiler g++ works... yes
configure: C++ compiler options are: -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long   -DIPOPT_BUILD
configure: Assuming that CXXLIBS is "-lstdc++ -lm".
configure: Trying to determine Fortran compiler name
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: Fortran compiler options are: -O3 -pipe  
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran...  -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lgfortran -lm -lgcc_s -lquadmath
configure: Corrected Fortran libraries:  -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
configure: Using libtool script in directory ..
checking if library version is set... 11:8:10
configure: configuring doxygen documentation options
checking for doxygen... no
checking for latex... no
checking for dot... NO
checking for pkg-config... pkg-config
checking pkg-config is at least version 0.16.0... yes
checking whether -lblas has BLAS... no
checking for COIN-OR package Blas... not given: No package 'coinblas' found

--- stderr
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: error: Required package BLAS not found.
configure: error: /bin/bash '/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/Ipopt/configure' failed for Ipopt
thread 'main' panicked at 'failed to execute "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8/Ipopt-3.12.8/configure" "--prefix=/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/target/ipopt-3.12.8" ""', .cargo/registry/src/github.com-1ecc6299db9ec823/ipopt-sys-0.1.0/build.rs:185:8
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.