Skip to content

Instantly share code, notes, and snippets.

@dspruell
Created June 14, 2018 21:49
Show Gist options
  • Save dspruell/d9756de9339182ffe54ecb9f7ef654e4 to your computer and use it in GitHub Desktop.
Save dspruell/d9756de9339182ffe54ecb9f7ef654e4 to your computer and use it in GitHub Desktop.
fluent-bit build failure on OpenBSD 6.3
$ cd fluent-bit-0.13.3/build/
$ cmake .. && gmake
-- The C compiler identification is Clang 5.0.1
-- The CXX compiler identification is Clang 5.0.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- Could NOT find Journald (missing: JOURNALD_LIBRARY JOURNALD_INCLUDE_DIR)
-- Found Monkey: /home/dspruell/downloads/fluent-bit-0.13.3/lib/monkey/include
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY)
-- Found ZLIB: /usr/lib/libz.so.5.0 (found version "1.2.3")
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Could NOT find Threads (missing: Threads_FOUND)
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC - Failed
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Performing Test HAVE_STAT_H
-- Performing Test HAVE_STAT_H - Failed
-- Performing Test HAVE_SYS_UIO_H
-- Performing Test HAVE_SYS_UIO_H - Failed
-- Performing Test HAVE_UNISTD_H
-- Performing Test HAVE_UNISTD_H - Failed
-- Performing Test HAVE_EPOLL
-- Performing Test HAVE_EPOLL - Failed
-- Performing Test HAVE_KQUEUE
-- Performing Test HAVE_KQUEUE - Failed
-- Event loop backend > select(2)
-- Performing Test HAVE_TIMERFD_CREATE
-- Performing Test HAVE_TIMERFD_CREATE - Failed
-- Performing Test HAVE_EVENTFD
-- Performing Test HAVE_EVENTFD - Failed
-- Performing Test FLB_HAVE_VALGRIND
-- Performing Test FLB_HAVE_VALGRIND - Failed
-- Performing Test FLB_HAVE_FORK
-- Performing Test FLB_HAVE_FORK - Failed
-- Performing Test FLB_HAVE_TIMESPEC_GET
-- Performing Test FLB_HAVE_TIMESPEC_GET - Failed
-- Performing Test FLB_HAVE_C_TLS
-- Performing Test FLB_HAVE_C_TLS - Failed
-- Performing Test FLB_HAVE_ACCEPT4
-- Performing Test FLB_HAVE_ACCEPT4 - Failed
-- Performing Test FLB_HAVE_INOTIFY
-- Performing Test FLB_HAVE_INOTIFY - Failed
-- Looking for accept4
-- Looking for accept4 - not found
-- Could NOT find Threads (missing: Threads_FOUND)
-- Could NOT find Threads (missing: Threads_FOUND)
-- Could NOT find Threads (missing: Threads_FOUND)
-- Could NOT find Threads (missing: Threads_FOUND)
-- Could NOT find Threads (missing: Threads_FOUND)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dspruell/downloads/fluent-bit-0.13.3/build
Scanning dependencies of target onigmo
[ 0%] Creating directories for 'onigmo'
[ 0%] No download step for 'onigmo'
[ 0%] No patch step for 'onigmo'
[ 1%] No update step for 'onigmo'
[ 1%] Performing configure step for 'onigmo'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-openbsd6.3
checking host system type... x86_64-unknown-openbsd6.3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-unknown-openbsd6.3 file names to x86_64-unknown-openbsd6.3 format... func_convert_file_noop
checking how to convert x86_64-unknown-openbsd6.3 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... openbsd6.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking for python3... no
checking for python... no
checking for python2... python2
checking for ANSI C header files... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for stdint.h... (cached) yes
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of void*... 8
checking size of long long... 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for working memcmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating onigmo-config
config.status: creating sample/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
[ 2%] Performing build step for 'onigmo'
Making all in .
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regerror.c -fPIC -DPIC -o regerror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regparse.c -fPIC -DPIC -o regparse.o
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regparse.c: In function 'onig_parse_make_tree':
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regparse.c:7034: warning: passing argument 3 of 'parse_regexp' discards qualifiers from pointer target type
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regext.c -fPIC -DPIC -o regext.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regcomp.c -fPIC -DPIC -o regcomp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regexec.c -fPIC -DPIC -o regexec.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/reggnu.c -fPIC -DPIC -o reggnu.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regenc.c -fPIC -DPIC -o regenc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regsyntax.c -fPIC -DPIC -o regsyntax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regtrav.c -fPIC -DPIC -o regtrav.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regversion.c -fPIC -DPIC -o regversion.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT st.lo -MD -MP -MF .deps/st.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/st.c -fPIC -DPIC -o st.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regposix.c -fPIC -DPIC -o regposix.o
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regposix.c: In function 'regcomp':
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regposix.c:154: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/regposerr.c -fPIC -DPIC -o regposerr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c -fPIC -DPIC -o unicode.o
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c: In function 'onigenc_unicode_apply_all_case_fold':
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:326: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:326: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:327: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:392: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:392: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:393: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:394: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:398: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:401: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:402: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:431: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:431: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:432: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:433: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:434: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:437: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:440: warning: dereferencing type-punned pointer will break strict-aliasing rules
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode.c:441: warning: dereferencing type-punned pointer will break strict-aliasing rules
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/ascii.c -fPIC -DPIC -o ascii.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT utf_8.lo -MD -MP -MF .deps/utf_8.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/utf_8.c -fPIC -DPIC -o utf_8.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT utf_16be.lo -MD -MP -MF .deps/utf_16be.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/utf_16be.c -fPIC -DPIC -o utf_16be.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT utf_16le.lo -MD -MP -MF .deps/utf_16le.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/utf_16le.c -fPIC -DPIC -o utf_16le.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT utf_32be.lo -MD -MP -MF .deps/utf_32be.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/utf_32be.c -fPIC -DPIC -o utf_32be.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT utf_32le.lo -MD -MP -MF .deps/utf_32le.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/utf_32le.c -fPIC -DPIC -o utf_32le.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/euc_jp.c -fPIC -DPIC -o euc_jp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT shift_jis.lo -MD -MP -MF .deps/shift_jis.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/shift_jis.c -fPIC -DPIC -o shift_jis.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT windows_31j.lo -MD -MP -MF .deps/windows_31j.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/windows_31j.c -fPIC -DPIC -o windows_31j.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_1.lo -MD -MP -MF .deps/iso_8859_1.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_1.c -fPIC -DPIC -o iso_8859_1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_2.lo -MD -MP -MF .deps/iso_8859_2.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_2.c -fPIC -DPIC -o iso_8859_2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_3.lo -MD -MP -MF .deps/iso_8859_3.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_3.c -fPIC -DPIC -o iso_8859_3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_4.lo -MD -MP -MF .deps/iso_8859_4.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_4.c -fPIC -DPIC -o iso_8859_4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_5.lo -MD -MP -MF .deps/iso_8859_5.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_5.c -fPIC -DPIC -o iso_8859_5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_6.lo -MD -MP -MF .deps/iso_8859_6.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_6.c -fPIC -DPIC -o iso_8859_6.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_7.lo -MD -MP -MF .deps/iso_8859_7.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_7.c -fPIC -DPIC -o iso_8859_7.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_8.lo -MD -MP -MF .deps/iso_8859_8.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_8.c -fPIC -DPIC -o iso_8859_8.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_9.lo -MD -MP -MF .deps/iso_8859_9.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_9.c -fPIC -DPIC -o iso_8859_9.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_10.lo -MD -MP -MF .deps/iso_8859_10.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_10.c -fPIC -DPIC -o iso_8859_10.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_11.lo -MD -MP -MF .deps/iso_8859_11.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_11.c -fPIC -DPIC -o iso_8859_11.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_13.lo -MD -MP -MF .deps/iso_8859_13.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_13.c -fPIC -DPIC -o iso_8859_13.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_14.lo -MD -MP -MF .deps/iso_8859_14.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_14.c -fPIC -DPIC -o iso_8859_14.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_15.lo -MD -MP -MF .deps/iso_8859_15.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_15.c -fPIC -DPIC -o iso_8859_15.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT iso_8859_16.lo -MD -MP -MF .deps/iso_8859_16.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/iso_8859_16.c -fPIC -DPIC -o iso_8859_16.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/euc_tw.c -fPIC -DPIC -o euc_tw.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/euc_kr.c -fPIC -DPIC -o euc_kr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/big5.c -fPIC -DPIC -o big5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/gb18030.c -fPIC -DPIC -o gb18030.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/koi8_r.c -fPIC -DPIC -o koi8_r.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT koi8_u.lo -MD -MP -MF .deps/koi8_u.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/koi8_u.c -fPIC -DPIC -o koi8_u.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT windows_1250.lo -MD -MP -MF .deps/windows_1250.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/windows_1250.c -fPIC -DPIC -o windows_1250.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT windows_1251.lo -MD -MP -MF .deps/windows_1251.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/windows_1251.c -fPIC -DPIC -o windows_1251.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT windows_1252.lo -MD -MP -MF .deps/windows_1252.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/windows_1252.c -fPIC -DPIC -o windows_1252.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT windows_1253.lo -MD -MP -MF .deps/windows_1253.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/windows_1253.c -fPIC -DPIC -o windows_1253.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT windows_1254.lo -MD -MP -MF .deps/windows_1254.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/windows_1254.c -fPIC -DPIC -o windows_1254.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo -I/home/dspruell/downloads/fluent-bit-0.13.3/build/include -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/unicode -Wall -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -MT windows_1257.lo -MD -MP -MF .deps/windows_1257.Tpo -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/enc/windows_1257.c -fPIC -DPIC -o windows_1257.o
libtool: link: ar cru .libs/libonigmo.a regerror.o regparse.o regext.o regcomp.o regexec.o reggnu.o regenc.o regsyntax.o regtrav.o regversion.o st.o regposix.o regposerr.o unicode.o ascii.o utf_8.o utf_16be.o utf_16le.o utf_32be.o utf_32le.o euc_jp.o shift_jis.o windows_31j.o iso_8859_1.o iso_8859_2.o iso_8859_3.o iso_8859_4.o iso_8859_5.o iso_8859_6.o iso_8859_7.o iso_8859_8.o iso_8859_9.o iso_8859_10.o iso_8859_11.o iso_8859_13.o iso_8859_14.o iso_8859_15.o iso_8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o koi8_u.o windows_1250.o windows_1251.o windows_1252.o windows_1253.o windows_1254.o windows_1257.o
libtool: link: ranlib .libs/libonigmo.a
libtool: link: ( cd ".libs" && rm -f "libonigmo.la" && ln -s "../libonigmo.la" "libonigmo.la" )
Making all in sample
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o encode encode.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o listcap listcap.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o names names.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o posix posix.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o simple simple.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o sql sql.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o syntax syntax.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o scan scan.o ../.libs/libonigmo.a
libtool: link: gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -o crnl crnl.o ../.libs/libonigmo.a
[ 3%] Performing install step for 'onigmo'
Making install in .
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/install-sh -c -d '/home/dspruell/downloads/fluent-bit-0.13.3/build/bin'
/usr/bin/install -c onigmo-config '/home/dspruell/downloads/fluent-bit-0.13.3/build/bin'
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/install-sh -c -d '/home/dspruell/downloads/fluent-bit-0.13.3/build/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libonigmo.la '/home/dspruell/downloads/fluent-bit-0.13.3/build/lib'
libtool: install: /usr/bin/install -c .libs/libonigmo.lai /home/dspruell/downloads/fluent-bit-0.13.3/build/lib/libonigmo.la
libtool: install: /usr/bin/install -c .libs/libonigmo.a /home/dspruell/downloads/fluent-bit-0.13.3/build/lib/libonigmo.a
libtool: install: chmod 644 /home/dspruell/downloads/fluent-bit-0.13.3/build/lib/libonigmo.a
libtool: install: ranlib -t /home/dspruell/downloads/fluent-bit-0.13.3/build/lib/libonigmo.a
libtool: finish: PATH="/home/dspruell/bin:/home/dspruell/.local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.:/sbin" ldconfig -m /home/dspruell/downloads/fluent-bit-0.13.3/build/lib
ldconfig: /var/run/ld.so.hints.qvdb5sk9li: Permission denied
----------------------------------------------------------------------
Libraries have been installed in:
/home/dspruell/downloads/fluent-bit-0.13.3/build/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- use the '-Wl,-rpath,LIBDIR' linker flag
- have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/install-sh -c -d '/home/dspruell/downloads/fluent-bit-0.13.3/build/include'
/usr/bin/install -c -m 644 /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/onigmo.h /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/onigmognu.h /home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/onigmoposix.h '/home/dspruell/downloads/fluent-bit-0.13.3/build/include'
/home/dspruell/downloads/fluent-bit-0.13.3/lib/onigmo/install-sh -c -d '/home/dspruell/downloads/fluent-bit-0.13.3/build/lib/pkgconfig'
/usr/bin/install -c -m 644 onigmo.pc '/home/dspruell/downloads/fluent-bit-0.13.3/build/lib/pkgconfig'
Making install in sample
[ 3%] Completed 'onigmo'
[ 3%] Built target onigmo
Scanning dependencies of target backtrace
[ 3%] Creating directories for 'backtrace'
[ 4%] No download step for 'backtrace'
[ 4%] No patch step for 'backtrace'
[ 4%] No update step for 'backtrace'
[ 5%] Performing configure step for 'backtrace'
checking build system type... x86_64-unknown-openbsd6.3
checking host system type... x86_64-unknown-openbsd6.3
checking target system type... x86_64-unknown-openbsd6.3
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for gawk... (cached) awk
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... openbsd6.3 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -funwind-tables option... yes
checking for -frandom-seed=string option... yes
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking whether gcc supports -Wcast-qual... yes
checking for _Unwind_GetIPInfo... yes
checking __sync extensions... yes
checking __atomic extensions... no
checking output filetype... elf64
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for dl_iterate_phdr... yes
checking sys/ldr.h usability... no
checking sys/ldr.h presence... no
checking for sys/ldr.h... no
checking for fcntl... yes
checking whether strnlen is declared... yes
checking for lstat... yes
checking for readlink... yes
checking for getexecname... no
checking for clock_gettime... yes
checking whether -pthread is supported... yes
checking for compress in -lz... yes
checking whether --compress-debug-sections is supported... no
checking for objcopy... objcopy
checking whether objcopy supports debuglink... objcopy: x: No such file or directory
no
checking whether tests can run... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating backtrace-supported.h
config.status: creating config.h
config.status: executing libtool commands
config.status: executing default commands
[ 5%] Performing build step for 'backtrace'
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/atomic.c -o atomic.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/dwarf.c -o dwarf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/fileline.c -o fileline.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/posix.c -o posix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/print.c -o print.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/sort.c -o sort.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/state.c -o state.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/backtrace.c -o backtrace.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/simple.c -o simple.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/elf.c -o elf.o
/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/elf.c: In function 'elf_zlib_fetch':
/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/elf.c:1061: warning: implicit declaration of function '__builtin_bswap32'
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/mmapio.c -o mmapio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370 -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/mmap.c -o mmap.o
libtool: link: ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
libtool: link: ranlib .libs/libbacktrace.a
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
[ 5%] Performing install step for 'backtrace'
/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/install-sh -c -d '/home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libbacktrace.la '/home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib'
libtool: install: /usr/bin/install -c .libs/libbacktrace.lai /home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib/libbacktrace.la
libtool: install: /usr/bin/install -c .libs/libbacktrace.a /home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib/libbacktrace.a
libtool: install: chmod 644 /home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib/libbacktrace.a
libtool: install: ranlib -t /home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib/libbacktrace.a
libtool: finish: PATH="/home/dspruell/bin:/home/dspruell/.local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.:/sbin" ldconfig -m /home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib
ldconfig: /var/run/ld.so.hints.lYz9swByie: Permission denied
----------------------------------------------------------------------
Libraries have been installed in:
/home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- use the `-Wl,-rpath,LIBDIR' linker flag
- have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/install-sh -c -d '/home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/include'
/usr/bin/install -c -m 644 /home/dspruell/downloads/fluent-bit-0.13.3/lib/libbacktrace-177940370/backtrace.h backtrace-supported.h '/home/dspruell/downloads/fluent-bit-0.13.3/build/backtrace-prefix/include'
[ 5%] Completed 'backtrace'
[ 5%] Built target backtrace
Scanning dependencies of target jsmn
[ 5%] Building C object lib/jsmn/CMakeFiles/jsmn.dir/jsmn.c.o
[ 5%] Linking C static library ../../library/libjsmn.a
[ 5%] Built target jsmn
Scanning dependencies of target sqlite3
[ 6%] Building C object lib/sqlite-amalgamation-3230000/CMakeFiles/sqlite3.dir/sqlite3.c.o
[ 6%] Linking C static library ../../library/libsqlite3.a
[ 6%] Built target sqlite3
Scanning dependencies of target co
[ 6%] Building C object lib/flb_libco/CMakeFiles/co.dir/libco.c.o
[ 7%] Linking C static library ../../library/libco.a
[ 7%] Built target co
Scanning dependencies of target msgpackc-static
[ 7%] Building C object lib/msgpack-2.1.3/CMakeFiles/msgpackc-static.dir/src/objectc.c.o
[ 8%] Building C object lib/msgpack-2.1.3/CMakeFiles/msgpackc-static.dir/src/unpack.c.o
[ 8%] Building C object lib/msgpack-2.1.3/CMakeFiles/msgpackc-static.dir/src/version.c.o
[ 8%] Building C object lib/msgpack-2.1.3/CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.o
[ 9%] Building C object lib/msgpack-2.1.3/CMakeFiles/msgpackc-static.dir/src/zone.c.o
[ 9%] Linking C static library ../../library/libmsgpackc.a
[ 9%] Built target msgpackc-static
Scanning dependencies of target mbedcrypto
[ 9%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/aesni.c.o
[ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/arc4.c.o
[ 10%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o
[ 11%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o
[ 11%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/base64.c.o
[ 11%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/bignum.c.o
[ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o
[ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/camellia.c.o
[ 12%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ccm.c.o
[ 13%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cipher.c.o
[ 13%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o
[ 13%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/cmac.c.o
[ 14%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o
[ 14%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/des.c.o
[ 14%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/dhm.c.o
[ 15%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o
[ 15%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o
[ 15%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o
[ 16%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecp.c.o
[ 16%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o
[ 16%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/entropy.c.o
[ 17%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o
[ 17%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/error.c.o
[ 17%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/gcm.c.o
[ 18%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/havege.c.o
[ 18%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.o
[ 18%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/md.c.o
[ 19%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/md2.c.o
[ 19%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/md4.c.o
[ 19%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/md5.c.o
[ 20%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/md_wrap.c.o
[ 20%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.o
[ 20%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/oid.c.o
[ 21%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/padlock.c.o
[ 21%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/pem.c.o
[ 21%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/pk.c.o
[ 22%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o
[ 22%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o
[ 22%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o
[ 23%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o
[ 23%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o
[ 23%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/platform.c.o
[ 24%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o
[ 24%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/rsa.c.o
[ 24%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.o
[ 25%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/sha1.c.o
[ 25%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/sha256.c.o
[ 25%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/sha512.c.o
[ 26%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/threading.c.o
[ 26%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/timing.c.o
[ 26%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/version.c.o
[ 27%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/version_features.c.o
[ 27%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedcrypto.dir/xtea.c.o
[ 27%] Linking C static library ../../../library/libmbedcrypto.a
[ 27%] Built target mbedcrypto
Scanning dependencies of target mbedx509
[ 27%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/certs.c.o
[ 27%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/pkcs11.c.o
[ 28%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/x509.c.o
[ 28%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/x509_create.c.o
[ 28%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/x509_crl.c.o
[ 29%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/x509_crt.c.o
[ 29%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/x509_csr.c.o
[ 29%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/x509write_crt.c.o
[ 30%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedx509.dir/x509write_csr.c.o
[ 30%] Linking C static library ../../../library/libmbedx509.a
[ 30%] Built target mbedx509
Scanning dependencies of target mbedtls
[ 31%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/debug.c.o
[ 31%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/net_sockets.c.o
[ 31%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/ssl_cache.c.o
[ 32%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.o
[ 32%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/ssl_cli.c.o
[ 32%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.o
[ 33%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/ssl_srv.c.o
[ 33%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.o
[ 33%] Building C object lib/mbedtls-2.8.0/library/CMakeFiles/mbedtls.dir/ssl_tls.c.o
[ 34%] Linking C static library ../../../library/libmbedtls.a
[ 34%] Built target mbedtls
Scanning dependencies of target mk_core
[ 34%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_rconf.c.o
[ 35%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_string.c.o
[ 35%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_memory.c.o
[ 35%] Building C object lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_event.c.o
In file included from /home/dspruell/downloads/fluent-bit-0.13.3/lib/monkey/mk_core/mk_event.c:26:
In file included from /home/dspruell/downloads/fluent-bit-0.13.3/lib/monkey/mk_core/../include/monkey/mk_core/mk_unistd.h:28:
/home/dspruell/downloads/fluent-bit-0.13.3/lib/monkey/mk_core/../include/monkey/mk_core/mk_dep_unistd.h:12:10: fatal error:
'io.h' file not found
#include <io.h>
^~~~~~
1 error generated.
gmake[2]: *** [lib/monkey/mk_core/CMakeFiles/mk_core.dir/build.make:135: lib/monkey/mk_core/CMakeFiles/mk_core.dir/mk_event.c.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:265: lib/monkey/mk_core/CMakeFiles/mk_core.dir/all] Error 2
gmake: *** [Makefile:152: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment