Advertisement
sushenbiswas

ta-lib error in replet

Sep 13th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. ~/ta$ cd ta-lib/
  2. ~/ta/ta-lib$
  3. ~/ta/ta-lib$ ls
  4. aclocal.m4 config.status libtool ta-lib.dpkg
  5. ar-lib config.sub ltmain.sh ta-lib.dpkg.in
  6. autogen.sh configure m4 ta-lib.pc
  7. autom4te.cache configure.ac make ta-lib.pc.in
  8. bin depcomp Makefile ta-lib.spec
  9. CMakeLists.txt ide Makefile.am ta-lib.spec.in
  10. compile include Makefile.in temp
  11. config.guess install-sh missing
  12. config.log lib src
  13. ~/ta/ta-lib$ libtoolize
  14. ~/ta/ta-lib$ autoreconf --install
  15. configure.ac:9: warning: The macro `AC_CONFIG_HEADER' is obsolete.
  16. configure.ac:9: You should run autoupdate.
  17. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
  18. configure.ac:9: the top level
  19. configure.ac:15: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  20. configure.ac:15: You should run autoupdate.
  21. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
  22. configure.ac:15: the top level
  23. configure.ac:18: warning: The macro `AC_HEADER_STDC' is obsolete.
  24. configure.ac:18: You should run autoupdate.
  25. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
  26. configure.ac:18: the top level
  27. configure.ac:29: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
  28. configure.ac:29: You should run autoupdate.
  29. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
  30. configure.ac:29: the top level
  31. ~/ta/ta-lib$ ./configure
  32. checking for a BSD-compatible install... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/install -c
  33. checking whether build environment is sane... yes
  34. checking for a race-free mkdir -p... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/mkdir -p
  35. checking for gawk... gawk
  36. checking whether make sets $(MAKE)... yes
  37. checking whether make supports nested variables... yes
  38. checking whether make supports the include directive... yes (GNU style)
  39. checking for gcc... gcc
  40. checking whether the C compiler works... yes
  41. checking for C compiler default output file name... a.out
  42. checking for suffix of executables...
  43. checking whether we are cross compiling... no
  44. checking for suffix of object files... o
  45. checking whether the compiler supports GNU C... yes
  46. checking whether gcc accepts -g... yes
  47. checking for gcc option to enable C11 features... none needed
  48. checking whether gcc understands -c and -o together... yes
  49. checking dependency style of gcc... gcc3
  50. checking the archiver (ar) interface... ar
  51. checking for gcc... (cached) gcc
  52. checking whether the compiler supports GNU C... (cached) yes
  53. checking whether gcc accepts -g... (cached) yes
  54. checking for gcc option to enable C11 features... (cached) none needed
  55. checking whether gcc understands -c and -o together... (cached) yes
  56. checking dependency style of gcc... (cached) gcc3
  57. checking build system type... x86_64-pc-linux-gnu
  58. checking host system type... x86_64-pc-linux-gnu
  59. checking how to print strings... printf
  60. checking for a sed that does not truncate output... /nix/store/bpg0ia8nkavzw7s66avi1f9nz72i1p3r-gnused-4.8/bin/sed
  61. checking for grep that handles long lines and -e... /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep
  62. checking for egrep... /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep -E
  63. checking for fgrep... /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep -F
  64. checking for ld used by gcc... ld
  65. checking if the linker (ld) is GNU ld... yes
  66. checking for BSD- or MS-compatible name lister (nm)... nm
  67. checking the name lister (nm) interface... BSD nm
  68. checking whether ln -s works... yes
  69. checking the maximum length of command line arguments... 1572864
  70. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  71. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  72. checking for ld option to reload object files... -r
  73. checking for objdump... objdump
  74. checking how to recognize dependent libraries... pass_all
  75. checking for dlltool... no
  76. checking how to associate runtime and link libraries... printf %s\n
  77. checking for archiver @FILE support... @
  78. checking for strip... strip
  79. checking for ranlib... ranlib
  80. checking command to parse nm output from gcc object... ok
  81. checking for sysroot... no
  82. checking for a working dd... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/dd
  83. checking how to truncate binary pipes... /nix/store/jd1y449cf66yx5d1hwyjvc4562b1p1am-coreutils-9.0/bin/dd bs=4096 count=1
  84. ./configure: line 8252: /usr/bin/file: No such file or directory
  85. checking for mt... no
  86. checking if : is a manifest tool... no
  87. checking for stdio.h... yes
  88. checking for stdlib.h... yes
  89. checking for string.h... yes
  90. checking for inttypes.h... yes
  91. checking for stdint.h... yes
  92. checking for strings.h... yes
  93. checking for sys/stat.h... yes
  94. checking for sys/types.h... yes
  95. checking for unistd.h... yes
  96. checking for dlfcn.h... yes
  97. checking for objdir... .libs
  98. checking if gcc supports -fno-rtti -fno-exceptions... no
  99. checking for gcc option to produce PIC... -fPIC -DPIC
  100. checking if gcc PIC flag -fPIC -DPIC works... yes
  101. checking if gcc static flag -static works... no
  102. checking if gcc supports -c -o file.o... yes
  103. checking if gcc supports -c -o file.o... (cached) yes
  104. checking whether the gcc linker (ld) supports shared libraries... yes
  105. checking whether -lc should be explicitly linked in... no
  106. checking dynamic linker characteristics... GNU/Linux ld.so
  107. checking how to hardcode library paths into programs... immediate
  108. checking whether stripping libraries is possible... yes
  109. checking if libtool supports shared libraries... yes
  110. checking whether to build shared libraries... yes
  111. checking whether to build static libraries... yes
  112. checking for egrep... (cached) /nix/store/df3ff57sbkgbdhc4ar19zs4y0hrhggii-gnugrep-3.7/bin/grep -E
  113. checking for float.h... yes
  114. checking for inttypes.h... (cached) yes
  115. checking for limits.h... yes
  116. checking for locale.h... yes
  117. checking for stddef.h... yes
  118. checking for stdint.h... (cached) yes
  119. checking for stdlib.h... (cached) yes
  120. checking for string.h... (cached) yes
  121. checking for unistd.h... (cached) yes
  122. checking for wchar.h... yes
  123. checking for wctype.h... yes
  124. checking for an ANSI C-conforming const... yes
  125. checking for size_t... yes
  126. checking whether struct tm is in sys/time.h or time.h... time.h
  127. checking for working volatile... yes
  128. checking for ptrdiff_t... yes
  129. checking return type of signal handlers... void
  130. checking for working strcoll... yes
  131. checking for strftime... yes
  132. checking for working strtod... yes
  133. checking for vprintf... yes
  134. checking for floor... no
  135. checking for isascii... yes
  136. checking for localeconv... yes
  137. checking for mblen... yes
  138. checking for memmove... yes
  139. checking for memset... yes
  140. checking for modf... yes
  141. checking for pow... no
  142. checking for sqrt... no
  143. checking for strcasecmp... yes
  144. checking for strchr... yes
  145. checking for strerror... yes
  146. checking for strncasecmp... yes
  147. checking for strrchr... yes
  148. checking for strstr... yes
  149. checking for strtol... yes
  150. checking for strtoul... yes
  151. checking that generated files are newer than configure... done
  152. configure: creating ./config.status
  153. config.status: creating Makefile
  154. config.status: creating src/Makefile
  155. config.status: creating src/ta_abstract/Makefile
  156. config.status: creating src/ta_common/Makefile
  157. config.status: creating src/ta_func/Makefile
  158. config.status: creating src/tools/Makefile
  159. config.status: creating src/tools/gen_code/Makefile
  160. config.status: creating src/tools/ta_regtest/Makefile
  161. config.status: creating ta-lib.pc
  162. config.status: creating ta-lib.spec
  163. config.status: creating ta-lib.dpkg
  164. config.status: creating include/ta_config.h
  165. config.status: include/ta_config.h is unchanged
  166. config.status: executing depfiles commands
  167. config.status: executing libtool commands
  168. ~/ta/ta-lib$ make -j4
  169. Making all in src
  170. make[1]: Entering directory '/home/runner/ta/ta-lib/src'
  171. Making all in ta_abstract
  172. make[2]: Entering directory '/home/runner/ta/ta-lib/src/ta_abstract'
  173. make[2]: Nothing to be done for 'all'.
  174. make[2]: Leaving directory '/home/runner/ta/ta-lib/src/ta_abstract'
  175. Making all in ta_common
  176. make[2]: Entering directory '/home/runner/ta/ta-lib/src/ta_common'
  177. make[2]: Nothing to be done for 'all'.
  178. make[2]: Leaving directory '/home/runner/ta/ta-lib/src/ta_common'
  179. Making all in ta_func
  180. make[2]: Entering directory '/home/runner/ta/ta-lib/src/ta_func'
  181. make[2]: Nothing to be done for 'all'.
  182. make[2]: Leaving directory '/home/runner/ta/ta-lib/src/ta_func'
  183. make[2]: Entering directory '/home/runner/ta/ta-lib/src'
  184. make[2]: Nothing to be done for 'all-am'.
  185. make[2]: Leaving directory '/home/runner/ta/ta-lib/src'
  186. make[1]: Leaving directory '/home/runner/ta/ta-lib/src'
  187. Making all in src/tools
  188. make[1]: Entering directory '/home/runner/ta/ta-lib/src/tools'
  189. Making all in gen_code
  190. make[2]: Entering directory '/home/runner/ta/ta-lib/src/tools/gen_code'
  191. 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
  192. gen_code.c: In function ‘printFuncHeaderDoc’:
  193. gen_code.c:3616:4: error: format not a string literal and no format arguments [-Werror=format-security]
  194. 3616 | fprintf( out, prefix );
  195. | ^~~~~~~
  196. cc1: some warnings being treated as errors
  197. make[2]: *** [Makefile:386: gen_code-gen_code.o] Error 1
  198. make[2]: Leaving directory '/home/runner/ta/ta-lib/src/tools/gen_code'
  199. make[1]: *** [Makefile:350: all-recursive] Error 1
  200. make[1]: Leaving directory '/home/runner/ta/ta-lib/src/tools'
  201. make: *** [Makefile:457: all-recursive] Error 1
  202. ~/ta/ta-lib$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement