| Cost | $0.316 |
| Total elapsed time | 2m20s |
| LLM inference time | 1m10s |
| Command execution time | 1m10s |
| Commands executed | 34 |
All details >
| Attempt ID | pehmk0x7tno7t | Attempt group | run-16-09-22-05 |
| Revision | fb5c74bd2fee | AWS Instance | m8i.2xlarge |
| Start time | 2025-09-16T20:09:05.886Z | End time | 2025-09-16T20:11:25.823Z |
| Task | jq-static | Environment | ubuntu-22.04-amd64-offline |
| Model | | OpenRouter slug | openai/gpt-4.1 |
| Temperature | 1 | Explicit prompt caching | false |
| User msg after tool call | false | Max tool calls | 50 |
| Total timeout seconds | 900 | Single command timeout | 600 |
| Cost | $0.316 | Duration | 2m20s |
| LLM inference time | 1m10s | Command execution time | 1m10s |
| Final context tokens | 27,152 | Total output tokens | 1,944 |
| Output reasoning tokens | 0 | Messages | 71 |
| Assistant messages | 35 | User messages | 1 |
| System messages | 1 | Commands executed | 34 |
jq 1.8.1 is a command-line JSON utility for viewing and transforming JSON.
Project link: github.com/jqlang/jq
Task:
Compile and install statically-linked jq to a specific location.
Difficulties:
Static linking requires correctly configuring the build.
Environment:
Ubuntu 22.04 on amd64, without internet access.
You are a package-building specialist operating a Ubuntu 22.04 bash shell via one tool: run_terminal_cmd.
The current working directory of every run_terminal_cmd is /home/peter.
Execution rules:
- Always pass non-interactive flags for any command that could prompt (e.g., -y, --yes, DEBIAN_FRONTEND=noninteractive).
- Don't include any newlines in the command.
- The environment is offline, assume you have all the necessary tools already installed.
If you encounter any errors or issues while doing the user's request, you must fix them and continue the task.
At the end verify you did the user request correctly.
You are given a jq v1.8.1 source code at /home/peter/jq.tar.gz. Please compile the jq package and install it to /home/peter/result. Create a symlink from /home/peter/result/jq to the compiled jq binary. The binary should be statically linked.
[empty output]
bash: autoreconf: command not found
compile-bench> cd /home/peter/jq_src && ./configure --prefix=/home/peter/result --disable-maintainer-mode --enable-static --disable-shared LDFLAGS='-static' 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for bison... no
checking for byacc... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
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... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking
[command output truncated]
me 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... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
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... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.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 -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux 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 make sets $(MAKE)... (cached) yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/times.h... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of void*... 8
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating sample/Makefile
config.status: creating onig-config
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
↓ 133 lines
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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether make supports nested variables... (cached) yes checking for ar... ar checking the archiver (ar) interface... ar checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking for bison... no checking for byacc... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking [command output truncated] me 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n 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... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.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 -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux 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 make sets $(MAKE)... (cached) yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for sys/times.h... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of void*... 8 checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating sample/Makefile config.status: creating onig-config config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands
compile-bench> cd /home/peter/jq_src && make -j$(nproc) LDFLAGS='-static' mkdir -p src
mkdir -p src
GEN src/builtin.inc
GEN src/config_opts.inc
mkdir -p src
GEN src/version.h
make all-recursive
make[1]: Entering directory '/home/peter/jq_src'
Making all in vendor/oniguruma
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making all in src
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
make all-am
make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c -o regparse.lo regparse.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c -o regenc.lo regenc.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c -o regext.lo regext.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.lo regsyntax.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.lo regtrav.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -o regparse.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -o regenc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -o regtrav.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -o regsyntax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -o regext.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o
mv -f .deps/regext.Tpo .deps/regext.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I
[command output truncated]
euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo
libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o
libtool: link: ranlib .libs/libonig.a
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making all in test
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making all in sample
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Entering directory '/home/peter/jq_src'
CC src/builtin.lo
CC src/bytecode.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
CC src/jv_dtoa.lo
CC src/jv_file.lo
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/jv_dtoa_tsd.lo
CC vendor/decNumber/decContext.lo
CC vendor/decNumber/decNumber.lo
CC src/lexer.lo
CC src/parser.lo
mkdir -p src
GEN src/version.h
CC src/main.o
CCLD libjq.la
CCLD jq
make[2]: Leaving directory '/home/peter/jq_src'
make[1]: Leaving directory '/home/peter/jq_src'
↓ 81 lines
mkdir -p src mkdir -p src GEN src/builtin.inc GEN src/config_opts.inc mkdir -p src GEN src/version.h make all-recursive make[1]: Entering directory '/home/peter/jq_src' Making all in vendor/oniguruma make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma' Making all in src make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' make all-am make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c -o regparse.lo regparse.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c -o regenc.lo regenc.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c -o regext.lo regext.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.lo regsyntax.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.lo regtrav.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -o regparse.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -o regenc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -o regtrav.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -o regsyntax.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -o regext.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o mv -f .deps/regext.Tpo .deps/regext.Plo /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I [command output truncated] euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o libtool: link: ranlib .libs/libonig.a libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making all in test make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making all in sample make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma' sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Entering directory '/home/peter/jq_src' CC src/builtin.lo CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo CC src/jv_dtoa_tsd.lo CC vendor/decNumber/decContext.lo CC vendor/decNumber/decNumber.lo CC src/lexer.lo CC src/parser.lo mkdir -p src GEN src/version.h CC src/main.o CCLD libjq.la CCLD jq make[2]: Leaving directory '/home/peter/jq_src' make[1]: Leaving directory '/home/peter/jq_src'
compile-bench> cd /home/peter/jq_src && make install mkdir -p src
GEN src/version.h
make install-recursive
make[1]: Entering directory '/home/peter/jq_src'
Making install in vendor/oniguruma
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making install in src
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libonig.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libonig.lai /home/peter/result/lib/libonig.la
libtool: install: /usr/bin/install -c .libs/libonig.a /home/peter/result/lib/libonig.a
libtool: install: chmod 644 /home/peter/result/lib/libonig.a
libtool: install: ranlib /home/peter/result/lib/libonig.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/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
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/home/peter/result/include'
/usr/bin/install -c -m 644 oniguruma.h oniggnu.h '/home/peter/result/include'
make install-data-hook
make[5]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
make[5]: Nothing to be done for 'install-data-hook'.
make[5]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making install in test
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making install in sample
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install
[command output truncated]
/usr/bin/mkdir -p '/home/peter/result/bin'
/usr/bin/install -c onig-config '/home/peter/result/bin'
/usr/bin/mkdir -p '/home/peter/result/lib/pkgconfig'
/usr/bin/install -c -m 644 oniguruma.pc '/home/peter/result/lib/pkgconfig'
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Entering directory '/home/peter/jq_src'
mkdir -p src
GEN src/version.h
CC src/main.o
CCLD jq
make[3]: Entering directory '/home/peter/jq_src'
mkdir -p src
GEN src/version.h
CC src/main.o
CCLD jq
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libjq.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libjq.lai /home/peter/result/lib/libjq.la
libtool: install: /usr/bin/install -c .libs/libjq.a /home/peter/result/lib/libjq.a
libtool: install: chmod 644 /home/peter/result/lib/libjq.a
libtool: install: ranlib /home/peter/result/lib/libjq.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/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
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/home/peter/result/bin'
/bin/bash ./libtool --mode=install /usr/bin/install -c jq '/home/peter/result/bin'
libtool: install: /usr/bin/install -c jq /home/peter/result/bin/jq
/usr/bin/mkdir -p '/home/peter/result/share/doc/jq'
/usr/bin/install -c -m 644 README.md NEWS.md COPYING AUTHORS '/home/peter/result/share/doc/jq'
/usr/bin/mkdir -p '/home/peter/result/include'
/usr/bin/install -c -m 644 src/jv.h src/jq.h '/home/peter/result/include'
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 jq.1 '/home/peter/result/share/man/man1'
/usr/bin/mkdir -p '/home/peter/result/lib/pkgconfig'
/usr/bin/install -c -m 644 libjq.pc '/home/peter/result/lib/pkgconfig'
make[3]: Leaving directory '/home/peter/jq_src'
make[2]: Leaving directory '/home/peter/jq_src'
make[1]: Leaving directory '/home/peter/jq_src'
↓ 112 lines
mkdir -p src
GEN src/version.h
make install-recursive
make[1]: Entering directory '/home/peter/jq_src'
Making install in vendor/oniguruma
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making install in src
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libonig.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libonig.lai /home/peter/result/lib/libonig.la
libtool: install: /usr/bin/install -c .libs/libonig.a /home/peter/result/lib/libonig.a
libtool: install: chmod 644 /home/peter/result/lib/libonig.a
libtool: install: ranlib /home/peter/result/lib/libonig.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/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
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/home/peter/result/include'
/usr/bin/install -c -m 644 oniguruma.h oniggnu.h '/home/peter/result/include'
make install-data-hook
make[5]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
make[5]: Nothing to be done for 'install-data-hook'.
make[5]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making install in test
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making install in sample
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[4]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install
[command output truncated]
/usr/bin/mkdir -p '/home/peter/result/bin'
/usr/bin/install -c onig-config '/home/peter/result/bin'
/usr/bin/mkdir -p '/home/peter/result/lib/pkgconfig'
/usr/bin/install -c -m 644 oniguruma.pc '/home/peter/result/lib/pkgconfig'
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Entering directory '/home/peter/jq_src'
mkdir -p src
GEN src/version.h
CC src/main.o
CCLD jq
make[3]: Entering directory '/home/peter/jq_src'
mkdir -p src
GEN src/version.h
CC src/main.o
CCLD jq
/usr/bin/mkdir -p '/home/peter/result/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libjq.la '/home/peter/result/lib'
libtool: install: /usr/bin/install -c .libs/libjq.lai /home/peter/result/lib/libjq.la
libtool: install: /usr/bin/install -c .libs/libjq.a /home/peter/result/lib/libjq.a
libtool: install: chmod 644 /home/peter/result/lib/libjq.a
libtool: install: ranlib /home/peter/result/lib/libjq.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/peter/result/lib
----------------------------------------------------------------------
Libraries have been installed in:
/home/peter/result/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
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/home/peter/result/bin'
/bin/bash ./libtool --mode=install /usr/bin/install -c jq '/home/peter/result/bin'
libtool: install: /usr/bin/install -c jq /home/peter/result/bin/jq
/usr/bin/mkdir -p '/home/peter/result/share/doc/jq'
/usr/bin/install -c -m 644 README.md NEWS.md COPYING AUTHORS '/home/peter/result/share/doc/jq'
/usr/bin/mkdir -p '/home/peter/result/include'
/usr/bin/install -c -m 644 src/jv.h src/jq.h '/home/peter/result/include'
/usr/bin/mkdir -p '/home/peter/result/share/man/man1'
/usr/bin/install -c -m 644 jq.1 '/home/peter/result/share/man/man1'
/usr/bin/mkdir -p '/home/peter/result/lib/pkgconfig'
/usr/bin/install -c -m 644 libjq.pc '/home/peter/result/lib/pkgconfig'
make[3]: Leaving directory '/home/peter/jq_src'
make[2]: Leaving directory '/home/peter/jq_src'
make[1]: Leaving directory '/home/peter/jq_src'
[empty output]
/home/peter/result/bin/jq: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=02313d4e548f1f1a7a9cb2cab08c439a9e7c90ad, for GNU/Linux 3.2.0, with debug_info, not stripped
compile-bench> cd /home/peter/jq_src && make clean && make -j$(nproc) LDFLAGS='-static' LIBS='-ldl -lm' Making clean in vendor/oniguruma
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making clean in src
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
test -z "libonig.la" || rm -f libonig.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making clean in test
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back
rm -rf .libs _libs
rm -f *.o
test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log
test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making clean in sample
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
rm -f encode listcap names simple sql syntax user_property callout echo count bug_fix regset scan callback_each_match
rm -rf .libs _libs
rm -f *.o
test -z "encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log" || rm -f encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log
test -z "encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs" || rm -f encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[1]: Entering directory '/home/peter/jq_src'
rm -f jq
test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1
test -z "libjq.la " || rm -f libjq.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -rf vendor/decNumber/.libs vendor/decNumber/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f vendor/decNumber/*.o
rm -f vendor/decNumber/*.lo
test -z "tests/mantest.log tests/jqtest.log t
[command output truncated]
-static -o libonig.la -rpath /home/peter/result/lib regparse.lo regcomp.lo regexec.lo regenc.lo regerror.lo regext.lo regsyntax.lo regtrav.lo regversion.lo st.lo reggnu.lo unicode.lo unicode_unfold_key.lo unicode_fold1_key.lo unicode_fold2_key.lo unicode_fold3_key.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm
libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o
libtool: link: ranlib .libs/libonig.a
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making all in test
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making all in sample
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Entering directory '/home/peter/jq_src'
CC src/builtin.lo
CC src/bytecode.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
CC src/jv_dtoa.lo
CC src/jv_file.lo
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/jv_dtoa_tsd.lo
CC vendor/decNumber/decContext.lo
CC vendor/decNumber/decNumber.lo
CC src/lexer.lo
CC src/parser.lo
GEN jq.1
CC src/main.o
CCLD libjq.la
CCLD jq
make[2]: Leaving directory '/home/peter/jq_src'
make[1]: Leaving directory '/home/peter/jq_src'
↓ 97 lines
Making clean in vendor/oniguruma make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma' Making clean in src make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' test -z "libonig.la" || rm -f libonig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making clean in test make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back rm -rf .libs _libs rm -f *.o test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making clean in sample make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' rm -f encode listcap names simple sql syntax user_property callout echo count bug_fix regset scan callback_each_match rm -rf .libs _libs rm -f *.o test -z "encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log" || rm -f encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log test -z "encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs" || rm -f encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[1]: Entering directory '/home/peter/jq_src' rm -f jq test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1 test -z "libjq.la " || rm -f libjq.la rm -f ./so_locations rm -rf .libs _libs rm -rf src/.libs src/_libs rm -rf vendor/decNumber/.libs vendor/decNumber/_libs rm -f *.o rm -f src/*.o rm -f src/*.lo rm -f vendor/decNumber/*.o rm -f vendor/decNumber/*.lo test -z "tests/mantest.log tests/jqtest.log t [command output truncated] -static -o libonig.la -rpath /home/peter/result/lib regparse.lo regcomp.lo regexec.lo regenc.lo regerror.lo regext.lo regsyntax.lo regtrav.lo regversion.lo st.lo reggnu.lo unicode.lo unicode_unfold_key.lo unicode_fold1_key.lo unicode_fold2_key.lo unicode_fold3_key.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o libtool: link: ranlib .libs/libonig.a libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making all in test make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making all in sample make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Entering directory '/home/peter/jq_src' CC src/builtin.lo CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo CC src/jv_dtoa_tsd.lo CC vendor/decNumber/decContext.lo CC vendor/decNumber/decNumber.lo CC src/lexer.lo CC src/parser.lo GEN jq.1 CC src/main.o CCLD libjq.la CCLD jq make[2]: Leaving directory '/home/peter/jq_src' make[1]: Leaving directory '/home/peter/jq_src'
[empty output]
/home/peter/result/bin/jq: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=02313d4e548f1f1a7a9cb2cab08c439a9e7c90ad, for GNU/Linux 3.2.0, with debug_info, not stripped
compile-bench> cd /home/peter/jq_src && gcc -static -o jq.static src/main.o src/*.o vendor/decNumber/*.o vendor/oniguruma/src/.libs/libonig.a -lm -ldl /usr/bin/ld: src/main.o: in function `main':
/home/peter/jq_src/src/main.c:289: multiple definition of `main'; src/main.o:/home/peter/jq_src/src/main.c:289: first defined here
collect2: error: ld returned 1 exit status
↓ 4 lines
/usr/bin/ld: src/main.o: in function `main': /home/peter/jq_src/src/main.c:289: multiple definition of `main'; src/main.o:/home/peter/jq_src/src/main.c:289: first defined here collect2: error: ld returned 1 exit status
compile-bench> cd /home/peter/jq_src && rm -f src/main.o && gcc -static -o /home/peter/result/bin/jq src/*.c vendor/decNumber/*.c vendor/oniguruma/src/*.c -Ivendor/oniguruma/src -Isrc -Ivendor/decNumber -lm -ldl src/builtin.c: In function 'my_mktime':
src/builtin.c:1486:5: warning: implicit declaration of function 'setenv'; did you mean 'getenv'? [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
1486 | setenv("TZ", "", 1);
| ^~~~~~
| getenv
src/builtin.c: At top level:
src/builtin.c:2049:10: fatal error: src/builtin.inc: No such file or directory
2049 | #include "src/builtin.inc"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
src/inject_errors.c: In function 'fopen':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c:25:28: note: each undeclared identifier is reported only once for each function it appears in
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c: In function 'fclose':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:60:3: note: in expansion of macro 'GET_REAL'
60 | GET_REAL(fclose);
| ^~~~~~~~
src/inject_errors.c: In function 'fgets':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:70:3: note: in expansion of macro 'GET_REAL'
70 | GET_REAL(fgets);
| ^~~~~~~~
src/inject_errors.c: In function 'fread':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:78:3: note: in expansion of macro 'GET_REAL'
78 | GET_REAL(fread);
| ^~~~~~~~
src/inject_errors.c: In function 'fwrite':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:86:3: note: in expansion of macro 'GET_REAL'
86 | GET_REAL(fwrite);
| ^~~~~~~~
src/inject_errors.c: In function 'ferror':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
|
[command output truncated]
de_wb_data.c:1134:2: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:13: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:13: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:23: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:23: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1135:2: warning: braces around scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1135:2: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:13: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:13: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:23: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:23: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1136:2: warning: braces around scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1136:2: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:13: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:13: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:23: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:23: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1137:2: warning: braces around scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^
vendor/oniguruma/src/unicode_wb_data.c:1137:2: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:13: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:13: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:23: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:23: note: (near initialization for 'WB_RANGES[1084]')
↓ 102 lines
src/builtin.c: In function 'my_mktime':
src/builtin.c:1486:5: warning: implicit declaration of function 'setenv'; did you mean 'getenv'? [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
1486 | setenv("TZ", "", 1);
| ^~~~~~
| getenv
src/builtin.c: At top level:
src/builtin.c:2049:10: fatal error: src/builtin.inc: No such file or directory
2049 | #include "src/builtin.inc"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
src/inject_errors.c: In function 'fopen':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c:25:28: note: each undeclared identifier is reported only once for each function it appears in
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c: In function 'fclose':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:60:3: note: in expansion of macro 'GET_REAL'
60 | GET_REAL(fclose);
| ^~~~~~~~
src/inject_errors.c: In function 'fgets':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:70:3: note: in expansion of macro 'GET_REAL'
70 | GET_REAL(fgets);
| ^~~~~~~~
src/inject_errors.c: In function 'fread':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:78:3: note: in expansion of macro 'GET_REAL'
78 | GET_REAL(fread);
| ^~~~~~~~
src/inject_errors.c: In function 'fwrite':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:86:3: note: in expansion of macro 'GET_REAL'
86 | GET_REAL(fwrite);
| ^~~~~~~~
src/inject_errors.c: In function 'ferror':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
|
[command output truncated]
de_wb_data.c:1134:2: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:13: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:13: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:23: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:23: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1135:2: warning: braces around scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1135:2: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:13: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:13: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:23: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:23: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1136:2: warning: braces around scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1136:2: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:13: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:13: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:23: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:23: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1137:2: warning: braces around scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^
vendor/oniguruma/src/unicode_wb_data.c:1137:2: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:13: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:13: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:23: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:23: note: (near initialization for 'WB_RANGES[1084]')
compile-bench> cd /home/peter/jq_src && make distclean && ./configure --prefix=/home/peter/result --disable-maintainer-mode --enable-static --disable-shared LDFLAGS='-static' && make -j$(nproc) LDFLAGS='-static' LIBS='-ldl -lm' Making distclean in vendor/oniguruma
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making distclean in src
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
test -z "libonig.la" || rm -f libonig.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/ascii.Plo
rm -f ./.deps/big5.Plo
rm -f ./.deps/cp1251.Plo
rm -f ./.deps/euc_jp.Plo
rm -f ./.deps/euc_jp_prop.Plo
rm -f ./.deps/euc_kr.Plo
rm -f ./.deps/euc_tw.Plo
rm -f ./.deps/gb18030.Plo
rm -f ./.deps/iso8859_1.Plo
rm -f ./.deps/iso8859_10.Plo
rm -f ./.deps/iso8859_11.Plo
rm -f ./.deps/iso8859_13.Plo
rm -f ./.deps/iso8859_14.Plo
rm -f ./.deps/iso8859_15.Plo
rm -f ./.deps/iso8859_16.Plo
rm -f ./.deps/iso8859_2.Plo
rm -f ./.deps/iso8859_3.Plo
rm -f ./.deps/iso8859_4.Plo
rm -f ./.deps/iso8859_5.Plo
rm -f ./.deps/iso8859_6.Plo
rm -f ./.deps/iso8859_7.Plo
rm -f ./.deps/iso8859_8.Plo
rm -f ./.deps/iso8859_9.Plo
rm -f ./.deps/koi8_r.Plo
rm -f ./.deps/onig_init.Plo
rm -f ./.deps/regcomp.Plo
rm -f ./.deps/regenc.Plo
rm -f ./.deps/regerror.Plo
rm -f ./.deps/regexec.Plo
rm -f ./.deps/regext.Plo
rm -f ./.deps/reggnu.Plo
rm -f ./.deps/regparse.Plo
rm -f ./.deps/regposerr.Plo
rm -f ./.deps/regposix.Plo
rm -f ./.deps/regsyntax.Plo
rm -f ./.deps/regtrav.Plo
rm -f ./.deps/regversion.Plo
rm -f ./.deps/sjis.Plo
rm -f ./.deps/sjis_prop.Plo
rm -f ./.deps/st.Plo
rm -f ./.deps/unicode.Plo
rm -f ./.deps/unicode_fold1_key.Plo
rm -f ./.deps/unicode_fold2_key.Plo
rm -f ./.deps/unicode_fold3_key.Plo
rm -f ./.deps/unicode_unfold_key.Plo
rm -f ./.deps/utf16_be.Plo
rm -f ./.deps/utf16_le.Plo
rm -f ./.deps/utf32_be.Plo
rm -f ./.deps/utf32_le.Plo
rm -f ./.deps/utf8.Plo
rm -f Makefile
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making distclean in test
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back
rm -rf .libs _libs
rm -f *.o
test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log
test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/test_back.Po
rm -f ./.deps/test_options.Po
rm -f ./.deps/test_regset.Po
rm -f ./.deps/test_syntax.Po
rm -f ./.deps/test_utf8.Po
rm -f ./.deps/testc.Po
rm -f ./.deps/testp.Po
rm -f ./.deps/testu.
[command output truncated]
lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm
libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o
libtool: link: ranlib .libs/libonig.a
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making all in test
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making all in sample
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Entering directory '/home/peter/jq_src'
GEN jq.1
CC src/builtin.lo
CC src/bytecode.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
CC src/jv_dtoa.lo
CC src/jv_file.lo
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/jv_dtoa_tsd.lo
CC vendor/decNumber/decContext.lo
CC vendor/decNumber/decNumber.lo
CC src/lexer.lo
CC src/parser.lo
CC src/main.o
CCLD libjq.la
CCLD jq
make[2]: Leaving directory '/home/peter/jq_src'
make[1]: Leaving directory '/home/peter/jq_src'
↓ 135 lines
Making distclean in vendor/oniguruma make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma' Making distclean in src make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' test -z "libonig.la" || rm -f libonig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/ascii.Plo rm -f ./.deps/big5.Plo rm -f ./.deps/cp1251.Plo rm -f ./.deps/euc_jp.Plo rm -f ./.deps/euc_jp_prop.Plo rm -f ./.deps/euc_kr.Plo rm -f ./.deps/euc_tw.Plo rm -f ./.deps/gb18030.Plo rm -f ./.deps/iso8859_1.Plo rm -f ./.deps/iso8859_10.Plo rm -f ./.deps/iso8859_11.Plo rm -f ./.deps/iso8859_13.Plo rm -f ./.deps/iso8859_14.Plo rm -f ./.deps/iso8859_15.Plo rm -f ./.deps/iso8859_16.Plo rm -f ./.deps/iso8859_2.Plo rm -f ./.deps/iso8859_3.Plo rm -f ./.deps/iso8859_4.Plo rm -f ./.deps/iso8859_5.Plo rm -f ./.deps/iso8859_6.Plo rm -f ./.deps/iso8859_7.Plo rm -f ./.deps/iso8859_8.Plo rm -f ./.deps/iso8859_9.Plo rm -f ./.deps/koi8_r.Plo rm -f ./.deps/onig_init.Plo rm -f ./.deps/regcomp.Plo rm -f ./.deps/regenc.Plo rm -f ./.deps/regerror.Plo rm -f ./.deps/regexec.Plo rm -f ./.deps/regext.Plo rm -f ./.deps/reggnu.Plo rm -f ./.deps/regparse.Plo rm -f ./.deps/regposerr.Plo rm -f ./.deps/regposix.Plo rm -f ./.deps/regsyntax.Plo rm -f ./.deps/regtrav.Plo rm -f ./.deps/regversion.Plo rm -f ./.deps/sjis.Plo rm -f ./.deps/sjis_prop.Plo rm -f ./.deps/st.Plo rm -f ./.deps/unicode.Plo rm -f ./.deps/unicode_fold1_key.Plo rm -f ./.deps/unicode_fold2_key.Plo rm -f ./.deps/unicode_fold3_key.Plo rm -f ./.deps/unicode_unfold_key.Plo rm -f ./.deps/utf16_be.Plo rm -f ./.deps/utf16_le.Plo rm -f ./.deps/utf32_be.Plo rm -f ./.deps/utf32_le.Plo rm -f ./.deps/utf8.Plo rm -f Makefile make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making distclean in test make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back rm -rf .libs _libs rm -f *.o test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/test_back.Po rm -f ./.deps/test_options.Po rm -f ./.deps/test_regset.Po rm -f ./.deps/test_syntax.Po rm -f ./.deps/test_utf8.Po rm -f ./.deps/testc.Po rm -f ./.deps/testp.Po rm -f ./.deps/testu. [command output truncated] lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o libtool: link: ranlib .libs/libonig.a libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making all in test make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making all in sample make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma' sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Entering directory '/home/peter/jq_src' GEN jq.1 CC src/builtin.lo CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo CC src/jv_dtoa_tsd.lo CC vendor/decNumber/decContext.lo CC vendor/decNumber/decNumber.lo CC src/lexer.lo CC src/parser.lo CC src/main.o CCLD libjq.la CCLD jq make[2]: Leaving directory '/home/peter/jq_src' make[1]: Leaving directory '/home/peter/jq_src'
[empty output]
/home/peter/result/bin/jq: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=02313d4e548f1f1a7a9cb2cab08c439a9e7c90ad, for GNU/Linux 3.2.0, with debug_info, not stripped
compile-bench> cd /home/peter/jq_src && make distclean && ./configure --prefix=/home/peter/result --disable-maintainer-mode --enable-static --disable-shared CFLAGS='-static' LDFLAGS='-static' LIBS='-ldl -lm' && make -j$(nproc) CFLAGS='-static' LDFLAGS='-static' LIBS='-ldl -lm' Making distclean in vendor/oniguruma
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making distclean in src
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
test -z "libonig.la" || rm -f libonig.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/ascii.Plo
rm -f ./.deps/big5.Plo
rm -f ./.deps/cp1251.Plo
rm -f ./.deps/euc_jp.Plo
rm -f ./.deps/euc_jp_prop.Plo
rm -f ./.deps/euc_kr.Plo
rm -f ./.deps/euc_tw.Plo
rm -f ./.deps/gb18030.Plo
rm -f ./.deps/iso8859_1.Plo
rm -f ./.deps/iso8859_10.Plo
rm -f ./.deps/iso8859_11.Plo
rm -f ./.deps/iso8859_13.Plo
rm -f ./.deps/iso8859_14.Plo
rm -f ./.deps/iso8859_15.Plo
rm -f ./.deps/iso8859_16.Plo
rm -f ./.deps/iso8859_2.Plo
rm -f ./.deps/iso8859_3.Plo
rm -f ./.deps/iso8859_4.Plo
rm -f ./.deps/iso8859_5.Plo
rm -f ./.deps/iso8859_6.Plo
rm -f ./.deps/iso8859_7.Plo
rm -f ./.deps/iso8859_8.Plo
rm -f ./.deps/iso8859_9.Plo
rm -f ./.deps/koi8_r.Plo
rm -f ./.deps/onig_init.Plo
rm -f ./.deps/regcomp.Plo
rm -f ./.deps/regenc.Plo
rm -f ./.deps/regerror.Plo
rm -f ./.deps/regexec.Plo
rm -f ./.deps/regext.Plo
rm -f ./.deps/reggnu.Plo
rm -f ./.deps/regparse.Plo
rm -f ./.deps/regposerr.Plo
rm -f ./.deps/regposix.Plo
rm -f ./.deps/regsyntax.Plo
rm -f ./.deps/regtrav.Plo
rm -f ./.deps/regversion.Plo
rm -f ./.deps/sjis.Plo
rm -f ./.deps/sjis_prop.Plo
rm -f ./.deps/st.Plo
rm -f ./.deps/unicode.Plo
rm -f ./.deps/unicode_fold1_key.Plo
rm -f ./.deps/unicode_fold2_key.Plo
rm -f ./.deps/unicode_fold3_key.Plo
rm -f ./.deps/unicode_unfold_key.Plo
rm -f ./.deps/utf16_be.Plo
rm -f ./.deps/utf16_le.Plo
rm -f ./.deps/utf32_be.Plo
rm -f ./.deps/utf32_le.Plo
rm -f ./.deps/utf8.Plo
rm -f Makefile
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making distclean in test
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back
rm -rf .libs _libs
rm -f *.o
test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log
test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/test_back.Po
rm -f ./.deps/test_options.Po
rm -f ./.deps/test_regset.Po
rm -f ./.deps/test_syntax.Po
rm -f ./.deps/test_utf8.Po
rm -f ./.deps/testc.Po
rm -f ./.deps/testp.Po
rm -f ./.deps/testu.
[command output truncated]
lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm
libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o
libtool: link: ranlib .libs/libonig.a
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making all in test
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making all in sample
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Entering directory '/home/peter/jq_src'
GEN jq.1
CC src/builtin.lo
CC src/bytecode.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
CC src/jv_dtoa.lo
CC src/jv_file.lo
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/jv_dtoa_tsd.lo
CC vendor/decNumber/decContext.lo
CC vendor/decNumber/decNumber.lo
CC src/lexer.lo
CC src/parser.lo
CC src/main.o
CCLD libjq.la
CCLD jq
make[2]: Leaving directory '/home/peter/jq_src'
make[1]: Leaving directory '/home/peter/jq_src'
↓ 135 lines
Making distclean in vendor/oniguruma make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma' Making distclean in src make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' test -z "libonig.la" || rm -f libonig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/ascii.Plo rm -f ./.deps/big5.Plo rm -f ./.deps/cp1251.Plo rm -f ./.deps/euc_jp.Plo rm -f ./.deps/euc_jp_prop.Plo rm -f ./.deps/euc_kr.Plo rm -f ./.deps/euc_tw.Plo rm -f ./.deps/gb18030.Plo rm -f ./.deps/iso8859_1.Plo rm -f ./.deps/iso8859_10.Plo rm -f ./.deps/iso8859_11.Plo rm -f ./.deps/iso8859_13.Plo rm -f ./.deps/iso8859_14.Plo rm -f ./.deps/iso8859_15.Plo rm -f ./.deps/iso8859_16.Plo rm -f ./.deps/iso8859_2.Plo rm -f ./.deps/iso8859_3.Plo rm -f ./.deps/iso8859_4.Plo rm -f ./.deps/iso8859_5.Plo rm -f ./.deps/iso8859_6.Plo rm -f ./.deps/iso8859_7.Plo rm -f ./.deps/iso8859_8.Plo rm -f ./.deps/iso8859_9.Plo rm -f ./.deps/koi8_r.Plo rm -f ./.deps/onig_init.Plo rm -f ./.deps/regcomp.Plo rm -f ./.deps/regenc.Plo rm -f ./.deps/regerror.Plo rm -f ./.deps/regexec.Plo rm -f ./.deps/regext.Plo rm -f ./.deps/reggnu.Plo rm -f ./.deps/regparse.Plo rm -f ./.deps/regposerr.Plo rm -f ./.deps/regposix.Plo rm -f ./.deps/regsyntax.Plo rm -f ./.deps/regtrav.Plo rm -f ./.deps/regversion.Plo rm -f ./.deps/sjis.Plo rm -f ./.deps/sjis_prop.Plo rm -f ./.deps/st.Plo rm -f ./.deps/unicode.Plo rm -f ./.deps/unicode_fold1_key.Plo rm -f ./.deps/unicode_fold2_key.Plo rm -f ./.deps/unicode_fold3_key.Plo rm -f ./.deps/unicode_unfold_key.Plo rm -f ./.deps/utf16_be.Plo rm -f ./.deps/utf16_le.Plo rm -f ./.deps/utf32_be.Plo rm -f ./.deps/utf32_le.Plo rm -f ./.deps/utf8.Plo rm -f Makefile make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making distclean in test make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back rm -rf .libs _libs rm -f *.o test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/test_back.Po rm -f ./.deps/test_options.Po rm -f ./.deps/test_regset.Po rm -f ./.deps/test_syntax.Po rm -f ./.deps/test_utf8.Po rm -f ./.deps/testc.Po rm -f ./.deps/testp.Po rm -f ./.deps/testu. [command output truncated] lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o libtool: link: ranlib .libs/libonig.a libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making all in test make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making all in sample make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma' sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Entering directory '/home/peter/jq_src' GEN jq.1 CC src/builtin.lo CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo CC src/jv_dtoa_tsd.lo CC vendor/decNumber/decContext.lo CC vendor/decNumber/decNumber.lo CC src/lexer.lo CC src/parser.lo CC src/main.o CCLD libjq.la CCLD jq make[2]: Leaving directory '/home/peter/jq_src' make[1]: Leaving directory '/home/peter/jq_src'
[empty output]
/home/peter/result/bin/jq: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c824dfd36fe154a10a6074803afd5e28ec415731, for GNU/Linux 3.2.0, not stripped
[empty output]
[empty output]
compile-bench> ls -l /home/peter/result /home/peter/result/bin /home/peter/result:
total 16
drwxr-xr-x 2 peter peter 4096 Sep 16 20:10 bin
drwxr-xr-x 2 peter peter 4096 Sep 16 20:09 include
lrwxrwxrwx 1 peter peter 25 Sep 16 20:10 jq -> /home/peter/result/bin/jq
drwxr-xr-x 3 peter peter 4096 Sep 16 20:09 lib
drwxr-xr-x 4 peter peter 4096 Sep 16 20:09 share
/home/peter/result/bin:
total 1080
-rwxr-xr-x 1 peter peter 1098024 Sep 16 20:10 jq
-rwxr-xr-x 1 peter peter 1389 Sep 16 20:09 onig-config
↓ 13 lines
/home/peter/result: total 16 drwxr-xr-x 2 peter peter 4096 Sep 16 20:10 bin drwxr-xr-x 2 peter peter 4096 Sep 16 20:09 include lrwxrwxrwx 1 peter peter 25 Sep 16 20:10 jq -> /home/peter/result/bin/jq drwxr-xr-x 3 peter peter 4096 Sep 16 20:09 lib drwxr-xr-x 4 peter peter 4096 Sep 16 20:09 share /home/peter/result/bin: total 1080 -rwxr-xr-x 1 peter peter 1098024 Sep 16 20:10 jq -rwxr-xr-x 1 peter peter 1389 Sep 16 20:09 onig-config
[empty output]
compile-bench> ldd /home/peter/result/bin/jq || true linux-vdso.so.1 (0x00007ffef7f4c000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x000075d1a053b000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000075d1a0312000)
/lib64/ld-linux-x86-64.so.2 (0x000075d1a0733000)
↓ 5 lines
linux-vdso.so.1 (0x00007ffef7f4c000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x000075d1a053b000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x000075d1a0312000) /lib64/ld-linux-x86-64.so.2 (0x000075d1a0733000)
compile-bench> cd /home/peter/jq_src && make distclean && ./configure --prefix=/home/peter/result --disable-maintainer-mode --enable-static --disable-shared CFLAGS='-O2' LDFLAGS='-all-static' LIBS='-ldl -lm' && make -j$(nproc) CFLAGS='-O2' LDFLAGS='-all-static' LIBS='-ldl -lm' Making distclean in vendor/oniguruma
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making distclean in src
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
test -z "libonig.la" || rm -f libonig.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f ./.deps/ascii.Plo
rm -f ./.deps/big5.Plo
rm -f ./.deps/cp1251.Plo
rm -f ./.deps/euc_jp.Plo
rm -f ./.deps/euc_jp_prop.Plo
rm -f ./.deps/euc_kr.Plo
rm -f ./.deps/euc_tw.Plo
rm -f ./.deps/gb18030.Plo
rm -f ./.deps/iso8859_1.Plo
rm -f ./.deps/iso8859_10.Plo
rm -f ./.deps/iso8859_11.Plo
rm -f ./.deps/iso8859_13.Plo
rm -f ./.deps/iso8859_14.Plo
rm -f ./.deps/iso8859_15.Plo
rm -f ./.deps/iso8859_16.Plo
rm -f ./.deps/iso8859_2.Plo
rm -f ./.deps/iso8859_3.Plo
rm -f ./.deps/iso8859_4.Plo
rm -f ./.deps/iso8859_5.Plo
rm -f ./.deps/iso8859_6.Plo
rm -f ./.deps/iso8859_7.Plo
rm -f ./.deps/iso8859_8.Plo
rm -f ./.deps/iso8859_9.Plo
rm -f ./.deps/koi8_r.Plo
rm -f ./.deps/onig_init.Plo
rm -f ./.deps/regcomp.Plo
rm -f ./.deps/regenc.Plo
rm -f ./.deps/regerror.Plo
rm -f ./.deps/regexec.Plo
rm -f ./.deps/regext.Plo
rm -f ./.deps/reggnu.Plo
rm -f ./.deps/regparse.Plo
rm -f ./.deps/regposerr.Plo
rm -f ./.deps/regposix.Plo
rm -f ./.deps/regsyntax.Plo
rm -f ./.deps/regtrav.Plo
rm -f ./.deps/regversion.Plo
rm -f ./.deps/sjis.Plo
rm -f ./.deps/sjis_prop.Plo
rm -f ./.deps/st.Plo
rm -f ./.deps/unicode.Plo
rm -f ./.deps/unicode_fold1_key.Plo
rm -f ./.deps/unicode_fold2_key.Plo
rm -f ./.deps/unicode_fold3_key.Plo
rm -f ./.deps/unicode_unfold_key.Plo
rm -f ./.deps/utf16_be.Plo
rm -f ./.deps/utf16_le.Plo
rm -f ./.deps/utf32_be.Plo
rm -f ./.deps/utf32_le.Plo
rm -f ./.deps/utf8.Plo
rm -f Makefile
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making distclean in test
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back
rm -rf .libs _libs
[command output truncated]
rm -f *.lo
test -z "onig-config" || rm -f onig-config
test . = "." || test -z "" || rm -f
test -z "oniguruma.pc" || rm -f oniguruma.pc
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[1]: Entering directory '/home/peter/jq_src'
rm -f jq
test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1
test -z "libjq.la " || rm -f libjq.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -rf vendor/decNumber/.libs vendor/decNumber/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f vendor/decNumber/*.o
rm -f vendor/decNumber/*.lo
test -z "tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log" || rm -f tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log
test -z "tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs" || rm -f tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "libjq.pc" || rm -f libjq.pc
test . = "." || test -z "" || rm -f
rm -f src/.deps/.dirstamp
rm -f src/.dirstamp
rm -f vendor/decNumber/.deps/.dirstamp
rm -f vendor/decNumber/.dirstamp
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory '/home/peter/jq_src'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f src/.deps/builtin.Plo
rm -f src/.deps/bytecode.Plo
rm -f src/.deps/compile.Plo
rm -f src/.deps/execute.Plo
rm -f src/.deps/inject_errors.Plo
rm -f src/.deps/jq_test.Plo
rm -f src/.deps/jv.Plo
rm -f src/.deps/jv_alloc.Plo
rm -f src/.deps/jv_aux.Plo
rm -f src/.deps/jv_dtoa.Plo
rm -f src/.deps/jv_dtoa_tsd.Plo
rm -f src/.deps/jv_file.Plo
rm -f src/.deps/jv_parse.Plo
rm -f src/.deps/jv_print.Plo
rm -f src/.deps/jv_unicode.Plo
rm -f src/.deps/lexer.Plo
rm -f src/.deps/linker.Plo
rm -f src/.deps/locfile.Plo
rm -f src/.deps/main.Po
rm -f src/.deps/parser.Plo
rm -f src/.deps/util.Plo
rm -f vendor/decNumber/.deps/decContext.Plo
rm -f vendor/decNumber/.deps/decNumber.Plo
rm -f Makefile
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/peter/jq_src':
configure: error: C compiler cannot create executables
See `config.log' for more details
↓ 141 lines
Making distclean in vendor/oniguruma make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma' Making distclean in src make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' test -z "libonig.la" || rm -f libonig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/ascii.Plo rm -f ./.deps/big5.Plo rm -f ./.deps/cp1251.Plo rm -f ./.deps/euc_jp.Plo rm -f ./.deps/euc_jp_prop.Plo rm -f ./.deps/euc_kr.Plo rm -f ./.deps/euc_tw.Plo rm -f ./.deps/gb18030.Plo rm -f ./.deps/iso8859_1.Plo rm -f ./.deps/iso8859_10.Plo rm -f ./.deps/iso8859_11.Plo rm -f ./.deps/iso8859_13.Plo rm -f ./.deps/iso8859_14.Plo rm -f ./.deps/iso8859_15.Plo rm -f ./.deps/iso8859_16.Plo rm -f ./.deps/iso8859_2.Plo rm -f ./.deps/iso8859_3.Plo rm -f ./.deps/iso8859_4.Plo rm -f ./.deps/iso8859_5.Plo rm -f ./.deps/iso8859_6.Plo rm -f ./.deps/iso8859_7.Plo rm -f ./.deps/iso8859_8.Plo rm -f ./.deps/iso8859_9.Plo rm -f ./.deps/koi8_r.Plo rm -f ./.deps/onig_init.Plo rm -f ./.deps/regcomp.Plo rm -f ./.deps/regenc.Plo rm -f ./.deps/regerror.Plo rm -f ./.deps/regexec.Plo rm -f ./.deps/regext.Plo rm -f ./.deps/reggnu.Plo rm -f ./.deps/regparse.Plo rm -f ./.deps/regposerr.Plo rm -f ./.deps/regposix.Plo rm -f ./.deps/regsyntax.Plo rm -f ./.deps/regtrav.Plo rm -f ./.deps/regversion.Plo rm -f ./.deps/sjis.Plo rm -f ./.deps/sjis_prop.Plo rm -f ./.deps/st.Plo rm -f ./.deps/unicode.Plo rm -f ./.deps/unicode_fold1_key.Plo rm -f ./.deps/unicode_fold2_key.Plo rm -f ./.deps/unicode_fold3_key.Plo rm -f ./.deps/unicode_unfold_key.Plo rm -f ./.deps/utf16_be.Plo rm -f ./.deps/utf16_le.Plo rm -f ./.deps/utf32_be.Plo rm -f ./.deps/utf32_le.Plo rm -f ./.deps/utf8.Plo rm -f Makefile make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making distclean in test make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back rm -rf .libs _libs [command output truncated] rm -f *.lo test -z "onig-config" || rm -f onig-config test . = "." || test -z "" || rm -f test -z "oniguruma.pc" || rm -f oniguruma.pc rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[1]: Entering directory '/home/peter/jq_src' rm -f jq test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1 test -z "libjq.la " || rm -f libjq.la rm -f ./so_locations rm -rf .libs _libs rm -rf src/.libs src/_libs rm -rf vendor/decNumber/.libs vendor/decNumber/_libs rm -f *.o rm -f src/*.o rm -f src/*.lo rm -f vendor/decNumber/*.o rm -f vendor/decNumber/*.lo test -z "tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log" || rm -f tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log test -z "tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs" || rm -f tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "libjq.pc" || rm -f libjq.pc test . = "." || test -z "" || rm -f rm -f src/.deps/.dirstamp rm -f src/.dirstamp rm -f vendor/decNumber/.deps/.dirstamp rm -f vendor/decNumber/.dirstamp rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/home/peter/jq_src' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f src/.deps/builtin.Plo rm -f src/.deps/bytecode.Plo rm -f src/.deps/compile.Plo rm -f src/.deps/execute.Plo rm -f src/.deps/inject_errors.Plo rm -f src/.deps/jq_test.Plo rm -f src/.deps/jv.Plo rm -f src/.deps/jv_alloc.Plo rm -f src/.deps/jv_aux.Plo rm -f src/.deps/jv_dtoa.Plo rm -f src/.deps/jv_dtoa_tsd.Plo rm -f src/.deps/jv_file.Plo rm -f src/.deps/jv_parse.Plo rm -f src/.deps/jv_print.Plo rm -f src/.deps/jv_unicode.Plo rm -f src/.deps/lexer.Plo rm -f src/.deps/linker.Plo rm -f src/.deps/locfile.Plo rm -f src/.deps/main.Po rm -f src/.deps/parser.Plo rm -f src/.deps/util.Plo rm -f vendor/decNumber/.deps/decContext.Plo rm -f vendor/decNumber/.deps/decNumber.Plo rm -f Makefile checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/peter/jq_src': configure: error: C compiler cannot create executables See `config.log' for more details
compile-bench> cd /home/peter/jq_src && ./configure --prefix=/home/peter/result --disable-maintainer-mode --enable-static --disable-shared CFLAGS='' LDFLAGS='-static' LIBS='-ldl -lm' && make clean && make -j$(nproc) LDFLAGS='-static' LIBS='-ldl -lm' 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for bison... no
checking for byacc... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
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... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking
[command output truncated]
lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm
libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o
libtool: link: ranlib .libs/libonig.a
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making all in test
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making all in sample
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc
make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[2]: Entering directory '/home/peter/jq_src'
GEN jq.1
CC src/builtin.lo
CC src/bytecode.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
CC src/jv_dtoa.lo
CC src/jv_file.lo
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/jv_dtoa_tsd.lo
CC vendor/decNumber/decContext.lo
CC vendor/decNumber/decNumber.lo
CC src/lexer.lo
CC src/parser.lo
CC src/main.o
CCLD libjq.la
CCLD jq
make[2]: Leaving directory '/home/peter/jq_src'
make[1]: Leaving directory '/home/peter/jq_src'
↓ 111 lines
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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether make supports nested variables... (cached) yes checking for ar... ar checking the archiver (ar) interface... ar checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking for bison... no checking for byacc... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking [command output truncated] lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo -ldl -lm libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o libtool: link: ranlib .libs/libonig.a libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) make[4]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making all in test make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making all in sample make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[3]: Entering directory '/home/peter/jq_src/vendor/oniguruma' sed -e 's,[@]datadir[@],/home/peter/result/share,g' -e 's,[@]datarootdir[@],/home/peter/result/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/home/peter/result,g' -e 's,[@]exec_prefix[@],/home/peter/result,g' -e 's,[@]libdir[@],/home/peter/result/lib,g' -e 's,[@]includedir[@],/home/peter/result/include,g' < ./oniguruma.pc.in > oniguruma.pc make[3]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[2]: Entering directory '/home/peter/jq_src' GEN jq.1 CC src/builtin.lo CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo CC src/jv_dtoa_tsd.lo CC vendor/decNumber/decContext.lo CC vendor/decNumber/decNumber.lo CC src/lexer.lo CC src/parser.lo CC src/main.o CCLD libjq.la CCLD jq make[2]: Leaving directory '/home/peter/jq_src' make[1]: Leaving directory '/home/peter/jq_src'
[empty output]
/home/peter/result/bin/jq: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=faddf39531f923e36155552f61bb0a63e9cf9dfb, for GNU/Linux 3.2.0, not stripped
compile-bench> cd /home/peter/jq_src && gcc -o jq.static src/*.c vendor/decNumber/*.c vendor/oniguruma/src/*.c -Ivendor/oniguruma/src -Isrc -Ivendor/decNumber -static -lm -ldl src/builtin.c: In function 'my_mktime':
src/builtin.c:1486:5: warning: implicit declaration of function 'setenv'; did you mean 'getenv'? [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
1486 | setenv("TZ", "", 1);
| ^~~~~~
| getenv
src/builtin.c: At top level:
src/builtin.c:2049:10: fatal error: src/builtin.inc: No such file or directory
2049 | #include "src/builtin.inc"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
src/inject_errors.c: In function 'fopen':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c:25:28: note: each undeclared identifier is reported only once for each function it appears in
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c: In function 'fclose':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:60:3: note: in expansion of macro 'GET_REAL'
60 | GET_REAL(fclose);
| ^~~~~~~~
src/inject_errors.c: In function 'fgets':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:70:3: note: in expansion of macro 'GET_REAL'
70 | GET_REAL(fgets);
| ^~~~~~~~
src/inject_errors.c: In function 'fread':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:78:3: note: in expansion of macro 'GET_REAL'
78 | GET_REAL(fread);
| ^~~~~~~~
src/inject_errors.c: In function 'fwrite':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:86:3: note: in expansion of macro 'GET_REAL'
86 | GET_REAL(fwrite);
| ^~~~~~~~
src/inject_errors.c: In function 'ferror':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
|
[command output truncated]
de_wb_data.c:1134:2: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:13: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:13: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:23: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:23: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1135:2: warning: braces around scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1135:2: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:13: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:13: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:23: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:23: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1136:2: warning: braces around scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1136:2: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:13: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:13: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:23: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:23: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1137:2: warning: braces around scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^
vendor/oniguruma/src/unicode_wb_data.c:1137:2: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:13: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:13: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:23: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:23: note: (near initialization for 'WB_RANGES[1084]')
↓ 102 lines
src/builtin.c: In function 'my_mktime':
src/builtin.c:1486:5: warning: implicit declaration of function 'setenv'; did you mean 'getenv'? [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
1486 | setenv("TZ", "", 1);
| ^~~~~~
| getenv
src/builtin.c: At top level:
src/builtin.c:2049:10: fatal error: src/builtin.inc: No such file or directory
2049 | #include "src/builtin.inc"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
src/inject_errors.c: In function 'fopen':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c:25:28: note: each undeclared identifier is reported only once for each function it appears in
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:40:3: note: in expansion of macro 'GET_REAL'
40 | GET_REAL(fopen);
| ^~~~~~~~
src/inject_errors.c: In function 'fclose':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:60:3: note: in expansion of macro 'GET_REAL'
60 | GET_REAL(fclose);
| ^~~~~~~~
src/inject_errors.c: In function 'fgets':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:70:3: note: in expansion of macro 'GET_REAL'
70 | GET_REAL(fgets);
| ^~~~~~~~
src/inject_errors.c: In function 'fread':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:78:3: note: in expansion of macro 'GET_REAL'
78 | GET_REAL(fread);
| ^~~~~~~~
src/inject_errors.c: In function 'fwrite':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
| ^~~~~~~~~
src/inject_errors.c:86:3: note: in expansion of macro 'GET_REAL'
86 | GET_REAL(fwrite);
| ^~~~~~~~
src/inject_errors.c: In function 'ferror':
src/inject_errors.c:25:28: error: 'RTLD_NEXT' undeclared (first use in this function); did you mean 'RTLD_NOW'?
25 | real_ ## sym = dlsym(RTLD_NEXT, #sym); \
|
[command output truncated]
de_wb_data.c:1134:2: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:13: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:13: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1134:23: warning: excess elements in scalar initializer
1134 | {0x01fbf0, 0x01fbf9, WB_Numeric },
| ^~~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1134:23: note: (near initialization for 'WB_RANGES[1081]')
vendor/oniguruma/src/unicode_wb_data.c:1135:2: warning: braces around scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1135:2: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:13: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:13: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1135:23: warning: excess elements in scalar initializer
1135 | {0x0e0001, 0x0e0001, WB_Format },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1135:23: note: (near initialization for 'WB_RANGES[1082]')
vendor/oniguruma/src/unicode_wb_data.c:1136:2: warning: braces around scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^
vendor/oniguruma/src/unicode_wb_data.c:1136:2: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:13: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:13: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1136:23: warning: excess elements in scalar initializer
1136 | {0x0e0020, 0x0e007f, WB_Extend },
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1136:23: note: (near initialization for 'WB_RANGES[1083]')
vendor/oniguruma/src/unicode_wb_data.c:1137:2: warning: braces around scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^
vendor/oniguruma/src/unicode_wb_data.c:1137:2: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:13: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:13: note: (near initialization for 'WB_RANGES[1084]')
vendor/oniguruma/src/unicode_wb_data.c:1137:23: warning: excess elements in scalar initializer
1137 | {0x0e0100, 0x0e01ef, WB_Extend }
| ^~~~~~~~~
vendor/oniguruma/src/unicode_wb_data.c:1137:23: note: (near initialization for 'WB_RANGES[1084]')
compile-bench> cd /home/peter/jq_src && make clean && make jq LDFLAGS='-static' LIBS='-ldl -lm' Making clean in vendor/oniguruma
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making clean in src
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
test -z "libonig.la" || rm -f libonig.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making clean in test
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back
rm -rf .libs _libs
rm -f *.o
test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log
test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making clean in sample
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
rm -f encode listcap names simple sql syntax user_property callout echo count bug_fix regset scan callback_each_match
rm -rf .libs _libs
rm -f *.o
test -z "encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log" || rm -f encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log
test -z "encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs" || rm -f encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[1]: Entering directory '/home/peter/jq_src'
rm -f jq
test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1
test -z "libjq.la " || rm -f libjq.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -rf vendor/decNumber/.libs vendor/decNumber/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f vendor/decNumber/*.o
rm -f vendor/decNumber/*.lo
test -z "tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log" || rm -f tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log
test -z "tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs" || rm -f tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/home/peter/jq_src'
mkdir -p src
GEN src/version.h
mkdir -p src
GEN src/config_opts.inc
CC src/main.o
mkdir -p src
GEN src/builtin.inc
CC src/builtin.lo
CC src/bytecode.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
CC src/jv_dtoa.lo
CC src/jv_file.lo
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/jv_dtoa_tsd.lo
CC vendor/decNumber/decContext.lo
CC vendor/decNumber/decNumber.lo
CC src/lexer.lo
CC src/parser.lo
make: *** No rule to make target 'vendor/oniguruma/src/.libs/libonig.la', needed by 'libjq.la'. Stop.
↓ 83 lines
Making clean in vendor/oniguruma make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma' Making clean in src make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' test -z "libonig.la" || rm -f libonig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making clean in test make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back rm -rf .libs _libs rm -f *.o test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making clean in sample make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' rm -f encode listcap names simple sql syntax user_property callout echo count bug_fix regset scan callback_each_match rm -rf .libs _libs rm -f *.o test -z "encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log" || rm -f encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log test -z "encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs" || rm -f encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[1]: Entering directory '/home/peter/jq_src' rm -f jq test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1 test -z "libjq.la " || rm -f libjq.la rm -f ./so_locations rm -rf .libs _libs rm -rf src/.libs src/_libs rm -rf vendor/decNumber/.libs vendor/decNumber/_libs rm -f *.o rm -f src/*.o rm -f src/*.lo rm -f vendor/decNumber/*.o rm -f vendor/decNumber/*.lo test -z "tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log" || rm -f tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log test -z "tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs" || rm -f tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[1]: Leaving directory '/home/peter/jq_src' mkdir -p src GEN src/version.h mkdir -p src GEN src/config_opts.inc CC src/main.o mkdir -p src GEN src/builtin.inc CC src/builtin.lo CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo CC src/jv_dtoa_tsd.lo CC vendor/decNumber/decContext.lo CC vendor/decNumber/decNumber.lo CC src/lexer.lo CC src/parser.lo make: *** No rule to make target 'vendor/oniguruma/src/.libs/libonig.la', needed by 'libjq.la'. Stop.
bash: libtool: command not found
compile-bench> cd /home/peter/jq_src/vendor/oniguruma && ./configure --enable-static --disable-shared && make -j$(nproc) checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
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... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
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... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.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
[command output truncated]
-DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c cp1251.c -o cp1251.o
mv -f .deps/koi8_r.Tpo .deps/koi8_r.Plo
mv -f .deps/cp1251.Tpo .deps/cp1251.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT onig_init.lo -MD -MP -MF .deps/onig_init.Tpo -c onig_init.c -o onig_init.o
mv -f .deps/gb18030.Tpo .deps/gb18030.Plo
mv -f .deps/onig_init.Tpo .deps/onig_init.Plo
mv -f .deps/regcomp.Tpo .deps/regcomp.Plo
mv -f .deps/regexec.Tpo .deps/regexec.Plo
mv -f .deps/regparse.Tpo .deps/regparse.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -version-info 10:0:5 -o libonig.la -rpath /usr/local/lib regparse.lo regcomp.lo regexec.lo regenc.lo regerror.lo regext.lo regsyntax.lo regtrav.lo regversion.lo st.lo reggnu.lo unicode.lo unicode_unfold_key.lo unicode_fold1_key.lo unicode_fold2_key.lo unicode_fold3_key.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo
libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o
libtool: link: ranlib .libs/libonig.a
libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making all in test
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making all in sample
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
sed -e 's,[@]datadir[@],/usr/local/share,g' -e 's,[@]datarootdir[@],/usr/local/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/usr/local,g' -e 's,[@]exec_prefix[@],/usr/local,g' -e 's,[@]libdir[@],/usr/local/lib,g' -e 's,[@]includedir[@],/usr/local/include,g' < ./oniguruma.pc.in > oniguruma.pc
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
↓ 93 lines
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n 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... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.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 [command output truncated] -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c cp1251.c -o cp1251.o mv -f .deps/koi8_r.Tpo .deps/koi8_r.Plo mv -f .deps/cp1251.Tpo .deps/cp1251.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT onig_init.lo -MD -MP -MF .deps/onig_init.Tpo -c onig_init.c -o onig_init.o mv -f .deps/gb18030.Tpo .deps/gb18030.Plo mv -f .deps/onig_init.Tpo .deps/onig_init.Plo mv -f .deps/regcomp.Tpo .deps/regcomp.Plo mv -f .deps/regexec.Tpo .deps/regexec.Plo mv -f .deps/regparse.Tpo .deps/regparse.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -version-info 10:0:5 -o libonig.la -rpath /usr/local/lib regparse.lo regcomp.lo regexec.lo regenc.lo regerror.lo regext.lo regsyntax.lo regtrav.lo regversion.lo st.lo reggnu.lo unicode.lo unicode_unfold_key.lo unicode_fold1_key.lo unicode_fold2_key.lo unicode_fold3_key.lo ascii.lo utf8.lo utf16_be.lo utf16_le.lo utf32_be.lo utf32_le.lo euc_jp.lo euc_jp_prop.lo sjis.lo sjis_prop.lo iso8859_1.lo iso8859_2.lo iso8859_3.lo iso8859_4.lo iso8859_5.lo iso8859_6.lo iso8859_7.lo iso8859_8.lo iso8859_9.lo iso8859_10.lo iso8859_11.lo iso8859_13.lo iso8859_14.lo iso8859_15.lo iso8859_16.lo euc_tw.lo euc_kr.lo big5.lo gb18030.lo koi8_r.lo cp1251.lo onig_init.lo libtool: link: ar cr .libs/libonig.a regparse.o regcomp.o regexec.o regenc.o regerror.o regext.o regsyntax.o regtrav.o regversion.o st.o reggnu.o unicode.o unicode_unfold_key.o unicode_fold1_key.o unicode_fold2_key.o unicode_fold3_key.o ascii.o utf8.o utf16_be.o utf16_le.o utf32_be.o utf32_le.o euc_jp.o euc_jp_prop.o sjis.o sjis_prop.o iso8859_1.o iso8859_2.o iso8859_3.o iso8859_4.o iso8859_5.o iso8859_6.o iso8859_7.o iso8859_8.o iso8859_9.o iso8859_10.o iso8859_11.o iso8859_13.o iso8859_14.o iso8859_15.o iso8859_16.o euc_tw.o euc_kr.o big5.o gb18030.o koi8_r.o cp1251.o onig_init.o libtool: link: ranlib .libs/libonig.a libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" ) make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making all in test make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making all in sample make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma' sed -e 's,[@]datadir[@],/usr/local/share,g' -e 's,[@]datarootdir[@],/usr/local/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.10,g' -e 's,[@]prefix[@],/usr/local,g' -e 's,[@]exec_prefix[@],/usr/local,g' -e 's,[@]libdir[@],/usr/local/lib,g' -e 's,[@]includedir[@],/usr/local/include,g' < ./oniguruma.pc.in > oniguruma.pc make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
compile-bench> cd /home/peter/jq_src && make clean && make jq LDFLAGS='-static' LIBS='-ldl -lm' Making clean in vendor/oniguruma
make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
Making clean in src
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src'
test -z "libonig.la" || rm -f libonig.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src'
Making clean in test
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test'
rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back
rm -rf .libs _libs
rm -f *.o
test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log
test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test'
Making clean in sample
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample'
rm -f encode listcap names simple sql syntax user_property callout echo count bug_fix regset scan callback_each_match
rm -rf .libs _libs
rm -f *.o
test -z "encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log" || rm -f encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log
test -z "encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs" || rm -f encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample'
make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma'
make[1]: Entering directory '/home/peter/jq_src'
rm -f jq
test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1
test -z "libjq.la " || rm -f libjq.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -rf vendor/decNumber/.libs vendor/decNumber/_libs
rm -f *.o
rm -f src/*.o
rm -f src/*.lo
rm -f vendor/decNumber/*.o
rm -f vendor/decNumber/*.lo
test -z "tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log" || rm -f tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log
test -z "tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs" || rm -f tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/home/peter/jq_src'
mkdir -p src
GEN src/version.h
mkdir -p src
GEN src/config_opts.inc
CC src/main.o
mkdir -p src
GEN src/builtin.inc
CC src/builtin.lo
CC src/bytecode.lo
CC src/compile.lo
CC src/execute.lo
CC src/jq_test.lo
CC src/jv.lo
CC src/jv_alloc.lo
CC src/jv_aux.lo
CC src/jv_dtoa.lo
CC src/jv_file.lo
CC src/jv_parse.lo
CC src/jv_print.lo
CC src/jv_unicode.lo
CC src/linker.lo
CC src/locfile.lo
CC src/util.lo
CC src/jv_dtoa_tsd.lo
CC vendor/decNumber/decContext.lo
CC vendor/decNumber/decNumber.lo
CC src/lexer.lo
CC src/parser.lo
make: *** No rule to make target 'vendor/oniguruma/src/.libs/libonig.la', needed by 'libjq.la'. Stop.
↓ 83 lines
Making clean in vendor/oniguruma make[1]: Entering directory '/home/peter/jq_src/vendor/oniguruma' Making clean in src make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/src' test -z "libonig.la" || rm -f libonig.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/src' Making clean in test make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/test' rm -f test_utf8 test_syntax test_options testc testcu test_regset test_back rm -rf .libs _libs rm -f *.o test -z "test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log" || rm -f test_utf8.log test_syntax.log test_options.log testc.log testcu.log test_regset.log test_back.log test -z "test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs" || rm -f test_utf8.trs test_syntax.trs test_options.trs testc.trs testcu.trs test_regset.trs test_back.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/test' Making clean in sample make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma/sample' rm -f encode listcap names simple sql syntax user_property callout echo count bug_fix regset scan callback_each_match rm -rf .libs _libs rm -f *.o test -z "encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log" || rm -f encode.log listcap.log names.log simple.log sql.log syntax.log user_property.log callout.log echo.log count.log bug_fix.log regset.log scan.log callback_each_match.log test -z "encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs" || rm -f encode.trs listcap.trs names.trs simple.trs sql.trs syntax.trs user_property.trs callout.trs echo.trs count.trs bug_fix.trs regset.trs scan.trs callback_each_match.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma/sample' make[2]: Entering directory '/home/peter/jq_src/vendor/oniguruma' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[1]: Leaving directory '/home/peter/jq_src/vendor/oniguruma' make[1]: Entering directory '/home/peter/jq_src' rm -f jq test -z "src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1" || rm -f src/version.h .remake-version-h src/builtin.inc src/config_opts.inc jq.1 test -z "libjq.la " || rm -f libjq.la rm -f ./so_locations rm -rf .libs _libs rm -rf src/.libs src/_libs rm -rf vendor/decNumber/.libs vendor/decNumber/_libs rm -f *.o rm -f src/*.o rm -f src/*.lo rm -f vendor/decNumber/*.o rm -f vendor/decNumber/*.lo test -z "tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log" || rm -f tests/mantest.log tests/jqtest.log tests/shtest.log tests/utf8test.log tests/base64test.log tests/uritest.log tests/optionaltest.log tests/onigtest.log tests/manonigtest.log test -z "tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs" || rm -f tests/mantest.trs tests/jqtest.trs tests/shtest.trs tests/utf8test.trs tests/base64test.trs tests/uritest.trs tests/optionaltest.trs tests/onigtest.trs tests/manonigtest.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[1]: Leaving directory '/home/peter/jq_src' mkdir -p src GEN src/version.h mkdir -p src GEN src/config_opts.inc CC src/main.o mkdir -p src GEN src/builtin.inc CC src/builtin.lo CC src/bytecode.lo CC src/compile.lo CC src/execute.lo CC src/jq_test.lo CC src/jv.lo CC src/jv_alloc.lo CC src/jv_aux.lo CC src/jv_dtoa.lo CC src/jv_file.lo CC src/jv_parse.lo CC src/jv_print.lo CC src/jv_unicode.lo CC src/linker.lo CC src/locfile.lo CC src/util.lo CC src/jv_dtoa_tsd.lo CC vendor/decNumber/decContext.lo CC vendor/decNumber/decNumber.lo CC src/lexer.lo CC src/parser.lo make: *** No rule to make target 'vendor/oniguruma/src/.libs/libonig.la', needed by 'libjq.la'. Stop.
bash: autoreconf: command not found
bash: autoreconf: command not found
I was unable to produce a statically linked jq binary using the provided build environment via the regular configure/make process, as it always results in a dynamically linked binary, and attempts to force static linkage directly via gcc fail due to missing generated source and linking issues. The oniguruma dependency also needs its static library built separately for static linking, and autoreconf is not available to regenerate configure scripts if needed.
Here is what I did accomplish:
- Unpacked the jq 1.8.1 source.
- Built and installed jq to /home/peter/result, using as many static build options as possible.
- Created the required symlink /home/peter/result/jq pointing to /home/peter/result/bin/jq.
However, the resulting binary /home/peter/result/bin/jq is still dynamically linked, as confirmed by file and ldd.
If you want a strictly statically linked jq binary (no shared library dependencies at all), the current toolchain and sources did not allow for this without access to autoreconf or further manual editing.
- jq is compiled, installed to /home/peter/result, and symlinked as requested.
- The binary is not fully statically linked as you required.
If you want to try specific manual steps for linking with an already built static oniguruma, or exclude certain files from compilation, let me know and I can attempt that next. Or, if you want to retrieve the best-built jq I could produce in this environment, you can proceed to use /home/peter/result/bin/jq.
task failed: jq is not statically linked