Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/ta$ cd ta-lib/
- ~/ta/ta-lib$
- ~/ta/ta-lib$ ls
- aclocal.m4 config.status libtool ta-lib.dpkg
- ar-lib config.sub ltmain.sh ta-lib.dpkg.in
- autogen.sh configure m4 ta-lib.pc
- autom4te.cache configure.ac make ta-lib.pc.in
- bin depcomp Makefile ta-lib.spec
- CMakeLists.txt ide Makefile.am ta-lib.spec.in
- compile include Makefile.in temp
- config.guess install-sh missing
- config.log lib src
- ~/ta/ta-lib$ libtoolize
- ~/ta/ta-lib$ autoreconf --install
- configure.ac:9: warning: The macro `AC_CONFIG_HEADER' is obsolete.
- configure.ac:9: You should run autoupdate.
- ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
- configure.ac:9: the top level
- configure.ac:15: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
- configure.ac:15: You should run autoupdate.
- m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
- configure.ac:15: the top level
- configure.ac:18: warning: The macro `AC_HEADER_STDC' is obsolete.
- configure.ac:18: You should run autoupdate.
- ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
- configure.ac:18: the top level
- configure.ac:29: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
- configure.ac:29: You should run autoupdate.
- ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
- configure.ac:29: the top level
- ~/ta/ta-lib$ ./configure
- checking for a BSD-compatible install... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... 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 the archiver (ar) interface... ar
- 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 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... /nix/store/bpg0ia8nkavzw7s66avi1f9nz72i1p3r-gnused-4.8/bin/sed
- checking for grep that handles long lines and -e... /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep
- checking for egrep... /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep -E
- checking for fgrep... /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep -F
- checking for ld used by gcc... ld
- checking if the linker (ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... nm
- checking the name lister (nm) 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 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 nm output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/dd
- checking how to truncate binary pipes... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/dd bs=4096 count=1
- ./configure: line 8252: /usr/bin/file: No such file or directory
- checking for mt... no
- checking if : is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... no
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- 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... yes
- checking whether to build static libraries... yes
- checking for egrep... (cached) /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep -E
- checking for float.h... yes
- checking for inttypes.h... (cached) yes
- checking for limits.h... yes
- checking for locale.h... yes
- checking for stddef.h... yes
- checking for stdint.h... (cached) yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for wchar.h... yes
- checking for wctype.h... yes
- checking for an ANSI C-conforming const... yes
- checking for size_t... yes
- checking whether struct tm is in sys/time.h or time.h... time.h
- checking for working volatile... yes
- checking for ptrdiff_t... yes
- checking return type of signal handlers... void
- checking for working strcoll... yes
- checking for strftime... yes
- checking for working strtod... yes
- checking for vprintf... yes
- checking for floor... no
- checking for isascii... yes
- checking for localeconv... yes
- checking for mblen... yes
- checking for memmove... yes
- checking for memset... yes
- checking for modf... yes
- checking for pow... no
- checking for sqrt... no
- checking for strcasecmp... yes
- checking for strchr... yes
- checking for strerror... yes
- checking for strncasecmp... yes
- checking for strrchr... yes
- checking for strstr... yes
- checking for strtol... yes
- checking for strtoul... 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 src/ta_abstract/Makefile
- config.status: creating src/ta_common/Makefile
- config.status: creating src/ta_func/Makefile
- config.status: creating src/tools/Makefile
- config.status: creating src/tools/gen_code/Makefile
- config.status: creating src/tools/ta_regtest/Makefile
- config.status: creating ta-lib.pc
- config.status: creating ta-lib.spec
- config.status: creating ta-lib.dpkg
- config.status: creating include/ta_config.h
- config.status: include/ta_config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- ~/ta/ta-lib$ make -j4
- Making all in src
- make[1]: Entering directory '/home/runner/ta/ta-lib/src'
- Making all in ta_abstract
- make[2]: Entering directory '/home/runner/ta/ta-lib/src/ta_abstract'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/runner/ta/ta-lib/src/ta_abstract'
- Making all in ta_common
- make[2]: Entering directory '/home/runner/ta/ta-lib/src/ta_common'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/runner/ta/ta-lib/src/ta_common'
- Making all in ta_func
- make[2]: Entering directory '/home/runner/ta/ta-lib/src/ta_func'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/runner/ta/ta-lib/src/ta_func'
- make[2]: Entering directory '/home/runner/ta/ta-lib/src'
- make[2]: Nothing to be done for 'all-am'.
- make[2]: Leaving directory '/home/runner/ta/ta-lib/src'
- make[1]: Leaving directory '/home/runner/ta/ta-lib/src'
- Making all in src/tools
- make[1]: Entering directory '/home/runner/ta/ta-lib/src/tools'
- Making all in gen_code
- make[2]: Entering directory '/home/runner/ta/ta-lib/src/tools/gen_code'
- gcc -DHAVE_CONFIG_H -I. -I../../../include -I../../ta_common -g -O2 -MT gen_code-gen_code.o -MD -MP -MF .deps/gen_code-gen_code.Tpo -c -o gen_code-gen_code.o `test -f 'gen_code.c' || echo './'`gen_code.c
- gen_code.c: In function ‘printFuncHeaderDoc’:
- gen_code.c:3616:4: error: format not a string literal and no format arguments [-Werror=format-security]
- 3616 | fprintf( out, prefix );
- | ^~~~~~~
- cc1: some warnings being treated as errors
- make[2]: *** [Makefile:386: gen_code-gen_code.o] Error 1
- make[2]: Leaving directory '/home/runner/ta/ta-lib/src/tools/gen_code'
- make[1]: *** [Makefile:350: all-recursive] Error 1
- make[1]: Leaving directory '/home/runner/ta/ta-lib/src/tools'
- make: *** [Makefile:457: all-recursive] Error 1
- ~/ta/ta-lib$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement