Skip to content

Problem installing pyjq with Ubuntu 22.04 #74

Open
@mhalano

Description

@mhalano

I'm trying to install pyjq (which is a dependency for another tool I use) in Ubuntu Jammy Jellyfish (development version) which comes with Python 3.10 by default. Even if I install all dependencies (automake, bison, etc.), I still get this long log:

➜ pip install --user pyjq
Collecting pyjq
  Using cached pyjq-2.5.2.tar.gz (2.0 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: pyjq
  Building wheel for pyjq (pyproject.toml) ... error
  error: subprocess-exited-with-error
  
  × Building wheel for pyjq (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [1165 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-3.10
      copying pyjq.py -> build/lib.linux-x86_64-3.10
      running build_ext
      RefactoringTool: Refactored /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/gperf_unfold_key_conv.py
      RefactoringTool: Files that were modified:
      RefactoringTool: /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/gperf_unfold_key_conv.py
      RefactoringTool: Refactored /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/make_unicode_property_data.py
      RefactoringTool: Files that were modified:
      RefactoringTool: /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/make_unicode_property_data.py
      RefactoringTool: Refactored /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/gperf_fold_key_conv.py
      RefactoringTool: Files that were modified:
      RefactoringTool: /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/gperf_fold_key_conv.py
      RefactoringTool: Refactored /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/make_unicode_egcb_data.py
      RefactoringTool: Files that were modified:
      RefactoringTool: /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/make_unicode_egcb_data.py
      RefactoringTool: Refactored /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/make_unicode_fold_data.py
      RefactoringTool: Files that were modified:
      RefactoringTool: /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src/make_unicode_fold_data.py
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking for a thread-safe 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 we are using the GNU C compiler... yes
      checking whether gcc accepts -g... yes
      checking for gcc option to accept ISO C89... none needed
      checking whether gcc understands -c and -o together... yes
      checking for style of include used by make... GNU
      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 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... mt
      checking if mt is a manifest tool... no
      checking how to run the C preprocessor... gcc -E
      checking for ANSI C header files... yes
      checking for sys/types.h... yes
      checking for sys/stat.h... yes
      checking for stdlib.h... yes
      checking for string.h... yes
      checking for memory.h... yes
      checking for strings.h... yes
      checking for inttypes.h... yes
      checking for stdint.h... yes
      checking for unistd.h... yes
      checking for dlfcn.h... yes
      checking for objdir... .libs
      checking if gcc supports -fno-rtti -fno-exceptions... no
      checking for gcc option to produce PIC... -fPIC -DPIC
      checking if gcc PIC flag -fPIC -DPIC works... yes
      checking if gcc static flag -static works... yes
      checking if gcc supports -c -o file.o... yes
      checking if gcc supports -c -o file.o... (cached) yes
      checking whether the gcc linker (/usr/bin/ld -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 ANSI C header files... (cached) yes
      checking for stdlib.h... (cached) yes
      checking for string.h... (cached) yes
      checking for strings.h... (cached) yes
      checking limits.h usability... yes
      checking limits.h presence... yes
      checking for limits.h... yes
      checking sys/time.h usability... yes
      checking sys/time.h presence... yes
      checking for sys/time.h... yes
      checking for unistd.h... (cached) yes
      checking sys/times.h usability... yes
      checking sys/times.h presence... yes
      checking for sys/times.h... yes
      checking size of int... 4
      checking size of short... 2
      checking size of long... 8
      checking for an ANSI C-conforming const... yes
      checking whether time.h and sys/time.h may both be included... yes
      checking for size_t... yes
      checking for working alloca.h... yes
      checking for alloca... yes
      checking for working memcmp... yes
      checking for prototypes... yes
      checking for variable length prototypes and stdarg.h... 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
      Making all in src
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
      make  all-am
      make[2]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c -o regparse.lo regparse.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regparse.lo -MD -MP -MF .deps/regparse.Tpo -c regparse.c -o regparse.o
      mv -f .deps/regparse.Tpo .deps/regparse.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c -o regcomp.lo regcomp.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regcomp.lo -MD -MP -MF .deps/regcomp.Tpo -c regcomp.c -o regcomp.o
      mv -f .deps/regcomp.Tpo .deps/regcomp.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c -o regexec.lo regexec.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regexec.lo -MD -MP -MF .deps/regexec.Tpo -c regexec.c -o regexec.o
      mv -f .deps/regexec.Tpo .deps/regexec.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c -o regenc.lo regenc.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regenc.lo -MD -MP -MF .deps/regenc.Tpo -c regenc.c -o regenc.o
      mv -f .deps/regenc.Tpo .deps/regenc.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c -o regerror.lo regerror.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regerror.lo -MD -MP -MF .deps/regerror.Tpo -c regerror.c -o regerror.o
      mv -f .deps/regerror.Tpo .deps/regerror.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c -o regext.lo regext.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regext.lo -MD -MP -MF .deps/regext.Tpo -c regext.c -o regext.o
      mv -f .deps/regext.Tpo .deps/regext.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c -o regsyntax.lo regsyntax.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regsyntax.lo -MD -MP -MF .deps/regsyntax.Tpo -c regsyntax.c -o regsyntax.o
      mv -f .deps/regsyntax.Tpo .deps/regsyntax.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c -o regtrav.lo regtrav.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regtrav.lo -MD -MP -MF .deps/regtrav.Tpo -c regtrav.c -o regtrav.o
      mv -f .deps/regtrav.Tpo .deps/regtrav.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c -o regversion.lo regversion.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regversion.lo -MD -MP -MF .deps/regversion.Tpo -c regversion.c -o regversion.o
      mv -f .deps/regversion.Tpo .deps/regversion.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT st.lo -MD -MP -MF .deps/st.Tpo -c -o st.lo st.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT st.lo -MD -MP -MF .deps/st.Tpo -c st.c -o st.o
      mv -f .deps/st.Tpo .deps/st.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c -o reggnu.lo reggnu.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT reggnu.lo -MD -MP -MF .deps/reggnu.Tpo -c reggnu.c -o reggnu.o
      mv -f .deps/reggnu.Tpo .deps/reggnu.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c -o regposix.lo regposix.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regposix.lo -MD -MP -MF .deps/regposix.Tpo -c regposix.c -o regposix.o
      mv -f .deps/regposix.Tpo .deps/regposix.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c -o regposerr.lo regposerr.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT regposerr.lo -MD -MP -MF .deps/regposerr.Tpo -c regposerr.c -o regposerr.o
      mv -f .deps/regposerr.Tpo .deps/regposerr.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c -o unicode.lo unicode.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -o unicode.o
      mv -f .deps/unicode.Tpo .deps/unicode.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT unicode_unfold_key.lo -MD -MP -MF .deps/unicode_unfold_key.Tpo -c -o unicode_unfold_key.lo unicode_unfold_key.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT unicode_unfold_key.lo -MD -MP -MF .deps/unicode_unfold_key.Tpo -c unicode_unfold_key.c -o unicode_unfold_key.o
      mv -f .deps/unicode_unfold_key.Tpo .deps/unicode_unfold_key.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT unicode_fold1_key.lo -MD -MP -MF .deps/unicode_fold1_key.Tpo -c -o unicode_fold1_key.lo unicode_fold1_key.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT unicode_fold1_key.lo -MD -MP -MF .deps/unicode_fold1_key.Tpo -c unicode_fold1_key.c -o unicode_fold1_key.o
      mv -f .deps/unicode_fold1_key.Tpo .deps/unicode_fold1_key.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT unicode_fold2_key.lo -MD -MP -MF .deps/unicode_fold2_key.Tpo -c -o unicode_fold2_key.lo unicode_fold2_key.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT unicode_fold2_key.lo -MD -MP -MF .deps/unicode_fold2_key.Tpo -c unicode_fold2_key.c -o unicode_fold2_key.o
      mv -f .deps/unicode_fold2_key.Tpo .deps/unicode_fold2_key.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT unicode_fold3_key.lo -MD -MP -MF .deps/unicode_fold3_key.Tpo -c -o unicode_fold3_key.lo unicode_fold3_key.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT unicode_fold3_key.lo -MD -MP -MF .deps/unicode_fold3_key.Tpo -c unicode_fold3_key.c -o unicode_fold3_key.o
      mv -f .deps/unicode_fold3_key.Tpo .deps/unicode_fold3_key.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c -o ascii.lo ascii.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT ascii.lo -MD -MP -MF .deps/ascii.Tpo -c ascii.c -o ascii.o
      mv -f .deps/ascii.Tpo .deps/ascii.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c -o utf8.lo utf8.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT utf8.lo -MD -MP -MF .deps/utf8.Tpo -c utf8.c -o utf8.o
      mv -f .deps/utf8.Tpo .deps/utf8.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c -o utf16_be.lo utf16_be.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT utf16_be.lo -MD -MP -MF .deps/utf16_be.Tpo -c utf16_be.c -o utf16_be.o
      mv -f .deps/utf16_be.Tpo .deps/utf16_be.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c -o utf16_le.lo utf16_le.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT utf16_le.lo -MD -MP -MF .deps/utf16_le.Tpo -c utf16_le.c -o utf16_le.o
      mv -f .deps/utf16_le.Tpo .deps/utf16_le.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c -o utf32_be.lo utf32_be.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT utf32_be.lo -MD -MP -MF .deps/utf32_be.Tpo -c utf32_be.c -o utf32_be.o
      mv -f .deps/utf32_be.Tpo .deps/utf32_be.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c -o utf32_le.lo utf32_le.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT utf32_le.lo -MD -MP -MF .deps/utf32_le.Tpo -c utf32_le.c -o utf32_le.o
      mv -f .deps/utf32_le.Tpo .deps/utf32_le.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c -o euc_jp.lo euc_jp.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT euc_jp.lo -MD -MP -MF .deps/euc_jp.Tpo -c euc_jp.c -o euc_jp.o
      mv -f .deps/euc_jp.Tpo .deps/euc_jp.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT euc_jp_prop.lo -MD -MP -MF .deps/euc_jp_prop.Tpo -c -o euc_jp_prop.lo euc_jp_prop.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT euc_jp_prop.lo -MD -MP -MF .deps/euc_jp_prop.Tpo -c euc_jp_prop.c -o euc_jp_prop.o
      mv -f .deps/euc_jp_prop.Tpo .deps/euc_jp_prop.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c -o sjis.lo sjis.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT sjis.lo -MD -MP -MF .deps/sjis.Tpo -c sjis.c -o sjis.o
      mv -f .deps/sjis.Tpo .deps/sjis.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT sjis_prop.lo -MD -MP -MF .deps/sjis_prop.Tpo -c -o sjis_prop.lo sjis_prop.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT sjis_prop.lo -MD -MP -MF .deps/sjis_prop.Tpo -c sjis_prop.c -o sjis_prop.o
      mv -f .deps/sjis_prop.Tpo .deps/sjis_prop.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c -o iso8859_1.lo iso8859_1.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_1.lo -MD -MP -MF .deps/iso8859_1.Tpo -c iso8859_1.c -o iso8859_1.o
      mv -f .deps/iso8859_1.Tpo .deps/iso8859_1.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c -o iso8859_2.lo iso8859_2.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_2.lo -MD -MP -MF .deps/iso8859_2.Tpo -c iso8859_2.c -o iso8859_2.o
      mv -f .deps/iso8859_2.Tpo .deps/iso8859_2.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c -o iso8859_3.lo iso8859_3.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_3.lo -MD -MP -MF .deps/iso8859_3.Tpo -c iso8859_3.c -o iso8859_3.o
      mv -f .deps/iso8859_3.Tpo .deps/iso8859_3.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c -o iso8859_4.lo iso8859_4.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_4.lo -MD -MP -MF .deps/iso8859_4.Tpo -c iso8859_4.c -o iso8859_4.o
      mv -f .deps/iso8859_4.Tpo .deps/iso8859_4.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c -o iso8859_5.lo iso8859_5.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_5.lo -MD -MP -MF .deps/iso8859_5.Tpo -c iso8859_5.c -o iso8859_5.o
      mv -f .deps/iso8859_5.Tpo .deps/iso8859_5.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c -o iso8859_6.lo iso8859_6.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_6.lo -MD -MP -MF .deps/iso8859_6.Tpo -c iso8859_6.c -o iso8859_6.o
      mv -f .deps/iso8859_6.Tpo .deps/iso8859_6.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c -o iso8859_7.lo iso8859_7.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_7.lo -MD -MP -MF .deps/iso8859_7.Tpo -c iso8859_7.c -o iso8859_7.o
      mv -f .deps/iso8859_7.Tpo .deps/iso8859_7.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c -o iso8859_8.lo iso8859_8.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_8.lo -MD -MP -MF .deps/iso8859_8.Tpo -c iso8859_8.c -o iso8859_8.o
      mv -f .deps/iso8859_8.Tpo .deps/iso8859_8.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c -o iso8859_9.lo iso8859_9.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_9.lo -MD -MP -MF .deps/iso8859_9.Tpo -c iso8859_9.c -o iso8859_9.o
      mv -f .deps/iso8859_9.Tpo .deps/iso8859_9.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c -o iso8859_10.lo iso8859_10.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_10.lo -MD -MP -MF .deps/iso8859_10.Tpo -c iso8859_10.c -o iso8859_10.o
      mv -f .deps/iso8859_10.Tpo .deps/iso8859_10.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c -o iso8859_11.lo iso8859_11.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_11.lo -MD -MP -MF .deps/iso8859_11.Tpo -c iso8859_11.c -o iso8859_11.o
      mv -f .deps/iso8859_11.Tpo .deps/iso8859_11.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c -o iso8859_13.lo iso8859_13.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_13.lo -MD -MP -MF .deps/iso8859_13.Tpo -c iso8859_13.c -o iso8859_13.o
      mv -f .deps/iso8859_13.Tpo .deps/iso8859_13.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c -o iso8859_14.lo iso8859_14.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_14.lo -MD -MP -MF .deps/iso8859_14.Tpo -c iso8859_14.c -o iso8859_14.o
      mv -f .deps/iso8859_14.Tpo .deps/iso8859_14.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c -o iso8859_15.lo iso8859_15.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_15.lo -MD -MP -MF .deps/iso8859_15.Tpo -c iso8859_15.c -o iso8859_15.o
      mv -f .deps/iso8859_15.Tpo .deps/iso8859_15.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c -o iso8859_16.lo iso8859_16.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT iso8859_16.lo -MD -MP -MF .deps/iso8859_16.Tpo -c iso8859_16.c -o iso8859_16.o
      mv -f .deps/iso8859_16.Tpo .deps/iso8859_16.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c -o euc_tw.lo euc_tw.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT euc_tw.lo -MD -MP -MF .deps/euc_tw.Tpo -c euc_tw.c -o euc_tw.o
      mv -f .deps/euc_tw.Tpo .deps/euc_tw.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c -o euc_kr.lo euc_kr.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT euc_kr.lo -MD -MP -MF .deps/euc_kr.Tpo -c euc_kr.c -o euc_kr.o
      mv -f .deps/euc_kr.Tpo .deps/euc_kr.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c -o big5.lo big5.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT big5.lo -MD -MP -MF .deps/big5.Tpo -c big5.c -o big5.o
      mv -f .deps/big5.Tpo .deps/big5.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c -o gb18030.lo gb18030.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT gb18030.lo -MD -MP -MF .deps/gb18030.Tpo -c gb18030.c -o gb18030.o
      mv -f .deps/gb18030.Tpo .deps/gb18030.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c -o koi8_r.lo koi8_r.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT koi8_r.lo -MD -MP -MF .deps/koi8_r.Tpo -c koi8_r.c -o koi8_r.o
      mv -f .deps/koi8_r.Tpo .deps/koi8_r.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c -o cp1251.lo cp1251.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT cp1251.lo -MD -MP -MF .deps/cp1251.Tpo -c cp1251.c -o cp1251.o
      mv -f .deps/cp1251.Tpo .deps/cp1251.Plo
      /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include  -Wall -fPIC -MT onig_init.lo -MD -MP -MF .deps/onig_init.Tpo -c -o onig_init.lo onig_init.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include -Wall -fPIC -MT onig_init.lo -MD -MP -MF .deps/onig_init.Tpo -c onig_init.c -o onig_init.o
      mv -f .deps/onig_init.Tpo .deps/onig_init.Plo
      /bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -fPIC -version-info 5:0:0  -o libonig.la -rpath /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib regparse.lo regcomp.lo regexec.lo regenc.lo regerror.lo regext.lo regsyntax.lo regtrav.lo regversion.lo st.lo reggnu.lo regposix.lo regposerr.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 cru .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 regposix.o regposerr.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
      ar: `u' modifier ignored since `D' is the default (see `U')
      libtool: link: ranlib .libs/libonig.a
      libtool: link: ( cd ".libs" && rm -f "libonig.la" && ln -s "../libonig.la" "libonig.la" )
      make[2]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
      Making all in test
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/test'
      make[1]: Nothing to be done for 'all'.
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/test'
      Making all in sample
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/sample'
      make[1]: Nothing to be done for 'all'.
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/sample'
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0'
      sed -e 's,[@]datadir[@],/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/share,g' -e 's,[@]datarootdir[@],/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/share,g' -e 's,[@]PACKAGE_VERSION[@],6.9.0,g' -e 's,[@]prefix[@],/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install,g' -e 's,[@]exec_prefix[@],/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install,g' -e 's,[@]libdir[@],/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib,g' -e 's,[@]includedir[@],/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include,g' < ./oniguruma.pc.in > oniguruma.pc
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0'
      Making install in src
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
      make[2]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
       /usr/bin/mkdir -p '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib'
       /bin/bash ../libtool   --mode=install /usr/bin/install -c   libonig.la '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib'
      libtool: install: /usr/bin/install -c .libs/libonig.lai /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib/libonig.la
      libtool: install: /usr/bin/install -c .libs/libonig.a /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib/libonig.a
      libtool: install: chmod 644 /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib/libonig.a
      libtool: install: ranlib /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib/libonig.a
      libtool: finish: PATH="/tmp/pip-build-env-9ut93z7m/overlay/bin:/tmp/pip-build-env-9ut93z7m/normal/bin:/home/mhalano/.local/bin:/home/mhalano/bin:/home/mhalano/.local/bin:/home/mhalano/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/sbin" ldconfig -n /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib
      ----------------------------------------------------------------------
      Libraries have been installed in:
         /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/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 '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include'
       /usr/bin/install -c -m 644 oniguruma.h oniggnu.h onigposix.h '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/include'
      make[2]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/src'
      Making install in test
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/test'
      make[2]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/test'
      make[2]: Nothing to be done for 'install-exec-am'.
      make[2]: Nothing to be done for 'install-data-am'.
      make[2]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/test'
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/test'
      Making install in sample
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/sample'
      make[2]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/sample'
      make[2]: Nothing to be done for 'install-exec-am'.
      make[2]: Nothing to be done for 'install-data-am'.
      make[2]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/sample'
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0/sample'
      make[1]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0'
      make[2]: Entering directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0'
       /usr/bin/mkdir -p '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/bin'
       /usr/bin/install -c onig-config '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/bin'
       /usr/bin/mkdir -p '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib/pkgconfig'
       /usr/bin/install -c -m 644 oniguruma.pc '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig_install/lib/pkgconfig'
      make[2]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0'
      make[1]: Leaving directory '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/onig-6.9.0'
      fatal: not a git repository (or any of the parent directories): .git
      fatal: not a git repository (or any of the parent directories): .git
      libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
      libtoolize: copying file 'config/ltmain.sh'
      libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config/m4'.
      libtoolize: copying file 'config/m4/libtool.m4'
      libtoolize: copying file 'config/m4/ltoptions.m4'
      libtoolize: copying file 'config/m4/ltversion.m4'
      fatal: not a git repository (or any of the parent directories): .git
      fatal: not a git repository (or any of the parent directories): .git
      configure.ac:17: warning: The macro `AC_PROG_CC_STDC' is obsolete.
      configure.ac:17: You should run autoupdate.
      ./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from...
      configure.ac:17: the top level
      configure.ac:41: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
      ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
      ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
      configure.ac:41: the top level
      configure.ac:90: warning: The macro `AC_HELP_STRING' is obsolete.
      configure.ac:90: You should run autoupdate.
      ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
      configure.ac:90: the top level
      configure.ac:94: warning: The macro `AC_HELP_STRING' is obsolete.
      configure.ac:94: You should run autoupdate.
      ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
      configure.ac:94: the top level
      configure.ac:98: warning: The macro `AC_HELP_STRING' is obsolete.
      configure.ac:98: You should run autoupdate.
      ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
      configure.ac:98: the top level
      configure.ac:102: warning: The macro `AC_HELP_STRING' is obsolete.
      configure.ac:102: You should run autoupdate.
      ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
      configure.ac:102: the top level
      configure.ac:106: warning: The macro `AC_HELP_STRING' is obsolete.
      configure.ac:106: You should run autoupdate.
      ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
      configure.ac:106: the top level
      configure.ac:153: warning: The macro `AC_HELP_STRING' is obsolete.
      configure.ac:153: You should run autoupdate.
      ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
      ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
      configure.ac:153: the top level
      fatal: not a git repository (or any of the parent directories): .git
      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 whether make supports nested variables... (cached) yes
      checking whether make supports the include directive... yes (GNU style)
      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 dependency style of gcc... gcc3
      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 dependency style of gcc... (cached) gcc3
      checking how to run the C preprocessor... gcc -E
      checking for bison... bison -y
      checking build system type... x86_64-unknown-linux-gnu
      checking host system type... x86_64-unknown-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-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
      checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
      checking for /usr/bin/ld option to reload object files... -r
      checking for objdump... objdump
      checking how to recognize dependent libraries... pass_all
      checking for dlltool... no
      checking how to associate runtime and link libraries... printf %s\n
      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... mt
      checking if mt 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 for oniguruma.h... yes
      checking for onig_version in -lonig... yes
      checking for valgrind... no
      configure: WARNING: valgrind is required to test jq.
      checking for memmem... yes
      checking for mkstemp... yes
      checking for bundle... no
      checking for Ruby dependencies... configure: WARNING:
      *****************************************************************
      *  Ruby dependencies for building jq documentation not found.   *
      *  You can still build, install and hack on jq, but the manpage *
      *  will not be rebuilt and some of the tests won't run.         *
      *  See docs/README.md for how to install the docs dependencies. *
      *****************************************************************
      no
      checking for size_t... yes
      checking for working alloca.h... yes
      checking for alloca... yes
      checking for isatty... yes
      checking for _isatty... no
      checking for strptime... yes
      checking for strftime... yes
      checking for timegm... yes
      checking for gmtime_r... yes
      checking for gmtime... yes
      checking for gettimeofday... yes
      checking for struct tm.tm_gmtoff... yes
      checking for struct tm.__tm_gmtoff... no
      checking for acos... yes
      checking for acosh... yes, in -lm
      checking for asin... yes
      checking for asinh... yes
      checking for atan... yes
      checking for atanh... yes
      checking for cbrt... yes
      checking for cos... yes
      checking for cosh... yes
      checking for exp2... yes
      checking for exp... yes
      checking for floor... yes
      checking for j0... yes
      checking for j1... yes
      checking for log10... yes
      checking for log2... yes
      checking for log... yes
      checking for sin... yes
      checking for sinh... yes
      checking for sqrt... yes
      checking for tan... yes
      checking for tanh... yes
      checking for tgamma... yes
      checking for y0... yes
      checking for y1... yes
      checking for pow... yes
      checking for atan2... yes
      checking for hypot... yes
      checking for remainder... yes
      checking for thread-local storage... yes
      checking whether byte ordering is bigendian... no
      checking that generated files are newer than configure... done
      configure: creating ./config.status
      config.status: creating Makefile
      config.status: executing depfiles commands
      config.status: executing libtool commands
        CC       locfile.lo
        CC       bytecode.lo
        CC       compile.lo
        CC       execute.lo
      execute.c: In function ‘jq_next’:
      execute.c:784:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv)’ [-Wcast-function-type]
        784 |       case 1: top = ((func_1)function->fptr)(jq, in[0]); break;
            |                      ^
      execute.c:785:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv,  jv)’ [-Wcast-function-type]
        785 |       case 2: top = ((func_2)function->fptr)(jq, in[0], in[1]); break;
            |                      ^
      execute.c:786:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv,  jv,  jv)’ [-Wcast-function-type]
        786 |       case 3: top = ((func_3)function->fptr)(jq, in[0], in[1], in[2]); break;
            |                      ^
      execute.c:787:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv,  jv,  jv,  jv)’ [-Wcast-function-type]
        787 |       case 4: top = ((func_4)function->fptr)(jq, in[0], in[1], in[2], in[3]); break;
            |                      ^
      execute.c:788:22: warning: cast between incompatible function types from ‘cfunction_ptr’ {aka ‘void (*)()’} to ‘jv (*)(jq_state *, jv,  jv,  jv,  jv,  jv)’ [-Wcast-function-type]
        788 |       case 5: top = ((func_5)function->fptr)(jq, in[0], in[1], in[2], in[3], in[4]); break;
            |                      ^
      execute.c:653:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
        653 |     case EACH_OPT: {
            |                    ^
      execute.c:668:5: note: here
        668 |     case ON_BACKTRACK(EACH):
            |     ^~~~
        CC       builtin.lo
      In file included from /usr/include/x86_64-linux-gnu/sys/time.h:21,
                       from builtin.c:4:
      /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
        194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
            |   ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:2:1: note: in expansion of macro ‘LIBM_DD’
          2 | LIBM_DD(acos)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:7:1: note: in expansion of macro ‘LIBM_DD’
          7 | LIBM_DD(acosh)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:12:1: note: in expansion of macro ‘LIBM_DD’
         12 | LIBM_DD(asin)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:17:1: note: in expansion of macro ‘LIBM_DD’
         17 | LIBM_DD(asinh)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:22:1: note: in expansion of macro ‘LIBM_DD’
         22 | LIBM_DD(atan)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:27:1: note: in expansion of macro ‘LIBM_DD’
         27 | LIBM_DD(atanh)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:32:1: note: in expansion of macro ‘LIBM_DD’
         32 | LIBM_DD(cbrt)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:37:1: note: in expansion of macro ‘LIBM_DD’
         37 | LIBM_DD(cos)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:42:1: note: in expansion of macro ‘LIBM_DD’
         42 | LIBM_DD(cosh)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:47:1: note: in expansion of macro ‘LIBM_DD’
         47 | LIBM_DD(exp2)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:52:1: note: in expansion of macro ‘LIBM_DD’
         52 | LIBM_DD(exp)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:57:1: note: in expansion of macro ‘LIBM_DD’
         57 | LIBM_DD(floor)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:62:1: note: in expansion of macro ‘LIBM_DD’
         62 | LIBM_DD(j0)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:67:1: note: in expansion of macro ‘LIBM_DD’
         67 | LIBM_DD(j1)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:72:1: note: in expansion of macro ‘LIBM_DD’
         72 | LIBM_DD(log10)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:77:1: note: in expansion of macro ‘LIBM_DD’
         77 | LIBM_DD(log2)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:82:1: note: in expansion of macro ‘LIBM_DD’
         82 | LIBM_DD(log)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:87:1: note: in expansion of macro ‘LIBM_DD’
         87 | LIBM_DD(sin)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:92:1: note: in expansion of macro ‘LIBM_DD’
         92 | LIBM_DD(sinh)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:97:1: note: in expansion of macro ‘LIBM_DD’
         97 | LIBM_DD(sqrt)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:102:1: note: in expansion of macro ‘LIBM_DD’
        102 | LIBM_DD(tan)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:107:1: note: in expansion of macro ‘LIBM_DD’
        107 | LIBM_DD(tanh)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:112:1: note: in expansion of macro ‘LIBM_DD’
        112 | LIBM_DD(tgamma)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:117:1: note: in expansion of macro ‘LIBM_DD’
        117 | LIBM_DD(y0)
            | ^~~~~~~
      builtin.c:1235:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1235 |   {(cfunction_ptr)f_ ## name, "_" #name, 1},
            |    ^
      libm.h:122:1: note: in expansion of macro ‘LIBM_DD’
        122 | LIBM_DD(y1)
            | ^~~~~~~
      builtin.c:1239:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1239 |   {(cfunction_ptr)f_ ## name, "_" #name, 3},
            |    ^
      libm.h:127:1: note: in expansion of macro ‘LIBM_DDD’
        127 | LIBM_DDD(pow)
            | ^~~~~~~~
      builtin.c:1239:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1239 |   {(cfunction_ptr)f_ ## name, "_" #name, 3},
            |    ^
      libm.h:138:1: note: in expansion of macro ‘LIBM_DDD’
        138 | LIBM_DDD(atan2)
            | ^~~~~~~~
      builtin.c:1239:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1239 |   {(cfunction_ptr)f_ ## name, "_" #name, 3},
            |    ^
      libm.h:143:1: note: in expansion of macro ‘LIBM_DDD’
        143 | LIBM_DDD(hypot)
            | ^~~~~~~~
      builtin.c:1239:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1239 |   {(cfunction_ptr)f_ ## name, "_" #name, 3},
            |    ^
      libm.h:148:1: note: in expansion of macro ‘LIBM_DDD’
        148 | LIBM_DDD(remainder)
            | ^~~~~~~~
      builtin.c:1244:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1244 |   {(cfunction_ptr)f_plus, "_plus", 3},
            |    ^
      builtin.c:1245:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1245 |   {(cfunction_ptr)f_negate, "_negate", 1},
            |    ^
      builtin.c:1246:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1246 |   {(cfunction_ptr)f_minus, "_minus", 3},
            |    ^
      builtin.c:1247:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1247 |   {(cfunction_ptr)f_multiply, "_multiply", 3},
            |    ^
      builtin.c:1248:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1248 |   {(cfunction_ptr)f_divide, "_divide", 3},
            |    ^
      builtin.c:1249:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1249 |   {(cfunction_ptr)f_mod, "_mod", 3},
            |    ^
      builtin.c:1250:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1250 |   {(cfunction_ptr)f_dump, "tojson", 1},
            |    ^
      builtin.c:1251:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1251 |   {(cfunction_ptr)f_json_parse, "fromjson", 1},
            |    ^
      builtin.c:1252:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1252 |   {(cfunction_ptr)f_tonumber, "tonumber", 1},
            |    ^
      builtin.c:1253:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1253 |   {(cfunction_ptr)f_tostring, "tostring", 1},
            |    ^
      builtin.c:1254:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1254 |   {(cfunction_ptr)f_keys, "keys", 1},
            |    ^
      builtin.c:1255:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1255 |   {(cfunction_ptr)f_keys_unsorted, "keys_unsorted", 1},
            |    ^
      builtin.c:1256:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1256 |   {(cfunction_ptr)f_startswith, "startswith", 2},
            |    ^
      builtin.c:1257:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1257 |   {(cfunction_ptr)f_endswith, "endswith", 2},
            |    ^
      builtin.c:1258:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1258 |   {(cfunction_ptr)f_ltrimstr, "ltrimstr", 2},
            |    ^
      builtin.c:1259:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1259 |   {(cfunction_ptr)f_rtrimstr, "rtrimstr", 2},
            |    ^
      builtin.c:1260:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1260 |   {(cfunction_ptr)f_string_split, "split", 2},
            |    ^
      builtin.c:1261:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1261 |   {(cfunction_ptr)f_string_explode, "explode", 1},
            |    ^
      builtin.c:1262:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1262 |   {(cfunction_ptr)f_string_implode, "implode", 1},
            |    ^
      builtin.c:1263:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1263 |   {(cfunction_ptr)f_string_indexes, "_strindices", 2},
            |    ^
      builtin.c:1264:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1264 |   {(cfunction_ptr)f_setpath, "setpath", 3}, // FIXME typechecking
            |    ^
      builtin.c:1265:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1265 |   {(cfunction_ptr)f_getpath, "getpath", 2},
            |    ^
      builtin.c:1266:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1266 |   {(cfunction_ptr)f_delpaths, "delpaths", 2},
            |    ^
      builtin.c:1267:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1267 |   {(cfunction_ptr)f_has, "has", 2},
            |    ^
      builtin.c:1268:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1268 |   {(cfunction_ptr)f_equal, "_equal", 3},
            |    ^
      builtin.c:1269:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1269 |   {(cfunction_ptr)f_notequal, "_notequal", 3},
            |    ^
      builtin.c:1270:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1270 |   {(cfunction_ptr)f_less, "_less", 3},
            |    ^
      builtin.c:1271:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1271 |   {(cfunction_ptr)f_greater, "_greater", 3},
            |    ^
      builtin.c:1272:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1272 |   {(cfunction_ptr)f_lesseq, "_lesseq", 3},
            |    ^
      builtin.c:1273:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1273 |   {(cfunction_ptr)f_greatereq, "_greatereq", 3},
            |    ^
      builtin.c:1274:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1274 |   {(cfunction_ptr)f_contains, "contains", 2},
            |    ^
      builtin.c:1275:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1275 |   {(cfunction_ptr)f_length, "length", 1},
            |    ^
      builtin.c:1276:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1276 |   {(cfunction_ptr)f_type, "type", 1},
            |    ^
      builtin.c:1277:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1277 |   {(cfunction_ptr)f_isinfinite, "isinfinite", 1},
            |    ^
      builtin.c:1278:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1278 |   {(cfunction_ptr)f_isnan, "isnan", 1},
            |    ^
      builtin.c:1279:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1279 |   {(cfunction_ptr)f_isnormal, "isnormal", 1},
            |    ^
      builtin.c:1280:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1280 |   {(cfunction_ptr)f_infinite, "infinite", 1},
            |    ^
      builtin.c:1281:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1281 |   {(cfunction_ptr)f_nan, "nan", 1},
            |    ^
      builtin.c:1282:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1282 |   {(cfunction_ptr)f_sort, "sort", 1},
            |    ^
      builtin.c:1283:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1283 |   {(cfunction_ptr)f_sort_by_impl, "_sort_by_impl", 2},
            |    ^
      builtin.c:1284:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1284 |   {(cfunction_ptr)f_group_by_impl, "_group_by_impl", 2},
            |    ^
      builtin.c:1285:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1285 |   {(cfunction_ptr)f_min, "min", 1},
            |    ^
      builtin.c:1286:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1286 |   {(cfunction_ptr)f_max, "max", 1},
            |    ^
      builtin.c:1287:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1287 |   {(cfunction_ptr)f_min_by_impl, "_min_by_impl", 2},
            |    ^
      builtin.c:1288:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1288 |   {(cfunction_ptr)f_max_by_impl, "_max_by_impl", 2},
            |    ^
      builtin.c:1289:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1289 |   {(cfunction_ptr)f_error, "error", 2},
            |    ^
      builtin.c:1290:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1290 |   {(cfunction_ptr)f_format, "format", 2},
            |    ^
      builtin.c:1291:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1291 |   {(cfunction_ptr)f_env, "env", 1},
            |    ^
      builtin.c:1292:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1292 |   {(cfunction_ptr)f_get_search_list, "get_search_list", 1},
            |    ^
      builtin.c:1293:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1293 |   {(cfunction_ptr)f_get_prog_origin, "get_prog_origin", 1},
            |    ^
      builtin.c:1294:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1294 |   {(cfunction_ptr)f_get_jq_origin, "get_jq_origin", 1},
            |    ^
      builtin.c:1295:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv,  jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1295 |   {(cfunction_ptr)f_match, "_match_impl", 4},
            |    ^
      builtin.c:1296:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1296 |   {(cfunction_ptr)f_modulemeta, "modulemeta", 1},
            |    ^
      builtin.c:1297:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1297 |   {(cfunction_ptr)f_input, "_input", 1},
            |    ^
      builtin.c:1298:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1298 |   {(cfunction_ptr)f_debug, "debug", 1},
            |    ^
      builtin.c:1299:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1299 |   {(cfunction_ptr)f_stderr, "stderr", 1},
            |    ^
      builtin.c:1300:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1300 |   {(cfunction_ptr)f_strptime, "strptime", 2},
            |    ^
      builtin.c:1301:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv,  jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1301 |   {(cfunction_ptr)f_strftime, "strftime", 2},
            |    ^
      builtin.c:1302:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1302 |   {(cfunction_ptr)f_mktime, "mktime", 1},
            |    ^
      builtin.c:1303:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1303 |   {(cfunction_ptr)f_gmtime, "gmtime", 1},
            |    ^
      builtin.c:1304:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *, jv)’ to ‘void (*)()’ [-Wcast-function-type]
       1304 |   {(cfunction_ptr)f_now, "now", 1},
            |    ^
      builtin.c:1305:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *)’ to ‘void (*)()’ [-Wcast-function-type]
       1305 |   {(cfunction_ptr)f_current_filename, "input_filename", 1},
            |    ^
      builtin.c:1306:4: warning: cast between incompatible function types from ‘jv (*)(jq_state *)’ to ‘void (*)()’ [-Wcast-function-type]
       1306 |   {(cfunction_ptr)f_current_line, "input_line_number", 1},
            |    ^
        CC       jv.lo
      jv.c: In function ‘jvp_string_hash’:
      jv.c:576:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
        576 |   case 3: k1 ^= tail[2] << 16;
            |           ~~~^~~~~~~~~~~~~~~~
      jv.c:577:3: note: here
        577 |   case 2: k1 ^= tail[1] << 8;
            |   ^~~~
      jv.c:577:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
        577 |   case 2: k1 ^= tail[1] << 8;
            |           ~~~^~~~~~~~~~~~~~~
      jv.c:578:3: note: here
        578 |   case 1: k1 ^= tail[0];
            |   ^~~~
        CC       jv_parse.lo
        CC       jv_print.lo
        CC       jv_dtoa.lo
      jv_dtoa.c: In function ‘jvp_strtod’:
      jv_dtoa.c:2368:30: warning: this statement may fall through [-Wimplicit-fallthrough=]
       2368 |                         sign = 1;
            |                         ~~~~~^~~
      jv_dtoa.c:2370:17: note: here
       2370 |                 case '+':
            |                 ^~~~
      jv_dtoa.c:2480:39: warning: this statement may fall through [-Wimplicit-fallthrough=]
       2480 |                                 esign = 1;
            |                                 ~~~~~~^~~
      jv_dtoa.c:2481:25: note: here
       2481 |                         case '+':
            |                         ^~~~
      jv_dtoa.c: In function ‘jvp_dtoa’:
      jv_dtoa.c:3701:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
       3701 |                         leftright = 0;
            |                         ~~~~~~~~~~^~~
      jv_dtoa.c:3703:17: note: here
       3703 |                 case 4:
            |                 ^~~~
      jv_dtoa.c:3709:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
       3709 |                         leftright = 0;
            |                         ~~~~~~~~~~^~~
      jv_dtoa.c:3711:17: note: here
       3711 |                 case 5:
            |                 ^~~~
        CC       jv_unicode.lo
        CC       jv_aux.lo
        CC       jv_file.lo
        CC       jv_alloc.lo
      jv_alloc.c: In function ‘jv_mem_uninit_setup’:
      jv_alloc.c:175:26: warning: ‘*p’ is used uninitialized [-Wuninitialized]
        175 |   jv_mem_uninitialised = *p;
            |                          ^~
        CC       jq_test.lo
        CC       util.lo
        CC       linker.lo
        CC       parser.lo
        CC       lexer.lo
        CCLD     libjq.la
       /usr/bin/mkdir -p '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/lib'
       /bin/bash ./libtool   --mode=install /usr/bin/install -c   libjq.la '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/lib'
      libtool: install: /usr/bin/install -c .libs/libjq.lai /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/lib/libjq.la
      libtool: install: /usr/bin/install -c .libs/libjq.a /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/lib/libjq.a
      libtool: install: chmod 644 /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/lib/libjq.a
      libtool: install: ranlib /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/lib/libjq.a
      libtool: finish: PATH="/tmp/pip-build-env-9ut93z7m/overlay/bin:/tmp/pip-build-env-9ut93z7m/normal/bin:/home/mhalano/.local/bin:/home/mhalano/bin:/home/mhalano/.local/bin:/home/mhalano/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/sbin" ldconfig -n /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/lib
      ----------------------------------------------------------------------
      Libraries have been installed in:
         /tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/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 '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/include'
       /usr/bin/install -c -m 644 jv.h jq.h '/tmp/pip-install-oac0wnae/pyjq_21f698ba2c5e4452a37c25614509e417/dependencies/jq_install/include'
      creating build/temp.linux-x86_64-3.10
      x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -Idependencies/jq_install/include -I/usr/include/python3.10 -c _pyjq.c -o build/temp.linux-x86_64-3.10/_pyjq.o
      _pyjq.c: In function ‘__pyx_tp_dealloc_5_pyjq_Script’:
      _pyjq.c:3796:5: error: lvalue required as increment operand
       3796 |     ++Py_REFCNT(o);
            |     ^~
      _pyjq.c:3798:5: error: lvalue required as decrement operand
       3798 |     --Py_REFCNT(o);
            |     ^~
      _pyjq.c: In function ‘__Pyx_decode_c_string’:
      _pyjq.c:4526:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations]
       4526 |         return PyUnicode_FromUnicode(NULL, 0);
            |         ^~~~~~
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here
        551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
            |                                          ^~~~~~~~~~~~~~~~~~~~~
      _pyjq.c: In function ‘__Pyx_ParseOptionalKeywords’:
      _pyjq.c:5586:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5586 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                     ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      _pyjq.c:5586:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
       5586 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                     ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
        580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
            |                                             ^~~~~~~~~~~~~~~~~~~
      _pyjq.c:5586:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5586 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                     ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      _pyjq.c:5586:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5586 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                     ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      _pyjq.c:5586:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
       5586 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                     ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
        580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
            |                                             ^~~~~~~~~~~~~~~~~~~
      _pyjq.c:5586:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5586 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                     ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      _pyjq.c:5602:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5602 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                         ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      _pyjq.c:5602:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
       5602 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                         ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
        580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
            |                                             ^~~~~~~~~~~~~~~~~~~
      _pyjq.c:5602:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5602 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                         ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      _pyjq.c:5602:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5602 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                         ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      _pyjq.c:5602:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
       5602 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                         ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
        580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
            |                                             ^~~~~~~~~~~~~~~~~~~
      _pyjq.c:5602:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
       5602 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
            |                         ^
      In file included from /usr/include/python3.10/unicodeobject.h:1046,
                       from /usr/include/python3.10/Python.h:83,
                       from _pyjq.c:4:
      /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
        446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
            |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
      In file included from _pyjq.c:596:
      At top level:
      dependencies/jq_install/include/jv.h:41:12: warning: ‘jv_is_valid’ defined but not used [-Wunused-function]
         41 | static int jv_is_valid(jv x) { return jv_get_kind(x) != JV_KIND_INVALID; }
            |            ^~~~~~~~~~~
      error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pyjq
Failed to build pyjq
ERROR: Could not build wheels for pyjq, which is required to install pyproject.toml-based projects

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions