Created
April 11, 2016 07:02
-
-
Save dochang/cfe6b5e49e620615a939ca0b76f6164d to your computer and use it in GitHub Desktop.
lnav on x86_64-linux-gnu - Homebrew build logs
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
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Linuxbrew/linuxbrew.git | |
HEAD: c86c7f12e65ff6b3afb850a88a6901ed15f8669e | |
Last commit: 4 days ago | |
HOMEBREW_PREFIX: /home/doc/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/doc/.linuxbrew | |
HOMEBREW_CELLAR: /home/doc/.linuxbrew/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com | |
CPU: quad-core 64-bit ivybridge | |
Kernel: Linux 4.4.0-1-amd64 x86_64 GNU/Linux | |
OS: Debian GNU/Linux unstable (sid) | |
Codename: sid | |
OS glibc: 2.22 | |
OS gcc: 5.3.1 | |
Linuxbrew glibc: N/A | |
Linuxbrew gcc: N/A | |
Clang: 3.6 build 0 | |
X11: 2.7.8 => /usr | |
System Ruby: 2.3.0 => /usr/bin/ruby2.3 | |
Perl: /usr/bin/perl | |
Python: /home/doc/.anyenv/envs/pyenv/shims/python => /home/doc/.anyenv/envs/pyenv/versions/2.7.11/bin/python2.7 | |
Ruby: /usr/bin/ruby => /usr/bin/ruby2.3 | |
Java: openjdk version "1.8.0_77-Debian" |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/home/doc/.anyenv/envs/pyenv/shims/python2-config | |
/home/doc/.anyenv/envs/pyenv/shims/python3.5m-config | |
/home/doc/.anyenv/envs/pyenv/shims/python-config | |
/home/doc/.anyenv/envs/pyenv/shims/python2.7-config | |
/home/doc/.anyenv/envs/pyenv/shims/python3.5-config | |
/home/doc/.anyenv/envs/pyenv/shims/python3-config | |
Warning: Your Homebrew is outdated. | |
You haven't updated for at least 24 hours. This is a long time in brewland! | |
To update Homebrew, run `brew update`. |
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
2016-04-11 15:00:55 +0800 | |
./configure | |
--disable-dependency-tracking | |
--prefix=/home/doc/.linuxbrew/Cellar/lnav/0.8.0 | |
--with-readline=/home/doc/.linuxbrew/opt/readline | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/clang++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/clang++... none | |
checking gprof(4) profiling support... no | |
checking for ranlib... ranlib | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for bzip2... /home/doc/.linuxbrew/bin/bzip2 | |
checking for re2c... no | |
checking for gcc... /usr/bin/clang | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking whether /usr/bin/clang understands -c and -o together... yes | |
checking dependency style of /usr/bin/clang... none | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -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 size of off_t... 8 | |
checking size of size_t... 8 | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... no | |
checking whether tzname is declared... yes | |
checking for tzname... yes | |
checking for library containing openpty... -lutil | |
checking for library containing gzseek... -lz | |
checking for library containing BZ2_bzopen... -lbz2 | |
checking for library containing dlopen... -ldl | |
checking for library containing backtrace... none required | |
checking for gawk... (cached) gawk | |
checking for curl-config... /home/doc/.linuxbrew/bin/curl-config | |
checking for the version of libcurl... 7.48.0 | |
checking for libcurl >= version 7.23.0... yes | |
checking whether libcurl is usable... yes | |
checking for curl_free... yes | |
configure: Trying to link with tinfo | |
checking for library containing cur_term... -ltinfo | |
configure: Linking with tinfo | |
checking for library containing Gpm_Open... no | |
configure: WARNING: libgpm not found. If build fails later consider installing gpm dev package | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking pty.h usability... yes | |
checking pty.h presence... yes | |
checking for pty.h... yes | |
checking util.h usability... no | |
checking util.h presence... no | |
checking for util.h... no | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking bzlib.h usability... yes | |
checking bzlib.h presence... yes | |
checking for bzlib.h... yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking sys/ttydefaults.h usability... yes | |
checking sys/ttydefaults.h presence... yes | |
checking for sys/ttydefaults.h... yes | |
configure: compiling with the included version of yajl | |
checking for NcursesW wide-character library... yes | |
checking for working ncursesw/curses.h... yes | |
checking for working ncursesw.h... no | |
checking for working ncurses.h... yes | |
checking lib pcre... (testing) | |
checking for pcre_study in -lpcre... yes | |
checking libpcrecpp... yes | |
checking pcre.h usability... yes | |
checking pcre.h presence... yes | |
checking for pcre.h... yes | |
checking pcre/pcre.h usability... no | |
checking pcre/pcre.h presence... no | |
checking for pcre/pcre.h... no | |
checking lib pcre... -lpcre -lpcrecpp | |
checking lib readline... checking for library containing readline... -lreadline | |
checking for library containing history_set_history_state... none required | |
checking readline.h usability... no | |
checking readline.h presence... no | |
checking for readline.h... no | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking for library containing sqlite3_open... -lsqlite3 | |
checking sqlite3.h usability... yes | |
checking sqlite3.h presence... yes | |
checking for sqlite3.h... yes | |
checking for SQLite3 library >= 3.6.0... yes | |
checking for sqlite3_stmt_readonly... yes | |
configure: Checking for libgpm dependency | |
checking for mousemask in -lncursesw... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating TESTS_ENVIRONMENT | |
config.status: creating src/Makefile | |
config.status: creating test/Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands |
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
2016-04-11 15:01:00 +0800 | |
make | |
install | |
Making install in src | |
make[1]: Entering directory '/tmp/lnav20160411-17474-j927xf/lnav-0.8.0/src' | |
CXX ansi_scrubber.o | |
CXX bookmarks.o | |
CXX collation-functions.o | |
CXX command_executor.o | |
CXX curl_looper.o | |
CXX db_sub_source.o | |
CXX environ_vtab.o | |
CC extension-functions.o | |
CXX field_overlay_source.o | |
CXX fs-extension-functions.o | |
CXX grep_proc.o | |
CXX hist_source.o | |
CXX hotkeys.o | |
CXX intern_string.o | |
CXX json-extension-functions.o | |
CXX json_op.o | |
CXX json_ptr.o | |
CXX line_buffer.o | |
CXX listview_curses.o | |
CXX lnav_commands.o | |
CXX lnav_config.o | |
CXX lnav_log.o | |
CXX lnav_util.o | |
CXX log_accel.o | |
CXX log_format.o | |
CXX log_format_loader.o | |
CXX logfile.o | |
CXX logfile_sub_source.o | |
CXX network-extension-functions.o | |
CXX data_scanner.o | |
CXX data_scanner_re.o | |
CXX data_parser.o | |
CXX papertrail_proc.o | |
CXX pretty_printer.o | |
CXX ptimec_rt.o | |
CXX readline_callbacks.o | |
CXX readline_curses.o | |
CXX readline_highlighters.o | |
CXX readline_possibilities.o | |
CXX relative_time.o | |
CXX session_data.o | |
CXX sequence_matcher.o | |
CXX shared_buffer.o | |
CC sqlite-extension-func.o | |
CXX statusview_curses.o | |
CXX string-extension-functions.o | |
CXX timer.o | |
CXX pcrepp.o | |
CXX piper_proc.o | |
CXX sql_util.o | |
CXX state-extension-functions.o | |
CC strnatcmp.o | |
CXX sysclip.o | |
CXX textview_curses.o | |
CXX time-extension-functions.o | |
CXX ptimec.o | |
CXX view_curses.o | |
CXX views_vtab.o | |
CXX vt52_curses.o | |
CXX log_vtab_impl.o | |
CXX xterm_mouse.o | |
CXX yajlpp.o | |
CXX lnav.o | |
CC bin2c.o | |
CC test_override.o | |
CXXLD ptimec | |
CXX spookyhash/SpookyV2.o | |
CC yajl/yajl.o | |
CC yajl/yajl_alloc.o | |
CC yajl/yajl_buf.o | |
CC yajl/yajl_encode.o | |
CC yajl/yajl_gen.o | |
CC yajl/yajl_lex.o | |
CC yajl/yajl_parser.o | |
CC yajl/yajl_tree.o | |
CC yajl/yajl_version.o | |
CCLD bin2c | |
TIMEFMT time_fmts.cc | |
BIN2C dump-pid-sh.c | |
BIN2C help.c | |
BIN2C init-sql.c | |
BIN2C default-log-formats-json.c | |
CXX time_fmts.o | |
CC dump-pid-sh.o | |
CC help.o | |
CC init-sql.o | |
CC default-log-formats-json.o | |
AR libdiag.a | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
CXXLD lnav | |
CXXLD lnav-test | |
/home/doc/.linuxbrew/Cellar/curl/7.48.0/lib/libcurl.a(libcurl_la-openssl.o): In function `ossl_connect_common': | |
openssl.c:(.text+0xde0): undefined reference to `SSLv3_client_method' | |
/home/doc/.linuxbrew/Cellar/curl/7.48.0/lib/libcurl.a(libcurl_la-openssl.o): In function `ossl_connect_common': | |
openssl.c:(.text+0xde0): undefined reference to `SSLv3_client_method' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
Makefile:745: recipe for target 'lnav' failed | |
make[1]: *** [lnav] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
Makefile:749: recipe for target 'lnav-test' failed | |
make[1]: *** [lnav-test] Error 1 | |
make[1]: Leaving directory '/tmp/lnav20160411-17474-j927xf/lnav-0.8.0/src' | |
Makefile:463: recipe for target 'install-recursive' failed | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Linuxbrew/linuxbrew.git | |
HEAD: c86c7f12e65ff6b3afb850a88a6901ed15f8669e | |
Last commit: 4 days ago | |
HOMEBREW_PREFIX: /home/doc/.linuxbrew | |
HOMEBREW_REPOSITORY: /home/doc/.linuxbrew | |
HOMEBREW_CELLAR: /home/doc/.linuxbrew/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com | |
CPU: quad-core 64-bit ivybridge | |
Kernel: Linux 4.4.0-1-amd64 x86_64 GNU/Linux | |
OS: Debian GNU/Linux unstable (sid) | |
Codename: sid | |
OS glibc: 2.22 | |
OS gcc: 5.3.1 | |
Linuxbrew glibc: N/A | |
Linuxbrew gcc: N/A | |
Clang: 3.6 build 0 | |
X11: 2.7.8 => /usr | |
System Ruby: 2.3.0 => /usr/bin/ruby2.3 | |
Perl: /usr/bin/perl | |
Python: /home/doc/.anyenv/envs/pyenv/shims/python => /home/doc/.anyenv/envs/pyenv/versions/2.7.11/bin/python2.7 | |
Ruby: /usr/bin/ruby => /usr/bin/ruby2.3 | |
Java: openjdk version "1.8.0_77-Debian" | |
CC: /usr/bin/clang => /usr/lib/llvm-3.6/bin/clang | |
CXX: /usr/bin/clang++ => /usr/lib/llvm-3.6/bin/clang | |
OBJC: /usr/bin/clang | |
OBJCXX: /usr/bin/clang++ | |
CFLAGS: -Os -w -pipe -march=core2 | |
CXXFLAGS: -Os -w -pipe -march=core2 | |
CPPFLAGS: -isystem/home/doc/.linuxbrew/include | |
LDFLAGS: -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /home/doc/.linuxbrew | |
PKG_CONFIG_LIBDIR: /home/doc/.linuxbrew/lib/pkgconfig | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/shims:/home/doc/.anyenv/envs/pyenv/libexec:/home/doc/.anyenv/envs/pyenv/plugins/python-build/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenv/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-version-ext/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-update/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-register/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-pip-migrate/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-installer/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-doctor/bin:/home/doc/.composer/vendor/bin:/opt/gradle/bin:/home/doc/opt/groovy/bin:/home/doc/opt/scala/bin:/home/doc/go/bin:/home/doc/.cabal/bin:/home/doc/.cask/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/shims:/home/doc/.anyenv/envs/pyenv/libexec:/home/doc/.anyenv/envs/pyenv/plugins/python-build/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenv/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-version-ext/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-update/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-register/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-pip-migrate/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-installer/bin:/home/doc/.anyenv/envs/pyenv/plugins/pyenv-doctor/bin:/home/doc/.anyenv/envs/rbenv/shims:/home/doc/.anyenv/envs/rbenv/bin:/home/doc/.anyenv/envs/pyenv/shims:/home/doc/.anyenv/envs/pyenv/bin:/home/doc/.anyenv/envs/ndenv/shims:/home/doc/.anyenv/envs/ndenv/bin:/home/doc/.anyenv/envs/goenv/shims:/home/doc/.anyenv/envs/goenv/bin:/home/doc/.anyenv/bin:/home/doc/.nix-profile/bin:/home/doc/.nix-profile/sbin:/home/doc/.linuxbrew/bin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/home/doc/local/bin:/home/doc/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/home/doc/bin:/home/doc/.linuxbrew/Library/ENV/scm | |
CPATH: /home/doc/.linuxbrew/include | |
LD_LIBRARY_PATH: /home/doc/.linuxbrew/Cellar/lnav/0.8.0/lib:/home/doc/.linuxbrew/Cellar/lnav/0.8.0 | |
LD_RUN_PATH: /home/doc/.linuxbrew/lib | |
LIBRARY_PATH: /home/doc/.linuxbrew/lib |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by lnav configure 0.8.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/home/doc/.linuxbrew/Cellar/lnav/0.8.0 --with-readline=/home/doc/.linuxbrew/opt/readline | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = master | |
uname -m = x86_64 | |
uname -r = 4.4.0-1-amd64 | |
uname -s = Linux | |
uname -v = #1 SMP Debian 4.4.6-1 (2016-03-17) | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/shims | |
PATH: /home/doc/.anyenv/envs/pyenv/libexec | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/python-build/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenv/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-version-ext/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-update/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-register/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-pip-migrate/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-installer/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-doctor/bin | |
PATH: /home/doc/.composer/vendor/bin | |
PATH: /opt/gradle/bin | |
PATH: /home/doc/opt/groovy/bin | |
PATH: /home/doc/opt/scala/bin | |
PATH: /home/doc/go/bin | |
PATH: /home/doc/.cabal/bin | |
PATH: /home/doc/.cask/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/shims | |
PATH: /home/doc/.anyenv/envs/pyenv/libexec | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/python-build/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenvwrapper/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-virtualenv/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-version-ext/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-update/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-register/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-pip-migrate/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-installer/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/plugins/pyenv-doctor/bin | |
PATH: /home/doc/.anyenv/envs/rbenv/shims | |
PATH: /home/doc/.anyenv/envs/rbenv/bin | |
PATH: /home/doc/.anyenv/envs/pyenv/shims | |
PATH: /home/doc/.anyenv/envs/pyenv/bin | |
PATH: /home/doc/.anyenv/envs/ndenv/shims | |
PATH: /home/doc/.anyenv/envs/ndenv/bin | |
PATH: /home/doc/.anyenv/envs/goenv/shims | |
PATH: /home/doc/.anyenv/envs/goenv/bin | |
PATH: /home/doc/.anyenv/bin | |
PATH: /home/doc/.nix-profile/bin | |
PATH: /home/doc/.nix-profile/sbin | |
PATH: /home/doc/.linuxbrew/bin | |
PATH: /opt/android-sdk/platform-tools | |
PATH: /opt/android-sdk/tools | |
PATH: /home/doc/local/bin | |
PATH: /home/doc/.local/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/sbin | |
PATH: /usr/bin | |
PATH: /sbin | |
PATH: /bin | |
PATH: /usr/local/games | |
PATH: /usr/games | |
PATH: /home/doc/bin | |
PATH: /home/doc/.linuxbrew/Library/ENV/scm | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2647: checking for a BSD-compatible install | |
configure:2715: result: /usr/bin/install -c | |
configure:2726: checking whether build environment is sane | |
configure:2781: result: yes | |
configure:2932: checking for a thread-safe mkdir -p | |
configure:2971: result: /bin/mkdir -p | |
configure:2978: checking for gawk | |
configure:2994: found /usr/bin/gawk | |
configure:3005: result: gawk | |
configure:3016: checking whether make sets $(MAKE) | |
configure:3038: result: yes | |
configure:3067: checking whether make supports nested variables | |
configure:3084: result: yes | |
configure:3221: checking whether make supports nested variables | |
configure:3238: result: yes | |
configure:3256: checking build system type | |
configure:3270: result: x86_64-unknown-linux-gnu | |
configure:3290: checking host system type | |
configure:3303: result: x86_64-unknown-linux-gnu | |
configure:3463: checking for C++ compiler version | |
configure:3472: /usr/bin/clang++ --version >&5 | |
Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2) | |
Target: x86_64-pc-linux-gnu | |
Thread model: posix | |
configure:3483: $? = 0 | |
configure:3472: /usr/bin/clang++ -v >&5 | |
Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2) | |
Target: x86_64-pc-linux-gnu | |
Thread model: posix | |
Found candidate GCC installation: /usr/bin/../lib/gcc/i586-linux-gnu/5.3.1 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8.5 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9.3 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/5.3.1 | |
Found candidate GCC installation: /usr/lib/gcc/i586-linux-gnu/5.3.1 | |
... rest of stderr output deleted ... | |
configure:3483: $? = 0 | |
configure:3472: /usr/bin/clang++ -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3483: $? = 1 | |
configure:3472: /usr/bin/clang++ -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
clang: error: no input files | |
configure:3483: $? = 1 | |
configure:3503: checking whether the C++ compiler works | |
configure:3525: /usr/bin/clang++ -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.cpp >&5 | |
configure:3529: $? = 0 | |
configure:3577: result: yes | |
configure:3580: checking for C++ compiler default output file name | |
configure:3582: result: a.out | |
configure:3588: checking for suffix of executables | |
configure:3595: /usr/bin/clang++ -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.cpp >&5 | |
configure:3599: $? = 0 | |
configure:3621: result: | |
configure:3643: checking whether we are cross compiling | |
configure:3651: /usr/bin/clang++ -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.cpp >&5 | |
configure:3655: $? = 0 | |
configure:3662: ./conftest | |
configure:3666: $? = 0 | |
configure:3681: result: no | |
configure:3686: checking for suffix of object files | |
configure:3708: /usr/bin/clang++ -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include conftest.cpp >&5 | |
configure:3712: $? = 0 | |
configure:3733: result: o | |
configure:3737: checking whether we are using the GNU C++ compiler | |
configure:3756: /usr/bin/clang++ -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include conftest.cpp >&5 | |
configure:3756: $? = 0 | |
configure:3765: result: yes | |
configure:3774: checking whether /usr/bin/clang++ accepts -g | |
configure:3794: /usr/bin/clang++ -c -g -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include conftest.cpp >&5 | |
configure:3794: $? = 0 | |
configure:3835: result: yes | |
configure:3869: checking for style of include used by make | |
configure:3897: result: GNU | |
configure:3923: checking dependency style of /usr/bin/clang++ | |
configure:4034: result: none | |
configure:4063: checking gprof(4) profiling support | |
configure:4074: result: no | |
configure:4123: checking for ranlib | |
configure:4139: found /usr/bin/ranlib | |
configure:4150: result: ranlib | |
configure:4172: checking whether ln -s works | |
configure:4176: result: yes | |
configure:4183: checking whether make sets $(MAKE) | |
configure:4205: result: yes | |
configure:4217: checking for bzip2 | |
configure:4235: found /home/doc/.linuxbrew/bin/bzip2 | |
configure:4247: result: /home/doc/.linuxbrew/bin/bzip2 | |
configure:4257: checking for re2c | |
configure:4290: result: no | |
configure:4352: checking for gcc | |
configure:4379: result: /usr/bin/clang | |
configure:4608: checking for C compiler version | |
configure:4617: /usr/bin/clang --version >&5 | |
Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2) | |
Target: x86_64-pc-linux-gnu | |
Thread model: posix | |
configure:4628: $? = 0 | |
configure:4617: /usr/bin/clang -v >&5 | |
Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2) | |
Target: x86_64-pc-linux-gnu | |
Thread model: posix | |
Found candidate GCC installation: /usr/bin/../lib/gcc/i586-linux-gnu/5.3.1 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8.5 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9.3 | |
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/5.3.1 | |
Found candidate GCC installation: /usr/lib/gcc/i586-linux-gnu/5.3.1 | |
... rest of stderr output deleted ... | |
configure:4628: $? = 0 | |
configure:4617: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:4628: $? = 1 | |
configure:4617: /usr/bin/clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
clang: error: no input files | |
configure:4628: $? = 1 | |
configure:4632: checking whether we are using the GNU C compiler | |
configure:4651: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:4651: $? = 0 | |
configure:4660: result: yes | |
configure:4669: checking whether /usr/bin/clang accepts -g | |
configure:4689: /usr/bin/clang -c -g -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:4689: $? = 0 | |
configure:4730: result: yes | |
configure:4747: checking for /usr/bin/clang option to accept ISO C89 | |
configure:4810: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:4810: $? = 0 | |
configure:4823: result: none needed | |
configure:4848: checking whether /usr/bin/clang understands -c and -o together | |
configure:4870: /usr/bin/clang -c conftest.c -o conftest2.o | |
configure:4873: $? = 0 | |
configure:4870: /usr/bin/clang -c conftest.c -o conftest2.o | |
configure:4873: $? = 0 | |
configure:4885: result: yes | |
configure:4904: checking dependency style of /usr/bin/clang | |
configure:5015: result: none | |
configure:5036: checking how to run the C preprocessor | |
configure:5067: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:5067: $? = 0 | |
configure:5081: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5081: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5106: result: /usr/bin/clang -E | |
configure:5126: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:5126: $? = 0 | |
configure:5140: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5140: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5169: checking for grep that handles long lines and -e | |
configure:5227: result: /bin/grep | |
configure:5232: checking for egrep | |
configure:5294: result: /bin/grep -E | |
configure:5299: checking for ANSI C header files | |
configure:5319: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5319: $? = 0 | |
configure:5392: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c >&5 | |
configure:5392: $? = 0 | |
configure:5392: ./conftest | |
configure:5392: $? = 0 | |
configure:5403: result: yes | |
configure:5416: checking for sys/types.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for sys/stat.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for stdlib.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for string.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for memory.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for strings.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for inttypes.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for stdint.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5416: checking for unistd.h | |
configure:5416: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5416: $? = 0 | |
configure:5416: result: yes | |
configure:5432: checking size of off_t | |
configure:5437: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c >&5 | |
configure:5437: $? = 0 | |
configure:5437: ./conftest | |
configure:5437: $? = 0 | |
configure:5451: result: 8 | |
configure:5465: checking size of size_t | |
configure:5470: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c >&5 | |
configure:5470: $? = 0 | |
configure:5470: ./conftest | |
configure:5470: $? = 0 | |
configure:5484: result: 8 | |
configure:5495: checking whether struct tm is in sys/time.h or time.h | |
configure:5515: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5515: $? = 0 | |
configure:5522: result: time.h | |
configure:5530: checking for struct tm.tm_zone | |
configure:5530: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
conftest.c:31:13: error: no member named 'tm_zone' in 'struct tm' | |
if (ac_aggr.tm_zone) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:5530: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <time.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct tm ac_aggr; | |
| if (ac_aggr.tm_zone) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:5530: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
conftest.c:31:20: error: no member named 'tm_zone' in 'struct tm' | |
if (sizeof ac_aggr.tm_zone) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:5530: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <time.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct tm ac_aggr; | |
| if (sizeof ac_aggr.tm_zone) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:5530: result: no | |
configure:5548: checking whether tzname is declared | |
configure:5548: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:5548: $? = 0 | |
configure:5548: result: yes | |
configure:5560: checking for tzname | |
configure:5580: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c >&5 | |
configure:5580: $? = 0 | |
configure:5588: result: yes | |
configure:5604: checking for library containing openpty | |
configure:5635: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c >&5 | |
/tmp/conftest-6ca6ac.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `openpty' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5635: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char openpty (); | |
| int | |
| main () | |
| { | |
| return openpty (); | |
| ; | |
| return 0; | |
| } | |
configure:5635: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lutil >&5 | |
configure:5635: $? = 0 | |
configure:5652: result: -lutil | |
configure:5660: checking for library containing gzseek | |
configure:5691: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lutil >&5 | |
/tmp/conftest-d14e54.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `gzseek' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5691: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char gzseek (); | |
| int | |
| main () | |
| { | |
| return gzseek (); | |
| ; | |
| return 0; | |
| } | |
configure:5691: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lz -lutil >&5 | |
configure:5691: $? = 0 | |
configure:5708: result: -lz | |
configure:5718: checking for library containing BZ2_bzopen | |
configure:5749: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lz -lutil >&5 | |
/tmp/conftest-5e3fba.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `BZ2_bzopen' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5749: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char BZ2_bzopen (); | |
| int | |
| main () | |
| { | |
| return BZ2_bzopen (); | |
| ; | |
| return 0; | |
| } | |
configure:5749: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lbz2 -lz -lutil >&5 | |
configure:5749: $? = 0 | |
configure:5766: result: -lbz2 | |
configure:5777: checking for library containing dlopen | |
configure:5808: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lbz2 -lz -lutil >&5 | |
/tmp/conftest-9ecc32.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `dlopen' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5808: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char dlopen (); | |
| int | |
| main () | |
| { | |
| return dlopen (); | |
| ; | |
| return 0; | |
| } | |
configure:5808: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ldl -lbz2 -lz -lutil >&5 | |
configure:5808: $? = 0 | |
configure:5825: result: -ldl | |
configure:5833: checking for library containing backtrace | |
configure:5864: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ldl -lbz2 -lz -lutil >&5 | |
configure:5864: $? = 0 | |
configure:5881: result: none required | |
configure:5928: checking for gawk | |
configure:5955: result: gawk | |
configure:6017: checking for curl-config | |
configure:6035: found /home/doc/.linuxbrew/bin/curl-config | |
configure:6047: result: /home/doc/.linuxbrew/bin/curl-config | |
configure:6058: checking for the version of libcurl | |
configure:6065: result: 7.48.0 | |
configure:6072: checking for libcurl >= version 7.23.0 | |
configure:6085: result: yes | |
configure:6142: checking whether libcurl is usable | |
configure:6176: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -I/home/doc/.linuxbrew/Cellar/curl/7.48.0/include -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c /home/doc/.linuxbrew/Cellar/curl/7.48.0/lib/libcurl.a -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/home/doc/.linuxbrew/Cellar/openssl/1.0.2g/lib -lssl -lcrypto -lssl -lcrypto -lz -ldl -lbz2 -lz -lutil >&5 | |
configure:6176: $? = 0 | |
configure:6190: result: yes | |
configure:6203: checking for curl_free | |
configure:6203: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/Cellar/curl/7.48.0/include -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ldl -lbz2 -lz -lutil /home/doc/.linuxbrew/Cellar/curl/7.48.0/lib/libcurl.a -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/home/doc/.linuxbrew/Cellar/openssl/1.0.2g/lib -lssl -lcrypto -lssl -lcrypto -lz >&5 | |
configure:6203: $? = 0 | |
configure:6203: result: yes | |
configure:6301: Trying to link with tinfo | |
configure:6303: checking for library containing cur_term | |
configure:6334: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ldl -lbz2 -lz -lutil >&5 | |
/tmp/conftest-94f958.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `cur_term' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6334: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char cur_term (); | |
| int | |
| main () | |
| { | |
| return cur_term (); | |
| ; | |
| return 0; | |
| } | |
configure:6334: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:6334: $? = 0 | |
configure:6351: result: -ltinfo | |
configure:6356: Linking with tinfo | |
configure:6375: checking for library containing Gpm_Open | |
configure:6406: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
/tmp/conftest-72d03b.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `Gpm_Open' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6406: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char Gpm_Open (); | |
| int | |
| main () | |
| { | |
| return Gpm_Open (); | |
| ; | |
| return 0; | |
| } | |
configure:6406: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lgpm -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
/usr/bin/ld: cannot find -lgpm | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6406: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char Gpm_Open (); | |
| int | |
| main () | |
| { | |
| return Gpm_Open (); | |
| ; | |
| return 0; | |
| } | |
configure:6423: result: no | |
configure:6430: WARNING: libgpm not found. If build fails later consider installing gpm dev package | |
configure:6441: checking execinfo.h usability | |
configure:6441: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking execinfo.h presence | |
configure:6441: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking for execinfo.h | |
configure:6441: result: yes | |
configure:6441: checking pty.h usability | |
configure:6441: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking pty.h presence | |
configure:6441: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking for pty.h | |
configure:6441: result: yes | |
configure:6441: checking util.h usability | |
configure:6441: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
conftest.c:86:10: fatal error: 'util.h' file not found | |
#include <util.h> | |
^ | |
1 error generated. | |
configure:6441: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <util.h> | |
configure:6441: result: no | |
configure:6441: checking util.h presence | |
configure:6441: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
conftest.c:53:10: fatal error: 'util.h' file not found | |
#include <util.h> | |
^ | |
1 error generated. | |
configure:6441: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| /* end confdefs.h. */ | |
| #include <util.h> | |
configure:6441: result: no | |
configure:6441: checking for util.h | |
configure:6441: result: no | |
configure:6441: checking zlib.h usability | |
configure:6441: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking zlib.h presence | |
configure:6441: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking for zlib.h | |
configure:6441: result: yes | |
configure:6441: checking bzlib.h usability | |
configure:6441: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking bzlib.h presence | |
configure:6441: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking for bzlib.h | |
configure:6441: result: yes | |
configure:6441: checking libutil.h usability | |
configure:6441: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
conftest.c:88:10: fatal error: 'libutil.h' file not found | |
#include <libutil.h> | |
^ | |
1 error generated. | |
configure:6441: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libutil.h> | |
configure:6441: result: no | |
configure:6441: checking libutil.h presence | |
configure:6441: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
conftest.c:55:10: fatal error: 'libutil.h' file not found | |
#include <libutil.h> | |
^ | |
1 error generated. | |
configure:6441: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| /* end confdefs.h. */ | |
| #include <libutil.h> | |
configure:6441: result: no | |
configure:6441: checking for libutil.h | |
configure:6441: result: no | |
configure:6441: checking sys/ttydefaults.h usability | |
configure:6441: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking sys/ttydefaults.h presence | |
configure:6441: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:6441: $? = 0 | |
configure:6441: result: yes | |
configure:6441: checking for sys/ttydefaults.h | |
configure:6441: result: yes | |
configure:6901: compiling with the included version of yajl | |
configure:6954: checking for NcursesW wide-character library | |
configure:6978: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ltinfo -ldl -lbz2 -lz -lutil -lncursesw >&5 | |
configure:6978: $? = 0 | |
configure:6987: result: yes | |
configure:7007: checking for working ncursesw/curses.h | |
configure:7040: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ltinfo -ldl -lbz2 -lz -lutil -lncursesw >&5 | |
configure:7040: $? = 0 | |
configure:7049: result: yes | |
configure:7071: checking for working ncursesw.h | |
configure:7104: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ltinfo -ldl -lbz2 -lz -lutil -lncursesw >&5 | |
conftest.c:64:34: fatal error: 'ncursesw.h' file not found | |
#include <ncursesw.h> | |
^ | |
1 error generated. | |
configure:7104: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| #define HAVE_SYS_TTYDEFAULTS_H 1 | |
| #define HAVE_NCURSESW 1 | |
| #define HAVE_CURSES 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSESW_CURSES_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #define _XOPEN_SOURCE_EXTENDED 1 | |
| #include <ncursesw.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| chtype a = A_BOLD; | |
| int b = KEY_LEFT; | |
| chtype c = COLOR_PAIR(1) & A_COLOR; | |
| attr_t d = WA_NORMAL; | |
| cchar_t e; | |
| wint_t f; | |
| int g = getattrs(stdscr); | |
| int h = getcurx(stdscr) + getmaxx(stdscr); | |
| initscr(); | |
| init_pair(1, COLOR_WHITE, COLOR_RED); | |
| wattr_set(stdscr, d, 0, NULL); | |
| wget_wch(stdscr, &f); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7113: result: no | |
configure:7135: checking for working ncurses.h | |
configure:7168: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -ltinfo -ldl -lbz2 -lz -lutil -lncursesw >&5 | |
configure:7168: $? = 0 | |
configure:7177: result: yes | |
configure:7685: checking lib pcre | |
configure:7700: result: (testing) | |
configure:7702: checking for pcre_study in -lpcre | |
configure:7727: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:7727: $? = 0 | |
configure:7736: result: yes | |
configure:7749: checking libpcrecpp | |
configure:7773: /usr/bin/clang++ -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.cpp -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:7773: $? = 0 | |
configure:7774: result: yes | |
configure:7795: checking pcre.h usability | |
configure:7795: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:7795: $? = 0 | |
configure:7795: result: yes | |
configure:7795: checking pcre.h presence | |
configure:7795: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:7795: $? = 0 | |
configure:7795: result: yes | |
configure:7795: checking for pcre.h | |
configure:7795: result: yes | |
configure:7795: checking pcre/pcre.h usability | |
configure:7795: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
conftest.c:101:10: fatal error: 'pcre/pcre.h' file not found | |
#include <pcre/pcre.h> | |
^ | |
1 error generated. | |
configure:7795: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| #define HAVE_SYS_TTYDEFAULTS_H 1 | |
| #define HAVE_NCURSESW 1 | |
| #define HAVE_CURSES 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSESW_CURSES_H 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_LIBPCRE 1 | |
| #define HAVE_PCRE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <pcre/pcre.h> | |
configure:7795: result: no | |
configure:7795: checking pcre/pcre.h presence | |
configure:7795: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
conftest.c:68:10: fatal error: 'pcre/pcre.h' file not found | |
#include <pcre/pcre.h> | |
^ | |
1 error generated. | |
configure:7795: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| #define HAVE_SYS_TTYDEFAULTS_H 1 | |
| #define HAVE_NCURSESW 1 | |
| #define HAVE_CURSES 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSESW_CURSES_H 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_LIBPCRE 1 | |
| #define HAVE_PCRE_H 1 | |
| /* end confdefs.h. */ | |
| #include <pcre/pcre.h> | |
configure:7795: result: no | |
configure:7795: checking for pcre/pcre.h | |
configure:7795: result: no | |
configure:7807: checking lib pcre | |
configure:7809: result: -lpcre -lpcrecpp | |
configure:7886: checking lib readline | |
configure:7955: checking for library containing readline | |
configure:7986: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -I/home/doc/.linuxbrew/opt/readline/include -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/opt/readline/include -L/home/doc/.linuxbrew/opt/readline/lib -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
/tmp/conftest-5b246e.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `readline' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7986: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| #define HAVE_SYS_TTYDEFAULTS_H 1 | |
| #define HAVE_NCURSESW 1 | |
| #define HAVE_CURSES 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSESW_CURSES_H 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_LIBPCRE 1 | |
| #define HAVE_PCRE_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char readline (); | |
| int | |
| main () | |
| { | |
| return readline (); | |
| ; | |
| return 0; | |
| } | |
configure:7986: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -I/home/doc/.linuxbrew/opt/readline/include -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/opt/readline/include -L/home/doc/.linuxbrew/opt/readline/lib -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lreadline -lncursesw -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:7986: $? = 0 | |
configure:8003: result: -lreadline | |
configure:8013: checking for library containing history_set_history_state | |
configure:8044: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -I/home/doc/.linuxbrew/opt/readline/include -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/opt/readline/include -L/home/doc/.linuxbrew/opt/readline/lib -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lreadline -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:8044: $? = 0 | |
configure:8061: result: none required | |
configure:8075: checking readline.h usability | |
configure:8075: /usr/bin/clang -c -Os -w -pipe -march=core2 -I/home/doc/.linuxbrew/opt/readline/include -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/opt/readline/include conftest.c >&5 | |
conftest.c:101:10: fatal error: 'readline.h' file not found | |
#include <readline.h> | |
^ | |
1 error generated. | |
configure:8075: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| #define HAVE_SYS_TTYDEFAULTS_H 1 | |
| #define HAVE_NCURSESW 1 | |
| #define HAVE_CURSES 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSESW_CURSES_H 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_LIBPCRE 1 | |
| #define HAVE_PCRE_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <readline.h> | |
configure:8075: result: no | |
configure:8075: checking readline.h presence | |
configure:8075: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/opt/readline/include conftest.c | |
conftest.c:68:10: fatal error: 'readline.h' file not found | |
#include <readline.h> | |
^ | |
1 error generated. | |
configure:8075: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| #define HAVE_SYS_TTYDEFAULTS_H 1 | |
| #define HAVE_NCURSESW 1 | |
| #define HAVE_CURSES 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSESW_CURSES_H 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_LIBPCRE 1 | |
| #define HAVE_PCRE_H 1 | |
| /* end confdefs.h. */ | |
| #include <readline.h> | |
configure:8075: result: no | |
configure:8075: checking for readline.h | |
configure:8075: result: no | |
configure:8075: checking readline/readline.h usability | |
configure:8075: /usr/bin/clang -c -Os -w -pipe -march=core2 -I/home/doc/.linuxbrew/opt/readline/include -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/opt/readline/include conftest.c >&5 | |
configure:8075: $? = 0 | |
configure:8075: result: yes | |
configure:8075: checking readline/readline.h presence | |
configure:8075: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -I/home/doc/.linuxbrew/opt/readline/include conftest.c | |
configure:8075: $? = 0 | |
configure:8075: result: yes | |
configure:8075: checking for readline/readline.h | |
configure:8075: result: yes | |
configure:8174: checking for library containing sqlite3_open | |
configure:8205: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
/tmp/conftest-764ca0.o: In function `main': | |
conftest.c:(.text+0x4): undefined reference to `sqlite3_open' | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:8205: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "lnav" | |
| #define PACKAGE_TARNAME "lnav" | |
| #define PACKAGE_VERSION "0.8.0" | |
| #define PACKAGE_STRING "lnav 0.8.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://lnav.org" | |
| #define PACKAGE "lnav" | |
| #define VERSION "0.8.0" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define SIZEOF_OFF_T 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define HAVE_DECL_TZNAME 1 | |
| #define HAVE_TZNAME 1 | |
| #define HAVE_LIBCURL 1 | |
| #define LIBCURL_FEATURE_SSL 1 | |
| #define LIBCURL_FEATURE_IPV6 1 | |
| #define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
| #define LIBCURL_FEATURE_LIBZ 1 | |
| #define LIBCURL_FEATURE_NTLM 1 | |
| #define LIBCURL_FEATURE_NTLM_WB 1 | |
| #define LIBCURL_FEATURE_TLS_SRP 1 | |
| #define LIBCURL_PROTOCOL_DICT 1 | |
| #define LIBCURL_PROTOCOL_FILE 1 | |
| #define LIBCURL_PROTOCOL_FTP 1 | |
| #define LIBCURL_PROTOCOL_FTPS 1 | |
| #define LIBCURL_PROTOCOL_GOPHER 1 | |
| #define LIBCURL_PROTOCOL_HTTP 1 | |
| #define LIBCURL_PROTOCOL_HTTPS 1 | |
| #define LIBCURL_PROTOCOL_IMAP 1 | |
| #define LIBCURL_PROTOCOL_IMAPS 1 | |
| #define LIBCURL_PROTOCOL_POP3 1 | |
| #define LIBCURL_PROTOCOL_POP3S 1 | |
| #define LIBCURL_PROTOCOL_RTSP 1 | |
| #define LIBCURL_PROTOCOL_SMB 1 | |
| #define LIBCURL_PROTOCOL_SMBS 1 | |
| #define LIBCURL_PROTOCOL_SMTP 1 | |
| #define LIBCURL_PROTOCOL_SMTPS 1 | |
| #define LIBCURL_PROTOCOL_TELNET 1 | |
| #define LIBCURL_PROTOCOL_TFTP 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_PTY_H 1 | |
| #define HAVE_ZLIB_H 1 | |
| #define HAVE_BZLIB_H 1 | |
| #define HAVE_SYS_TTYDEFAULTS_H 1 | |
| #define HAVE_NCURSESW 1 | |
| #define HAVE_CURSES 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSESW_CURSES_H 1 | |
| #define HAVE_CURSES_ENHANCED 1 | |
| #define HAVE_CURSES_COLOR 1 | |
| #define HAVE_CURSES_OBSOLETE 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_LIBPCRE 1 | |
| #define HAVE_PCRE_H 1 | |
| #define HAVE_READLINE_READLINE_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sqlite3_open (); | |
| int | |
| main () | |
| { | |
| return sqlite3_open (); | |
| ; | |
| return 0; | |
| } | |
configure:8205: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lsqlite3 -pthread -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:8205: $? = 0 | |
configure:8222: result: -lsqlite3 | |
configure:8235: checking sqlite3.h usability | |
configure:8235: /usr/bin/clang -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c >&5 | |
configure:8235: $? = 0 | |
configure:8235: result: yes | |
configure:8235: checking sqlite3.h presence | |
configure:8235: /usr/bin/clang -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c | |
configure:8235: $? = 0 | |
configure:8235: result: yes | |
configure:8235: checking for sqlite3.h | |
configure:8235: result: yes | |
configure:8262: checking for SQLite3 library >= 3.6.0 | |
configure:8290: /usr/bin/clang++ -c -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.cpp >&5 | |
configure:8290: $? = 0 | |
configure:8292: result: yes | |
configure:8311: checking for sqlite3_stmt_readonly | |
configure:8311: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lsqlite3 -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:8311: $? = 0 | |
configure:8311: result: yes | |
configure:8392: Checking for libgpm dependency | |
configure:8398: checking for mousemask in -lncursesw | |
configure:8423: /usr/bin/clang -o conftest -Os -w -pipe -march=core2 -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -L/tmp/lnav20160411-17474-j927xf/lnav-0.8.0/src/static-libs -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu conftest.c -lncursesw -lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5 | |
configure:8423: $? = 0 | |
configure:8433: result: yes | |
configure:8616: checking that generated files are newer than configure | |
configure:8622: result: done | |
configure:8661: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by lnav config.status 0.8.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on master | |
config.status:953: creating Makefile | |
config.status:953: creating TESTS_ENVIRONMENT | |
config.status:953: creating src/Makefile | |
config.status:953: creating test/Makefile | |
config.status:953: creating src/config.h | |
config.status:1182: executing depfiles commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-unknown-linux-gnu | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value=-isystem/home/doc/.linuxbrew/include | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CURSES_LIB_set= | |
ac_cv_env_CURSES_LIB_value= | |
ac_cv_env_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=core2' | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=/usr/bin/clang++ | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib' | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_SFTP_TEST_URL_set= | |
ac_cv_env_SFTP_TEST_URL_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_curl_free=yes | |
ac_cv_func_sqlite3_stmt_readonly=yes | |
ac_cv_have_decl_tzname=yes | |
ac_cv_header_bzlib_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libutil_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_pcre_h=yes | |
ac_cv_header_pcre_pcre_h=no | |
ac_cv_header_pty_h=yes | |
ac_cv_header_readline_h=no | |
ac_cv_header_readline_readline_h=yes | |
ac_cv_header_sqlite3_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_ttydefaults_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_util_h=no | |
ac_cv_header_zlib_h=yes | |
ac_cv_host=x86_64-unknown-linux-gnu | |
ac_cv_lib_ncursesw___mousemask=yes | |
ac_cv_lib_pcre_pcre_study=yes | |
ac_cv_member_struct_tm_tm_zone=no | |
ac_cv_objext=o | |
ac_cv_path_BZIP2_CMD=/home/doc/.linuxbrew/bin/bzip2 | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_GREP=/bin/grep | |
ac_cv_path__libcurl_config=/home/doc/.linuxbrew/bin/curl-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_mkdir=/bin/mkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='/usr/bin/clang -E' | |
ac_cv_prog_ac_ct_CC=/usr/bin/clang | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_BZ2_bzopen=-lbz2 | |
ac_cv_search_Gpm_Open=no | |
ac_cv_search_backtrace='none required' | |
ac_cv_search_cur_term=-ltinfo | |
ac_cv_search_dlopen=-ldl | |
ac_cv_search_gzseek=-lz | |
ac_cv_search_history_set_history_state='none required' | |
ac_cv_search_openpty=-lutil | |
ac_cv_search_readline=-lreadline | |
ac_cv_search_sqlite3_open=-lsqlite3 | |
ac_cv_sizeof_off_t=8 | |
ac_cv_sizeof_size_t=8 | |
ac_cv_struct_tm=time.h | |
ac_cv_var_tzname=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
ax_cv_curses=yes | |
ax_cv_curses_color=yes | |
ax_cv_curses_enhanced=yes | |
ax_cv_curses_obsolete=yes | |
ax_cv_curses_which=ncursesw | |
ax_cv_header_ncurses_h_with_ncursesw=yes | |
ax_cv_header_ncursesw_curses_h=yes | |
ax_cv_header_ncursesw_h=no | |
ax_cv_ncursesw=yes | |
libcurl_cv_lib_curl_usable=yes | |
libcurl_cv_lib_curl_version=7.48.0 | |
libcurl_cv_lib_version_ok=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /tmp/lnav20160411-17474-j927xf/lnav-0.8.0/missing aclocal-1.15' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AUTOCONF='${SHELL} /tmp/lnav20160411-17474-j927xf/lnav-0.8.0/missing autoconf' | |
AUTOHEADER='${SHELL} /tmp/lnav20160411-17474-j927xf/lnav-0.8.0/missing autoheader' | |
AUTOMAKE='${SHELL} /tmp/lnav20160411-17474-j927xf/lnav-0.8.0/missing automake-1.15' | |
AWK='gawk' | |
BZIP2_CMD='/home/doc/.linuxbrew/bin/bzip2' | |
BZIP2_SUPPORT='1' | |
CC='/usr/bin/clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-Os -w -pipe -march=core2' | |
CFLAGS_PG='' | |
CPP='/usr/bin/clang -E' | |
CPPFLAGS='-isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS' | |
CURSES_LIB='-lncursesw' | |
CXX='/usr/bin/clang++' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-Os -w -pipe -march=core2' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
EXEEXT='' | |
GREP='/bin/grep' | |
HAVE_LIBCURL_FALSE='#' | |
HAVE_LIBCURL_TRUE='' | |
HAVE_LOCAL_YAJL='0' | |
HAVE_RE2C_FALSE='' | |
HAVE_RE2C_TRUE='#' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LDFLAGS='-L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/usr/local/lib -L/usr/lib -L/usr/lib/x86_64-linux-gnu -L//lib -L//lib64 -L//lib/x86_64-linux-gnu' | |
LIBCURL='/home/doc/.linuxbrew/Cellar/curl/7.48.0/lib/libcurl.a -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -L/home/doc/.linuxbrew/Cellar/openssl/1.0.2g/lib -lssl -lcrypto -lssl -lcrypto -lz' | |
LIBCURL_CPPFLAGS='-I/home/doc/.linuxbrew/Cellar/curl/7.48.0/include' | |
LIBOBJS='' | |
LIBS='-lpcrecpp -lpcre -ltinfo -ldl -lbz2 -lz -lutil ' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /tmp/lnav20160411-17474-j927xf/lnav-0.8.0/missing makeinfo' | |
MKDIR_P='/bin/mkdir -p' | |
OBJEXT='o' | |
PACKAGE='lnav' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='lnav' | |
PACKAGE_STRING='lnav 0.8.0' | |
PACKAGE_TARNAME='lnav' | |
PACKAGE_URL='http://lnav.org' | |
PACKAGE_VERSION='0.8.0' | |
PATH_SEPARATOR=':' | |
PCRE_CFLAGS='' | |
PCRE_LIBS='-lpcre -lpcrecpp' | |
RANLIB='ranlib' | |
RE2C_CMD='' | |
READLINE_CFLAGS='-I/home/doc/.linuxbrew/opt/readline/include' | |
READLINE_LDFLAGS='-L/home/doc/.linuxbrew/opt/readline/lib' | |
READLINE_LIBS='-lreadline' | |
SET_MAKE='' | |
SFTP_TEST_URL='' | |
SHELL='/bin/bash' | |
SQLITE3_CFLAGS='' | |
SQLITE3_LDFLAGS='' | |
SQLITE3_LIBS='-lsqlite3' | |
STATIC_LDFLAGS=' -L/tmp/lnav20160411-17474-j927xf/lnav-0.8.0/src/static-libs' | |
STRIP='' | |
USE_INCLUDED_YAJL_FALSE='#' | |
USE_INCLUDED_YAJL_TRUE='' | |
VERSION='0.8.0' | |
_libcurl_config='' | |
abssrcdir='/tmp/lnav20160411-17474-j927xf/lnav-0.8.0/.' | |
ac_ct_CC='/usr/bin/clang' | |
ac_ct_CXX='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-unknown-linux-gnu' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='linux-gnu' | |
build_vendor='unknown' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-unknown-linux-gnu' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='linux-gnu' | |
host_vendor='unknown' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /tmp/lnav20160411-17474-j927xf/lnav-0.8.0/install-sh' | |
jemalloch='0' | |
libdir='//lib/x86_64-linux-gnu' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/home/doc/.linuxbrew/Cellar/lnav/0.8.0' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "lnav" | |
#define PACKAGE_TARNAME "lnav" | |
#define PACKAGE_VERSION "0.8.0" | |
#define PACKAGE_STRING "lnav 0.8.0" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "http://lnav.org" | |
#define PACKAGE "lnav" | |
#define VERSION "0.8.0" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define SIZEOF_OFF_T 8 | |
#define SIZEOF_SIZE_T 8 | |
#define HAVE_DECL_TZNAME 1 | |
#define HAVE_TZNAME 1 | |
#define HAVE_LIBCURL 1 | |
#define LIBCURL_FEATURE_SSL 1 | |
#define LIBCURL_FEATURE_IPV6 1 | |
#define LIBCURL_FEATURE_UNIXSOCKETS 1 | |
#define LIBCURL_FEATURE_LIBZ 1 | |
#define LIBCURL_FEATURE_NTLM 1 | |
#define LIBCURL_FEATURE_NTLM_WB 1 | |
#define LIBCURL_FEATURE_TLS_SRP 1 | |
#define LIBCURL_PROTOCOL_DICT 1 | |
#define LIBCURL_PROTOCOL_FILE 1 | |
#define LIBCURL_PROTOCOL_FTP 1 | |
#define LIBCURL_PROTOCOL_FTPS 1 | |
#define LIBCURL_PROTOCOL_GOPHER 1 | |
#define LIBCURL_PROTOCOL_HTTP 1 | |
#define LIBCURL_PROTOCOL_HTTPS 1 | |
#define LIBCURL_PROTOCOL_IMAP 1 | |
#define LIBCURL_PROTOCOL_IMAPS 1 | |
#define LIBCURL_PROTOCOL_POP3 1 | |
#define LIBCURL_PROTOCOL_POP3S 1 | |
#define LIBCURL_PROTOCOL_RTSP 1 | |
#define LIBCURL_PROTOCOL_SMB 1 | |
#define LIBCURL_PROTOCOL_SMBS 1 | |
#define LIBCURL_PROTOCOL_SMTP 1 | |
#define LIBCURL_PROTOCOL_SMTPS 1 | |
#define LIBCURL_PROTOCOL_TELNET 1 | |
#define LIBCURL_PROTOCOL_TFTP 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_PTY_H 1 | |
#define HAVE_ZLIB_H 1 | |
#define HAVE_BZLIB_H 1 | |
#define HAVE_SYS_TTYDEFAULTS_H 1 | |
#define HAVE_NCURSESW 1 | |
#define HAVE_CURSES 1 | |
#define HAVE_CURSES_ENHANCED 1 | |
#define HAVE_CURSES_COLOR 1 | |
#define HAVE_CURSES_OBSOLETE 1 | |
#define HAVE_NCURSESW_CURSES_H 1 | |
#define HAVE_CURSES_ENHANCED 1 | |
#define HAVE_CURSES_COLOR 1 | |
#define HAVE_CURSES_OBSOLETE 1 | |
#define HAVE_NCURSES_H 1 | |
#define HAVE_LIBPCRE 1 | |
#define HAVE_PCRE_H 1 | |
#define HAVE_READLINE_READLINE_H 1 | |
#define HAVE_SQLITE3_H 1 | |
#define HAVE_SQLITE3_STMT_READONLY /**/ | |
#define _BSD_SOURCE 1 | |
#define VCS_PACKAGE_STRING "lnav 0.8.0" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment