threed-ice 0.12.0

The package provides an interface to 3D-ICE.
Build #58209 2017-06-05T21:31:00.060858+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading threed-ice v0.12.0
Downloading superlu v0.3.1
Fresh libc v0.2.23
Fresh num-traits v0.1.37
Fresh num-complex v0.1.37
Fresh openblas-src v0.5.3
Compiling matrix v0.21.6
Fresh blas-sys v0.6.7
Compiling threed-ice-sys v0.3.0
Fresh superlu-sys v0.3.1
Running `rustc --crate-name matrix .cargo/registry/src/github.com-1ecc6299db9ec823/matrix-0.21.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d072934d09b5985e -C extra-filename=-d072934d09b5985e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-a8c1b7cdefa880e5.rlib --extern-version num_traits=num-traits,0.1.37 --extern num_complex=/home/cratesfyi/cratesfyi/debug/deps/libnum_complex-f638ecd1d49fe6b8.rlib --extern-version num_complex=num-complex,0.1.37 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-adf056bade97107b/build-script-build`
error: failed to run custom build command for `threed-ice-sys v0.3.0`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-adf056bade97107b/build-script-build` (exit code: 101)
--- stdout
cp -R /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/threed-ice-sys-0.3.0/build/source/* /home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out/
(cd /home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out; cat /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/threed-ice-sys-0.3.0/build/patches/v2.2.5-01-new-bison.patch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/threed-ice-sys-0.3.0/build/patches/v2.2.5-02-reentrant-bison.patch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/threed-ice-sys-0.3.0/build/patches/v2.2.5-03-loose-flex.patch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/threed-ice-sys-0.3.0/build/patches/v2.2.5-04-fault-tolerance.patch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/threed-ice-sys-0.3.0/build/patches/v2.2.5-05-new-superlu.patch | patch -p1)
patching file bison/floorplan_parser.y
patching file bison/stack_description_parser.y
patching file bison/floorplan_parser.y
patching file bison/stack_description_parser.y
patching file sources/floorplan_file_parser.c
patching file sources/stack_file_parser.c
patching file flex/stack_description_scanner.l
patching file bison/floorplan_parser.y
patching file sources/system_matrix.c
make -C /home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out lib 3DICE_LIB_A='/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out/lib/libthreed-ice.a' SLU_INCLUDE='/home/cratesfyi/cratesfyi/debug/build/superlu-sys-ab550a6ec05a5209/out/include' SLU_LIBS= CFLAGS='-fPIC -MD -O3 -w'
make[1]: Entering directory '/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out'
cd ./flex    ; make ;
make[2]: Entering directory '/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out/flex'
flex  floorplan_scanner.l
../makefile.def:151: recipe for target '../flex/floorplan_scanner.c' failed
make[2]: Leaving directory '/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out/flex'
Makefile:48: recipe for target 'lib' failed
make[1]: Leaving directory '/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out'
Makefile:12: recipe for target '/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out/lib/libthreed-ice.a' failed

--- stderr
make[2]: flex: Command not found
make[2]: *** [../flex/floorplan_scanner.c] Error 127
make[1]: *** [lib] Error 2
make: *** [/home/cratesfyi/cratesfyi/debug/build/threed-ice-sys-c05dfa8cd3c585b2/out/lib/libthreed-ice.a] Error 2
thread 'main' panicked at 'assertion failed: cmd!("make").current_dir(&build).stdout(process::Stdio::inherit()).stderr(process::Stdio::inherit()).status().unwrap().success()', .cargo/registry/src/github.com-1ecc6299db9ec823/threed-ice-sys-0.3.0/build.rs:25
note: Run with `RUST_BACKTRACE=1` for a backtrace.

thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.