Skip to content

Instantly share code, notes, and snippets.

@dochang
Created April 7, 2016 09:15
Show Gist options
  • Save dochang/fe6e35aa8a2d4b693b13adb3e19b261b to your computer and use it in GitHub Desktop.
Save dochang/fe6e35aa8a2d4b693b13adb3e19b261b to your computer and use it in GitHub Desktop.
lnav on x86_64-linux-gnu - Homebrew build logs
Homebrew build logs for lnav on x86_64-linux-gnu
Build date: 2016-04-07 16:39:08
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Linuxbrew/linuxbrew.git
HEAD: c86c7f12e65ff6b3afb850a88a6901ed15f8669e
Last commit: 2 hours 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: N/A
X11: 2.7.8 => /usr
System Ruby: 2.3.0 => /usr/bin/ruby2.3
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby2.3
Java: openjdk version "1.8.0_77-Debian"
Your system is ready to brew.
2016-04-07 16:38:31 +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/g++-5 accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of /usr/bin/g++-5... 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/gcc-5
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-5 accepts -g... yes
checking for /usr/bin/gcc-5 option to accept ISO C89... none needed
checking whether /usr/bin/gcc-5 understands -c and -o together... yes
checking dependency style of /usr/bin/gcc-5... none
checking how to run the C preprocessor... /usr/bin/gcc-5 -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... no
checking whether libcurl is usable... no
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... no, (WARNING)
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
2016-04-07 16:38:35 +0800
make
install
Making install in src
make[1]: Entering directory '/tmp/lnav20160407-17465-13aangc/lnav-0.8.0/src'
CXX bookmarks.o
CXX ansi_scrubber.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
lnav.o: In function `execute_search(lnav_view_t, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
lnav.cc:(.text+0x240e): undefined reference to `pcrecpp::RE::QuoteMeta[abi:cxx11](pcrecpp::StringPiece const&)'
libdiag.a(lnav_commands.o): In function `csv_write_string(_IO_FILE*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
lnav_commands.cc:(.text+0x2da): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
lnav_commands.cc:(.text+0x35b): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(lnav_config.o): In function `install_git_format(char const*)':
lnav_config.cc:(.text+0x571): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
lnav_config.cc:(.text+0x638): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(readline_possibilities.o): In function `add_text_possibilities(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
readline_possibilities.cc:(.text+0x768): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
readline_possibilities.cc:(.text+0x78d): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(readline_possibilities.o): In function `pcrecpp::RE::RE(char const*)':
readline_possibilities.cc:(.text._ZN7pcrecpp2REC2EPKc[_ZN7pcrecpp2REC5EPKc]+0x42): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
libdiag.a(string-extension-functions.o): In function `find_re(sqlite3_context*, char const*)':
string-extension-functions.cc:(.text+0x290): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
libdiag.a(string-extension-functions.o): In function `regexp_replace(sqlite3_context*, int, Mem**)':
string-extension-functions.cc:(.text+0x445): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(sql_util.o): In function `attach_sqlite_db(sqlite3*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
sql_util.cc:(.text+0x3a3): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
sql_util.cc:(.text+0x530): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
collect2: error: ld returned 1 exit status
Makefile:745: recipe for target 'lnav' failed
make[1]: *** [lnav] Error 1
make[1]: *** Waiting for unfinished jobs....
lnav.o: In function `execute_search(lnav_view_t, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
lnav.cc:(.text+0x240e): undefined reference to `pcrecpp::RE::QuoteMeta[abi:cxx11](pcrecpp::StringPiece const&)'
libdiag.a(lnav_commands.o): In function `csv_write_string(_IO_FILE*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
lnav_commands.cc:(.text+0x2da): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
lnav_commands.cc:(.text+0x35b): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(lnav_config.o): In function `install_git_format(char const*)':
lnav_config.cc:(.text+0x571): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
lnav_config.cc:(.text+0x638): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(readline_possibilities.o): In function `add_text_possibilities(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
readline_possibilities.cc:(.text+0x768): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
readline_possibilities.cc:(.text+0x78d): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(readline_possibilities.o): In function `pcrecpp::RE::RE(char const*)':
readline_possibilities.cc:(.text._ZN7pcrecpp2REC2EPKc[_ZN7pcrecpp2REC5EPKc]+0x42): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
libdiag.a(string-extension-functions.o): In function `find_re(sqlite3_context*, char const*)':
string-extension-functions.cc:(.text+0x290): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
libdiag.a(string-extension-functions.o): In function `regexp_replace(sqlite3_context*, int, Mem**)':
string-extension-functions.cc:(.text+0x445): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
libdiag.a(sql_util.o): In function `attach_sqlite_db(sqlite3*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
sql_util.cc:(.text+0x3a3): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
sql_util.cc:(.text+0x530): undefined reference to `pcrecpp::RE::GlobalReplace(pcrecpp::StringPiece const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*) const'
collect2: error: ld returned 1 exit status
Makefile:749: recipe for target 'lnav-test' failed
make[1]: *** [lnav-test] Error 1
make[1]: Leaving directory '/tmp/lnav20160407-17465-13aangc/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: 78 minutes 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: N/A
X11: 2.7.8 => /usr
System Ruby: 2.3.0 => /usr/bin/ruby2.3
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby2.3
Java: openjdk version "1.8.0_77-Debian"
CC: /usr/bin/gcc-5
CXX: /usr/bin/g++-5
OBJC: /usr/bin/gcc-5
OBJCXX: /usr/bin/g++-5
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/.linuxbrew/bin:/home/doc/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/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 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.2-3 (2016-02-21)
/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/.linuxbrew/bin
PATH: /home/doc/go/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /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/g++-5 --version >&5
g++-5 (Debian 5.3.1-13) 5.3.1 20160323
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3483: $? = 0
configure:3472: /usr/bin/g++-5 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++-5
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-13' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.3.1 20160323 (Debian 5.3.1-13)
configure:3483: $? = 0
configure:3472: /usr/bin/g++-5 -V >&5
g++-5: error: unrecognized command line option '-V'
g++-5: fatal error: no input files
compilation terminated.
configure:3483: $? = 1
configure:3472: /usr/bin/g++-5 -qversion >&5
g++-5: error: unrecognized command line option '-qversion'
g++-5: fatal error: no input files
compilation terminated.
configure:3483: $? = 1
configure:3503: checking whether the C++ compiler works
configure:3525: /usr/bin/g++-5 -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/g++-5 -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/g++-5 -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/g++-5 -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/g++-5 -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/g++-5 accepts -g
configure:3794: /usr/bin/g++-5 -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/g++-5
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/gcc-5
configure:4608: checking for C compiler version
configure:4617: /usr/bin/gcc-5 --version >&5
gcc-5 (Debian 5.3.1-13) 5.3.1 20160323
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4628: $? = 0
configure:4617: /usr/bin/gcc-5 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-5
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-13' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.3.1 20160323 (Debian 5.3.1-13)
configure:4628: $? = 0
configure:4617: /usr/bin/gcc-5 -V >&5
gcc-5: error: unrecognized command line option '-V'
gcc-5: fatal error: no input files
compilation terminated.
configure:4628: $? = 1
configure:4617: /usr/bin/gcc-5 -qversion >&5
gcc-5: error: unrecognized command line option '-qversion'
gcc-5: fatal error: no input files
compilation terminated.
configure:4628: $? = 1
configure:4632: checking whether we are using the GNU C compiler
configure:4651: /usr/bin/gcc-5 -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/gcc-5 accepts -g
configure:4689: /usr/bin/gcc-5 -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/gcc-5 option to accept ISO C89
configure:4810: /usr/bin/gcc-5 -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/gcc-5 understands -c and -o together
configure:4870: /usr/bin/gcc-5 -c conftest.c -o conftest2.o
configure:4873: $? = 0
configure:4870: /usr/bin/gcc-5 -c conftest.c -o conftest2.o
configure:4873: $? = 0
configure:4885: result: yes
configure:4904: checking dependency style of /usr/bin/gcc-5
configure:5015: result: none
configure:5036: checking how to run the C preprocessor
configure:5067: /usr/bin/gcc-5 -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/gcc-5 -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:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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/gcc-5 -E
configure:5126: /usr/bin/gcc-5 -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/gcc-5 -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:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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: In function 'main':
conftest.c:31:12: error: 'struct tm' has no member named 'tm_zone'
if (ac_aggr.tm_zone)
^
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 "lnav@googlegroups.com"
| #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/gcc-5 -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: In function 'main':
conftest.c:31:19: error: 'struct tm' has no member named 'tm_zone'
if (sizeof ac_aggr.tm_zone)
^
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 "lnav@googlegroups.com"
| #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/gcc-5 -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/gcc-5 -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/gcc-5 -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/ccSTxAJn.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `openpty'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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/gcc-5 -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/gcc-5 -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/cc4RAEBq.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `gzseek'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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/gcc-5 -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/gcc-5 -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/ccGMZm0y.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `BZ2_bzopen'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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/gcc-5 -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/gcc-5 -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/ccWZNhqC.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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/gcc-5 -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/gcc-5 -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:6050: result: no
configure:6142: checking whether libcurl is usable
configure:6176: /usr/bin/gcc-5 -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 -lcurl -ldl -lbz2 -lz -lutil >&5
conftest.c:25:23: fatal error: curl/curl.h: No such file or directory
compilation terminated.
configure:6176: $? = 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 "lnav@googlegroups.com"
| #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. */
| #include <curl/curl.h>
| int
| main ()
| {
|
| /* Try and use a few common options to force a failure if we are
| missing symbols or can't link. */
| int x;
| curl_easy_setopt(NULL,CURLOPT_URL,NULL);
| x=CURL_ERROR_SIZE;
| x=CURLOPT_WRITEFUNCTION;
| x=CURLOPT_WRITEDATA;
| x=CURLOPT_ERRORBUFFER;
| x=CURLOPT_STDERR;
| x=CURLOPT_VERBOSE;
| if (x) ;
|
| ;
| return 0;
| }
configure:6190: result: no
configure:6301: Trying to link with tinfo
configure:6303: checking for library containing cur_term
configure:6334: /usr/bin/gcc-5 -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/ccXBquDS.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `cur_term'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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 cur_term ();
| int
| main ()
| {
| return cur_term ();
| ;
| return 0;
| }
configure:6334: /usr/bin/gcc-5 -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/gcc-5 -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/cc7LQFHW.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `Gpm_Open'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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 Gpm_Open ();
| int
| main ()
| {
| return Gpm_Open ();
| ;
| return 0;
| }
configure:6406: /usr/bin/gcc-5 -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
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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 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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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:60:18: fatal error: util.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c
conftest.c:27:18: fatal error: util.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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:62:21: fatal error: libutil.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c
conftest.c:29:21: fatal error: libutil.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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/gcc-5 -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:38:46: fatal error: ncursesw.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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/gcc-5 -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/g++-5 -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
/tmp/ccpap63t.o: In function `main':
conftest.cpp:(.text.startup+0x6d): undefined reference to `pcrecpp::RE::Init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, pcrecpp::RE_Options const*)'
collect2: error: ld returned 1 exit status
configure:7773: $? = 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 "lnav@googlegroups.com"
| #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_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
| /* end confdefs.h. */
|
| #include <pcrecpp.h>
| int
| main ()
| {
|
| pcrecpp::RE("hello");
|
|
| ;
| return 0;
| }
|
configure:7778: result: no, (WARNING)
configure:7795: checking pcre.h usability
configure:7795: /usr/bin/gcc-5 -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/gcc-5 -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/gcc-5 -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:75:23: fatal error: pcre/pcre.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -E -isystem/home/doc/.linuxbrew/include -I/usr/local/include -I/usr/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS conftest.c
conftest.c:42:23: fatal error: pcre/pcre.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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 -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5
/tmp/cciuhliP.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `readline'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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 -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5
/usr/bin/ld: warning: libncursesw.so.5, needed by /home/doc/.linuxbrew/opt/readline/lib/libreadline.so, may conflict with libncursesw.so.6
configure:7986: $? = 0
configure:8003: result: -lreadline
configure:8013: checking for library containing history_set_history_state
configure:8044: /usr/bin/gcc-5 -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 -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/gcc-5 -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:75:22: fatal error: readline.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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:42:22: fatal error: readline.h: No such file or directory
compilation terminated.
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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/gcc-5 -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/gcc-5 -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
/tmp/ccT6Ju42.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `sqlite3_open'
collect2: error: ld returned 1 exit status
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 "lnav@googlegroups.com"
| #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_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/gcc-5 -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 -lpcre -ltinfo -ldl -lbz2 -lz -lutil >&5
configure:8205: $? = 0
configure:8222: result: -lsqlite3
configure:8235: checking sqlite3.h usability
configure:8235: /usr/bin/gcc-5 -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/gcc-5 -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/g++-5 -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/gcc-5 -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 -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/gcc-5 -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/lnav20160407-17465-13aangc/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 -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:926: creating Makefile
config.status:926: creating TESTS_ENVIRONMENT
config.status:926: creating src/Makefile
config.status:926: creating test/Makefile
config.status:926: creating src/config.h
config.status:1155: 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/gcc-5
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/g++-5
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_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_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/bin/gcc-5 -E'
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-5
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=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/lnav20160407-17465-13aangc/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/lnav20160407-17465-13aangc/lnav-0.8.0/missing autoconf'
AUTOHEADER='${SHELL} /tmp/lnav20160407-17465-13aangc/lnav-0.8.0/missing autoheader'
AUTOMAKE='${SHELL} /tmp/lnav20160407-17465-13aangc/lnav-0.8.0/missing automake-1.15'
AWK='gawk'
BZIP2_CMD='/home/doc/.linuxbrew/bin/bzip2'
BZIP2_SUPPORT='1'
CC='/usr/bin/gcc-5'
CCDEPMODE='depmode=none'
CFLAGS='-Os -w -pipe -march=core2'
CFLAGS_PG=''
CPP='/usr/bin/gcc-5 -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/g++-5'
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=''
LIBCURL_CPPFLAGS=''
LIBOBJS=''
LIBS='-lpcre -ltinfo -ldl -lbz2 -lz -lutil '
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/lnav20160407-17465-13aangc/lnav-0.8.0/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='lnav'
PACKAGE_BUGREPORT='lnav@googlegroups.com'
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/lnav20160407-17465-13aangc/lnav-0.8.0/src/static-libs'
STRIP=''
USE_INCLUDED_YAJL_FALSE='#'
USE_INCLUDED_YAJL_TRUE=''
VERSION='0.8.0'
_libcurl_config=''
abssrcdir='/tmp/lnav20160407-17465-13aangc/lnav-0.8.0/.'
ac_ct_CC='/usr/bin/gcc-5'
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/lnav20160407-17465-13aangc/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 "lnav@googlegroups.com"
#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_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