Created
March 2, 2018 17:41
-
-
Save joboscribe/ee0827849bbb7dff1c89cb9d52bcee43 to your computer and use it in GitHub Desktop.
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
| $ ./bin/mzbench start_server | |
| Executing make -C /root/mzbench/bin/../server generate | |
| ........Stdout+Stderr: | |
| make: Entering directory '/root/mzbench/server' | |
| /root/mzbench/bin/rebar3 compile | |
| ===> Verifying dependencies... | |
| ===> Package <<"header_generator">> not found. Fetching registry updates and trying again... | |
| ===> Updating package registry... | |
| ===> Writing registry to /root/.cache/rebar3/hex/default/registry | |
| ===> Generating package index... | |
| ===> Writing index to /root/.cache/rebar3/hex/default/packages.idx | |
| ===> Plugin header_generator not available. It will not be used. | |
| ===> Package <<"eqc_resolver">> not found. Fetching registry updates and trying again... | |
| ===> Updating package registry... | |
| ===> Writing registry to /root/.cache/rebar3/hex/default/registry | |
| ===> Generating package index... | |
| ===> Writing index to /root/.cache/rebar3/hex/default/packages.idx | |
| ===> Plugin eqc_resolver not available. It will not be used. | |
| ===> Package <<"rebar_gdb_plugin">> not found. Fetching registry updates and trying again... | |
| ===> Updating package registry... | |
| ===> Writing registry to /root/.cache/rebar3/hex/default/registry | |
| ===> Generating package index... | |
| ===> Writing index to /root/.cache/rebar3/hex/default/packages.idx | |
| ===> Plugin rebar_gdb_plugin not available. It will not be used. | |
| ===> Compiling hdr_histogram | |
| make[1]: Entering directory '/root/mzbench/server/_build/default/deps/hdr_histogram/c_src' | |
| cc -O3 -std=c99 -D_POSIX_C_SOURCE=199309L -finline-functions -Wall -Wmissing-prototypes -fPIC -I /usr/lib/erlang/erts-9.2/include/ -I /usr/lib/erlang/lib/erl_interface-3.10.1/include -c -o /root/mzbench/server/_build/default/deps/hdr_histogram/c_src/hdr_histogram.o /root/mzbench/server/_build/default/deps/hdr_histogram/c_src/hdr_histogram.c | |
| /root/mzbench/server/_build/default/deps/hdr_histogram/c_src/hdr_histogram.c:15:18: fatal error: zlib.h: No such file or directory | |
| compilation terminated. | |
| Makefile:62: recipe for target '/root/mzbench/server/_build/default/deps/hdr_histogram/c_src/hdr_histogram.o' failed | |
| make[1]: *** [/root/mzbench/server/_build/default/deps/hdr_histogram/c_src/hdr_histogram.o] Error 1 | |
| make[1]: Leaving directory '/root/mzbench/server/_build/default/deps/hdr_histogram/c_src' | |
| ===> Hook for compile failed! | |
| Makefile:81: recipe for target '.make/compilation-up-to-date' failed | |
| make: *** [.make/compilation-up-to-date] Error 1 | |
| make: Leaving directory '/root/mzbench/server' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment