Advertisement
Guest User

Untitled

a guest
Dec 31st, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. configure:552: checking host system type
  5. configure:595: checking for a BSD compatible install
  6. configure:648: checking whether build environment is sane
  7. configure:705: checking whether make sets ${MAKE}
  8. configure:751: checking for working aclocal
  9. configure:764: checking for working autoconf
  10. configure:777: checking for working automake
  11. configure:790: checking for working autoheader
  12. configure:803: checking for working makeinfo
  13. configure:823: checking for gcc
  14. configure:936: checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) works
  15. configure:952: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  16. configure:949:1: warning: return type defaults to 'int' [-Wimplicit-int]
  17. 949 | main(){return(0);}
  18. | ^~~~
  19. configure:978: checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) is a cross-compiler
  20. configure:983: checking whether we are using GNU C
  21. configure:992: gcc -E conftest.c
  22. configure:1011: checking whether gcc accepts -g
  23. configure:1045: checking for ranlib
  24. configure:1074: checking for strerror in -lcposix
  25. configure:1093: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lcposix 1>&5
  26. /usr/bin/ld: cannot find -lcposix
  27. collect2: error: ld returned 1 exit status
  28. configure: failed program was:
  29. #line 1082 "configure"
  30. #include "confdefs.h"
  31. /* Override any gcc2 internal prototype to avoid an error. */
  32. /* We use char because int might match the return type of a gcc2
  33. builtin and then its argument prototype would still apply. */
  34. char strerror();
  35.  
  36. int main() {
  37. strerror()
  38. ; return 0; }
  39. configure:1117: checking how to run the C preprocessor
  40. configure:1138: gcc -E -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  41. In file included from /usr/include/assert.h:35,
  42. from configure:1133:
  43. /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  44. 382 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  45. | ^~~~~~~
  46. configure: failed program was:
  47. #line 1132 "configure"
  48. #include "confdefs.h"
  49. #include <assert.h>
  50. Syntax Error
  51. configure:1155: gcc -E -traditional-cpp -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  52. In file included from /usr/include/assert.h:36,
  53. from configure:1151:
  54. /usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  55. 382 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  56. | ^~~~~~~
  57. In file included from /usr/include/features.h:451,
  58. from /usr/include/assert.h:36,
  59. from configure:1151:
  60. /usr/include/sys/cdefs.h:30:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  61. 30 | # error "You need a ISO C conforming compiler to use the glibc headers"
  62. | ^~~~~
  63. configure: failed program was:
  64. #line 1149 "configure"
  65. #include "confdefs.h"
  66. #include <assert.h>
  67. Syntax Error
  68. configure:1172: gcc -nologo -E -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  69. gcc: error: unrecognized command line option '-nologo'
  70. configure: failed program was:
  71. #line 1166 "configure"
  72. #include "confdefs.h"
  73. #include <assert.h>
  74. Syntax Error
  75. configure:1200: checking for malloc.h
  76. configure:1210: /lib/cpp -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  77. ./configure: line 1188: /lib/cpp: No such file or directory
  78. configure: failed program was:
  79. #line 1205 "configure"
  80. #include "confdefs.h"
  81. #include <malloc.h>
  82. configure:1239: checking for working const
  83. configure:1293: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  84. configure:1314: checking for ANSI C header files
  85. configure:1327: /lib/cpp -D_FORTIFY_SOURCE=2 conftest.c >/dev/null 2>conftest.out
  86. ./configure: line 1305: /lib/cpp: No such file or directory
  87. configure: failed program was:
  88. #line 1319 "configure"
  89. #include "confdefs.h"
  90. #include <stdlib.h>
  91. #include <stdarg.h>
  92. #include <string.h>
  93. #include <float.h>
  94. configure:1418: checking for size_t
  95. ./configure: line 1329: /lib/cpp: No such file or directory
  96. configure:1451: checking size of unsigned char
  97. configure:1470: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  98. In file included from configure:1459:
  99. confdefs.h:4:16: error: duplicate 'unsigned'
  100. 4 | #define size_t unsigned
  101. | ^~~~~~~~
  102. configure: failed program was:
  103. #line 1459 "configure"
  104. #include "confdefs.h"
  105. #include <stdio.h>
  106. int main()
  107. {
  108. FILE *f=fopen("conftestval", "w");
  109. if (!f) return(1);
  110. fprintf(f, "%d\n", sizeof(unsigned char));
  111. return(0);
  112. }
  113. configure:1490: checking size of unsigned short
  114. configure:1509: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  115. In file included from configure:1498:
  116. confdefs.h:4:16: error: duplicate 'unsigned'
  117. 4 | #define size_t unsigned
  118. | ^~~~~~~~
  119. configure: failed program was:
  120. #line 1498 "configure"
  121. #include "confdefs.h"
  122. #include <stdio.h>
  123. int main()
  124. {
  125. FILE *f=fopen("conftestval", "w");
  126. if (!f) return(1);
  127. fprintf(f, "%d\n", sizeof(unsigned short));
  128. return(0);
  129. }
  130. configure:1529: checking size of unsigned int
  131. configure:1548: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  132. In file included from configure:1537:
  133. confdefs.h:4:16: error: duplicate 'unsigned'
  134. 4 | #define size_t unsigned
  135. | ^~~~~~~~
  136. configure: failed program was:
  137. #line 1537 "configure"
  138. #include "confdefs.h"
  139. #include <stdio.h>
  140. int main()
  141. {
  142. FILE *f=fopen("conftestval", "w");
  143. if (!f) return(1);
  144. fprintf(f, "%d\n", sizeof(unsigned int));
  145. return(0);
  146. }
  147. configure:1568: checking size of unsigned long
  148. configure:1587: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  149. In file included from configure:1576:
  150. confdefs.h:4:16: error: duplicate 'unsigned'
  151. 4 | #define size_t unsigned
  152. | ^~~~~~~~
  153. configure: failed program was:
  154. #line 1576 "configure"
  155. #include "confdefs.h"
  156. #include <stdio.h>
  157. int main()
  158. {
  159. FILE *f=fopen("conftestval", "w");
  160. if (!f) return(1);
  161. fprintf(f, "%d\n", sizeof(unsigned long));
  162. return(0);
  163. }
  164. configure:1607: checking size of unsigned long long
  165. configure:1626: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  166. In file included from configure:1615:
  167. confdefs.h:4:16: error: duplicate 'unsigned'
  168. 4 | #define size_t unsigned
  169. | ^~~~~~~~
  170. configure: failed program was:
  171. #line 1615 "configure"
  172. #include "confdefs.h"
  173. #include <stdio.h>
  174. int main()
  175. {
  176. FILE *f=fopen("conftestval", "w");
  177. if (!f) return(1);
  178. fprintf(f, "%d\n", sizeof(unsigned long long));
  179. return(0);
  180. }
  181. configure:1646: checking size of float
  182. configure:1665: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  183. In file included from configure:1654:
  184. confdefs.h:4:16: error: duplicate 'unsigned'
  185. 4 | #define size_t unsigned
  186. | ^~~~~~~~
  187. configure: failed program was:
  188. #line 1654 "configure"
  189. #include "confdefs.h"
  190. #include <stdio.h>
  191. int main()
  192. {
  193. FILE *f=fopen("conftestval", "w");
  194. if (!f) return(1);
  195. fprintf(f, "%d\n", sizeof(float));
  196. return(0);
  197. }
  198. configure:1685: checking size of double
  199. configure:1704: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  200. In file included from configure:1693:
  201. confdefs.h:4:16: error: duplicate 'unsigned'
  202. 4 | #define size_t unsigned
  203. | ^~~~~~~~
  204. configure: failed program was:
  205. #line 1693 "configure"
  206. #include "confdefs.h"
  207. #include <stdio.h>
  208. int main()
  209. {
  210. FILE *f=fopen("conftestval", "w");
  211. if (!f) return(1);
  212. fprintf(f, "%d\n", sizeof(double));
  213. return(0);
  214. }
  215. configure:1724: checking size of long double
  216. configure:1743: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  217. In file included from configure:1732:
  218. confdefs.h:4:16: error: duplicate 'unsigned'
  219. 4 | #define size_t unsigned
  220. | ^~~~~~~~
  221. configure: failed program was:
  222. #line 1732 "configure"
  223. #include "confdefs.h"
  224. #include <stdio.h>
  225. int main()
  226. {
  227. FILE *f=fopen("conftestval", "w");
  228. if (!f) return(1);
  229. fprintf(f, "%d\n", sizeof(long double));
  230. return(0);
  231. }
  232. configure:1763: checking whether byte ordering is bigendian
  233. configure:1781: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c 1>&5
  234. In file included from configure:1770:
  235. confdefs.h:4:16: error: duplicate 'unsigned'
  236. 4 | #define size_t unsigned
  237. | ^~~~~~~~
  238. configure: failed program was:
  239. #line 1770 "configure"
  240. #include "confdefs.h"
  241. #include <sys/types.h>
  242. #include <sys/param.h>
  243. int main() {
  244.  
  245. #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  246. bogus endian macros
  247. #endif
  248. ; return 0; }
  249. configure:1829: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c 1>&5
  250. configure:1817:1: warning: return type defaults to 'int' [-Wimplicit-int]
  251. 1817 | main () {
  252. | ^~~~
  253. configure: In function 'main':
  254. configure:1825:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  255. 1825 | exit (u.c[sizeof (long) - 1] == 1);
  256. | ^~~~
  257. configure:1825:3: warning: incompatible implicit declaration of built-in function 'exit'
  258. configure:1817:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  259. 1816 | #include "confdefs.h"
  260. +++ |+#include <stdlib.h>
  261. 1817 | main () {
  262. configure:1854: checking build system type
  263. configure:1880: checking for strip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement