Guest User

Sqlite2 bulid error

a guest
Jun 11th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.73 KB | None | 0 0
  1. checking build system type... x86_64-unknown-linux-gnu
  2. checking host system type... x86_64-unknown-linux-gnu
  3. checking for gcc... gcc
  4. checking for C compiler default output file name... a.out
  5. checking whether the C compiler works... yes
  6. checking whether we are cross compiling... no
  7. checking for suffix of executables...
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ANSI C... none needed
  12. checking for a sed that does not truncate output... /usr/bin/sed
  13. checking for egrep... grep -E
  14. checking for ld used by gcc... /usr/lib/hardening-wrapper/bin/ld
  15. checking if the linker (/usr/lib/hardening-wrapper/bin/ld) is GNU ld... yes
  16. checking for /usr/lib/hardening-wrapper/bin/ld option to reload object files... -r
  17. checking for BSD-compatible nm... /usr/bin/nm -B
  18. checking whether ln -s works... yes
  19. checking how to recognise dependent libraries... pass_all
  20. checking how to run the C preprocessor... gcc -E
  21. checking for ANSI C header files... yes
  22. checking for sys/types.h... yes
  23. checking for sys/stat.h... yes
  24. checking for stdlib.h... yes
  25. checking for string.h... yes
  26. checking for memory.h... yes
  27. checking for strings.h... yes
  28. checking for inttypes.h... yes
  29. checking for stdint.h... yes
  30. checking for unistd.h... yes
  31. checking dlfcn.h usability... yes
  32. checking dlfcn.h presence... yes
  33. checking for dlfcn.h... yes
  34. checking for g++... g++
  35. checking whether we are using the GNU C++ compiler... yes
  36. checking whether g++ accepts -g... yes
  37. checking how to run the C++ preprocessor... g++ -E
  38. checking for g77... no
  39. checking for f77... no
  40. checking for xlf... no
  41. checking for frt... no
  42. checking for pgf77... no
  43. checking for fort77... no
  44. checking for fl32... no
  45. checking for af77... no
  46. checking for f90... no
  47. checking for xlf90... no
  48. checking for pgf90... no
  49. checking for epcf90... no
  50. checking for f95... f95
  51. checking whether we are using the GNU Fortran 77 compiler... yes
  52. checking whether f95 accepts -g... yes
  53. checking the maximum length of command line arguments... 32768
  54. checking command to parse /usr/bin/nm -B output from gcc object... ok
  55. checking for objdir... .libs
  56. checking for ar... ar
  57. checking for ranlib... ranlib
  58. checking for strip... strip
  59. checking if gcc static flag works... no
  60. checking if gcc supports -fno-rtti -fno-exceptions... no
  61. checking for gcc option to produce PIC... -fPIC
  62. checking if gcc PIC flag -fPIC works... no
  63. checking if gcc supports -c -o file.o... no
  64. checking if we can lock with hard links... yes
  65. checking whether the gcc linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
  66. checking whether -lc should be explicitly linked in... no
  67. checking dynamic linker characteristics... GNU/Linux ld.so
  68. checking how to hardcode library paths into programs... immediate
  69. checking whether stripping libraries is possible... yes
  70. checking if libtool supports shared libraries... yes
  71. checking whether to build shared libraries... yes
  72. checking whether to build static libraries... yes
  73. configure: creating libtool
  74. appending configuration tag "CXX" to libtool
  75. checking for ld used by g++... /usr/lib/hardening-wrapper/bin/ld -m elf_x86_64
  76. checking if the linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) is GNU ld... yes
  77. checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
  78. checking for g++ option to produce PIC... -fPIC
  79. checking if g++ PIC flag -fPIC works... no
  80. checking if g++ supports -c -o file.o... no
  81. checking if we can lock with hard links... yes
  82. checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
  83. checking dynamic linker characteristics... GNU/Linux ld.so
  84. checking how to hardcode library paths into programs... immediate
  85. checking whether stripping libraries is possible... yes
  86. appending configuration tag "F77" to libtool
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... yes
  90. checking for f95 option to produce PIC... -fPIC
  91. checking if f95 PIC flag -fPIC works... yes
  92. checking if f95 supports -c -o file.o... yes
  93. checking whether the f95 linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries... yes
  94. checking dynamic linker characteristics... GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking whether stripping libraries is possible... yes
  97. checking for a BSD-compatible install... /usr/bin/install -c
  98. Version set to 2.8.17
  99. checking for gcc... (cached) gcc
  100. checking whether we are using the GNU C compiler... (cached) yes
  101. checking whether gcc accepts -g... (cached) yes
  102. checking for gcc option to accept ANSI C... (cached) none needed
  103. checking switches for the host compiler... -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection
  104. checking target compiler... gcc
  105. checking switches on the target compiler... -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection
  106. checking target linker... gcc
  107. checking switches on the target compiler... checking for ranlib... (cached) ranlib
  108. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection
  109. checking if host and target compilers are the same... yes
  110. checking character encoding... iso8859
  111. checking whether to support incore databases for attach and open... yes
  112. checking whether to support shared library linked as release mode or not... no
  113. checking whether to use an in-ram database for temporary tables... no
  114. checking if executables have the .exe suffix... unknown
  115. checking for sin... no
  116. checking for dlopen in -ldl... yes
  117. checking for library containing Tcl_Init... -ltcl
  118. checking TCL header files... not specified: still searching...
  119. checking tcl.h usability... yes
  120. checking tcl.h presence... yes
  121. checking for tcl.h... yes
  122. checking for library containing tgetent... -lncurses
  123. checking for readline in -lreadline... yes
  124. checking readline header files... not specified: still searching...
  125. checking readline.h usability... no
  126. checking readline.h presence... no
  127. checking for readline.h... no
  128. checking for /usr/include/readline.h... no
  129. checking for /usr/include/readline/readline.h... yes
  130. checking for usleep... yes
  131. configure: creating ./config.status
  132. config.status: creating Makefile
  133. config.status: creating sqlite.pc
  134. sed -e s/--VERS--/`cat ./VERSION`/ \
  135. -e s/--ENCODING--/ISO8859/ \
  136. ./src/sqlite.h.in >sqlite.h
  137. echo '#include <stdio.h>' >temp.c
  138. echo '/* Automatically generated file. Do not edit */' >opcodes.h
  139. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -o lemon ./tool/lemon.c
  140. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c
  141. echo 'int main(){printf(' >>temp.c
  142. grep '^case OP_' ./src/vdbe.c | \
  143. sed -e 's/://' | \
  144. awk '{printf "#define %-30s %3d\n", $2, ++cnt}' >>opcodes.h
  145. echo '/* Automatically generated file. Do not edit */' >opcodes.c
  146. echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
  147. echo 'char *sqliteOpcodeNames[] = { "???", ' >>opcodes.c
  148. echo 'exit(0);}' >>temp.c
  149. grep '^case OP_' ./src/vdbe.c | \
  150. sed -e 's/^.*OP_/ "/' -e 's/:.*$/", /' >>opcodes.c
  151. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -o temp temp.c
  152. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  153. echo '};' >>opcodes.c
  154. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c
  155. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  156. temp.c: In function 'main':
  157. temp.c:3:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
  158. 3 | "#define SQLITE_PTR_SZ %d",sizeof(char*));
  159. | ~^ ~~~~~~~~~~~~~
  160. | | |
  161. | | long unsigned int
  162. | int
  163. | %ld
  164. temp.c:4:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  165. 4 | exit(0);}
  166. | ^~~~
  167. temp.c:2:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  168. 1 | #include <stdio.h>
  169. +++ |+#include <stdlib.h>
  170. 2 | int main(){printf(
  171. temp.c:4:1: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  172. 4 | exit(0);}
  173. | ^~~~
  174. temp.c:4:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  175. mkdir .libs
  176. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c -DPIC
  177. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  178. mv -f opcodes.o .libs/opcodes.o
  179. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c opcodes.c >/dev/null 2>&1
  180. ./tool/lemon.c: In function 'tplt_open':
  181. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c -DPIC
  182. ./tool/lemon.c:2821:7: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration]
  183. 2821 | if( access(buf,004)==0 ){
  184. | ^~~~~~
  185. ./tool/lemon.c:2713:14: note: previous declaration of 'access' with type 'int()'
  186. 2713 | extern int access();
  187. | ^~~~~~
  188. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  189. ./temp >config.h
  190. echo >>config.h
  191. rm -f temp.c temp
  192. mv -f encode.o .libs/encode.o
  193. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/encode.c >/dev/null 2>&1
  194. cp ./tool/lempar.c .
  195. cp ./src/parse.y .
  196. ./lemon parse.y
  197. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/attach.c
  198. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/auth.c
  199. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree.c
  200. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/build.c
  201. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/copy.c
  202. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/date.c
  203. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/delete.c
  204. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/expr.c
  205. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/func.c
  206. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/hash.c
  207. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/insert.c
  208. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c -DTEMP_STORE=1 ./src/main.c
  209. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/hash.c -DPIC
  210. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/copy.c -DPIC
  211. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/expr.c -DPIC
  212. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/attach.c -DPIC
  213. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/build.c -DPIC
  214. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree.c -DPIC
  215. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/auth.c -DPIC
  216. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/delete.c -DPIC
  217. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  218. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  219. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/insert.c -DPIC
  220. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  221. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  222. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  223. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  224. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/date.c -DPIC
  225. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  226. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c -DTEMP_STORE=1 ./src/main.c -DPIC
  227. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/func.c -DPIC
  228. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  229. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  230. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  231. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  232. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  233. ./src/func.c: In function 'minmaxFunc':
  234. ./src/func.c:38:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  235. 38 | mask = (int)sqlite_user_data(context);
  236. | ^
  237. ./src/func.c: In function 'minmaxStep':
  238. ./src/func.c:526:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  239. 526 | mask = (int)sqlite_user_data(context);
  240. | ^
  241. mv -f copy.o .libs/copy.o
  242. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/copy.c >/dev/null 2>&1
  243. mv -f auth.o .libs/auth.o
  244. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/auth.c >/dev/null 2>&1
  245. mv -f delete.o .libs/delete.o
  246. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/delete.c >/dev/null 2>&1
  247. mv -f hash.o .libs/hash.o
  248. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/hash.c >/dev/null 2>&1
  249. mv -f attach.o .libs/attach.o
  250. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/os.c
  251. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/attach.c >/dev/null 2>&1
  252. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pager.c
  253. mv -f func.o .libs/func.o
  254. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/func.c >/dev/null 2>&1
  255. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/os.c -DPIC
  256. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  257. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pager.c -DPIC
  258. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  259. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c parse.c
  260. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pragma.c
  261. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/printf.c
  262. mv -f insert.o .libs/insert.o
  263. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/insert.c >/dev/null 2>&1
  264. mv -f main.o .libs/main.o
  265. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c -DTEMP_STORE=1 ./src/main.c >/dev/null 2>&1
  266. mv -f date.o .libs/date.o
  267. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/date.c >/dev/null 2>&1
  268. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/printf.c -DPIC
  269. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c parse.c -DPIC
  270. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  271. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  272. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pragma.c -DPIC
  273. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  274. mv -f os.o .libs/os.o
  275. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/random.c
  276. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/os.c >/dev/null 2>&1
  277. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/random.c -DPIC
  278. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  279. mv -f expr.o .libs/expr.o
  280. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/expr.c >/dev/null 2>&1
  281. mv -f random.o .libs/random.o
  282. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/select.c
  283. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/random.c >/dev/null 2>&1
  284. mv -f pragma.o .libs/pragma.o
  285. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pragma.c >/dev/null 2>&1
  286. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/table.c
  287. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/tokenize.c
  288. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/update.c
  289. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/util.c
  290. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/select.c -DPIC
  291. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  292. mv -f pager.o .libs/pager.o
  293. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/pager.c >/dev/null 2>&1
  294. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/table.c -DPIC
  295. mv -f build.o .libs/build.o
  296. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  297. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/build.c >/dev/null 2>&1
  298. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/tokenize.c -DPIC
  299. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  300. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/update.c -DPIC
  301. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  302. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/util.c -DPIC
  303. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  304. mv -f printf.o .libs/printf.o
  305. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/printf.c >/dev/null 2>&1
  306. mv -f table.o .libs/table.o
  307. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/table.c >/dev/null 2>&1
  308. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vacuum.c
  309. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vacuum.c -DPIC
  310. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  311. mv -f update.o .libs/update.o
  312. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/update.c >/dev/null 2>&1
  313. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbe.c
  314. mv -f tokenize.o .libs/tokenize.o
  315. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/tokenize.c >/dev/null 2>&1
  316. mv -f parse.o .libs/parse.o
  317. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c parse.c >/dev/null 2>&1
  318. mv -f vacuum.o .libs/vacuum.o
  319. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbe.c -DPIC
  320. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vacuum.c >/dev/null 2>&1
  321. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  322. mv -f btree.o .libs/btree.o
  323. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree.c >/dev/null 2>&1
  324. mv -f util.o .libs/util.o
  325. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/util.c >/dev/null 2>&1
  326. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbeaux.c
  327. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/where.c
  328. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/trigger.c
  329. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbeaux.c -DPIC
  330. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  331. ./libtool --mode=compile gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree_rb.c
  332. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/where.c -DPIC
  333. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  334. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/trigger.c -DPIC
  335. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  336. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree_rb.c -DPIC
  337. cc1: warning: '-fstack-check=' and '-fstack-clash_protection' are mutually exclusive; disabling '-fstack-check='
  338. mv -f trigger.o .libs/trigger.o
  339. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/trigger.c >/dev/null 2>&1
  340. mv -f select.o .libs/select.o
  341. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/select.c >/dev/null 2>&1
  342. mv -f vdbeaux.o .libs/vdbeaux.o
  343. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbeaux.c >/dev/null 2>&1
  344. mv -f btree_rb.o .libs/btree_rb.o
  345. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/btree_rb.c >/dev/null 2>&1
  346. mv -f where.o .libs/where.o
  347. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/where.c >/dev/null 2>&1
  348. mv -f vdbe.o .libs/vdbe.o
  349. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -c ./src/vdbe.c >/dev/null 2>&1
  350. ./libtool --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DOS_UNIX=1 -DOS_WIN=0 -DHAVE_USLEEP=1 -I. -I./src -o libsqlite.la attach.lo auth.lo btree.lo build.lo copy.lo date.lo delete.lo encode.lo expr.lo func.lo hash.lo insert.lo main.lo opcodes.lo os.lo pager.lo parse.lo pragma.lo printf.lo random.lo select.lo table.lo tokenize.lo update.lo util.lo vacuum.lo vdbe.lo vdbeaux.lo where.lo trigger.lo btree_rb.lo -rpath /usr/lib \
  351. -version-info "8:6:8"
  352. gcc -shared .libs/attach.o .libs/auth.o .libs/btree.o .libs/build.o .libs/copy.o .libs/date.o .libs/delete.o .libs/encode.o .libs/expr.o .libs/func.o .libs/hash.o .libs/insert.o .libs/main.o .libs/opcodes.o .libs/os.o .libs/pager.o .libs/parse.o .libs/pragma.o .libs/printf.o .libs/random.o .libs/select.o .libs/table.o .libs/tokenize.o .libs/update.o .libs/util.o .libs/vacuum.o .libs/vdbe.o .libs/vdbeaux.o .libs/where.o .libs/trigger.o .libs/btree_rb.o -march=x86-64 -mtune=generic -Wl,-soname -Wl,libsqlite.so.0 -o .libs/libsqlite.so.0.8.6
  353. /usr/bin/ld: .libs/vdbeaux.o: warning: relocation against `sqliteOpcodeNames' in read-only section `.text'
  354. /usr/bin/ld: .libs/pager.o: relocation R_X86_64_PC32 against symbol `sqlite_malloc_failed' can not be used when making a shared object; recompile with -fPIC
  355. /usr/bin/ld: final link failed: bad value
  356. collect2: error: ld returned 1 exit status
  357. make: *** [Makefile:190: libsqlite.la] Error 1
Add Comment
Please, Sign In to add comment