Advertisement
infected_

Untitled

Jul 29th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.74 KB | None | 0 0
  1. infected_@infected-labs /mnt/Building/sabermod/smbuild/arm $ ./arm-eabi-4.9
  2. Which 4.9 base of gcc would you like to build?
  3. google or gnu? google
  4. From https://gitlab.com/SaberMod/ISL
  5. * branch gcc-5 -> FETCH_HEAD
  6. HEAD is now at 8a6623b... Merge branch 'master' of https://gitlab.com/SaberMod/ISL
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... /bin/mkdir -p
  10. checking for gawk... gawk
  11. checking whether make sets $(MAKE)... yes
  12. checking whether make supports nested variables... yes
  13. checking whether make supports nested variables... (cached) yes
  14. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether x86_64-linux-gnu-gcc accepts -g... yes
  22. checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
  23. checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes
  24. checking for style of include used by make... GNU
  25. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  26. checking whether ln -s works... yes
  27. checking whether make sets $(MAKE)... (cached) yes
  28. checking for cd... no
  29. checking build system type... x86_64-pc-linux-gnu
  30. checking host system type... x86_64-pc-linux-gnu
  31. checking how to print strings... printf
  32. checking for a sed that does not truncate output... /bin/sed
  33. checking for grep that handles long lines and -e... /bin/grep
  34. checking for egrep... /bin/grep -E
  35. checking for fgrep... /bin/grep -F
  36. checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
  37. checking if the linker (/usr/bin/ld) is GNU ld... yes
  38. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  39. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  40. checking the maximum length of command line arguments... 1572864
  41. checking whether the shell understands some XSI constructs... yes
  42. checking whether the shell understands "+="... yes
  43. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  44. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  45. checking for /usr/bin/ld option to reload object files... -r
  46. checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
  47. checking how to recognize dependent libraries... pass_all
  48. checking for x86_64-linux-gnu-dlltool... no
  49. checking for dlltool... no
  50. checking how to associate runtime and link libraries... printf %s\n
  51. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  52. checking for archiver @FILE support... @
  53. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  54. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  55. checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
  56. checking for sysroot... no
  57. checking for x86_64-linux-gnu-mt... no
  58. checking for mt... mt
  59. checking if mt is a manifest tool... no
  60. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking for dlfcn.h... yes
  72. checking for objdir... .libs
  73. checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  74. checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  75. checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  76. checking if x86_64-linux-gnu-gcc static flag -static works... yes
  77. checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
  78. checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes
  79. checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  80. checking whether -lc should be explicitly linked in... no
  81. checking dynamic linker characteristics... GNU/Linux ld.so
  82. checking how to hardcode library paths into programs... immediate
  83. checking whether stripping libraries is possible... yes
  84. checking if libtool supports shared libraries... yes
  85. checking whether to build shared libraries... yes
  86. checking whether to build static libraries... yes
  87. checking for texi2dvi... texi2dvi
  88. checking for C compiler vendor... gnu
  89. checking whether C compiler accepts -malign-double... yes
  90. checking whether C compiler accepts -fstrict-aliasing... yes
  91. checking whether C compiler accepts -ffast-math... yes
  92. checking for gcc architecture flag...
  93. checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
  94. checking for x86 cpuid 1 output... 306a9:3100800:7f9ae3bf:bfebfbff
  95. checking whether C compiler accepts -march=pentium2... no
  96. checking whether C compiler accepts -mcpu=pentium2... no
  97. checking whether C compiler accepts -mpentium2... no
  98. checking whether C compiler accepts -march=pentiumpro... no
  99. checking whether C compiler accepts -mcpu=pentiumpro... no
  100. checking whether C compiler accepts -mpentiumpro... no
  101. checking for gcc architecture flag... unknown
  102. checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math... yes
  103. checking CFLAGS_WARN for maximum warnings... -Wall
  104. checking for an ANSI C-conforming const... yes
  105. checking for size_t... yes
  106. checking for ANSI C header files... (cached) yes
  107. checking for strtol... yes
  108. checking for getrusage... yes
  109. checking which isl to use... bundled
  110. checking which gmp to use... system
  111. checking gmp.h usability... yes
  112. checking gmp.h presence... yes
  113. checking for gmp.h... yes
  114. checking for __gmpz_init in -lgmp... yes
  115. checking whether mp_get_memory_functions is declared... yes
  116. ./configure: line 13249: test: !=: unary operator expected
  117. checking which osl to use... bundled
  118. checking our pkgconfig libname... cloog-isl
  119. checking our pkgconfig version... 0.18.3
  120. checking our pkgconfig_libdir... ${libdir}/pkgconfig
  121. expanded our pkgconfig_libdir... /home/infected_/tmp/arm-linux-gnueabi-4.9/lib/pkgconfig
  122. checking our pkgconfig_libfile... cloog-isl.pc
  123. checking our package / suffix... cloog-isl /
  124. checking our pkgconfig description... cloog-isl Library
  125. checking our pkgconfig requires...
  126. checking our pkgconfig ext libs... -lcloog-isl -lgmp
  127. checking our pkgconfig cppflags... -DCLOOG_INT_GMP=1
  128. checking our pkgconfig ldflags... -L/lib
  129. noninstalled pkgconfig -L /tmp/sm-tc/cloog/cloog-0.18.4/.libs
  130. noninstalled pkgconfig -I /tmp/sm-tc/cloog/cloog-0.18.4/./include
  131. checking that generated files are newer than configure... done
  132. configure: creating ./config.status
  133. config.status: creating Makefile
  134. config.status: creating test/Makefile
  135. config.status: creating autoconf/Doxyfile
  136. config.status: creating doc/Makefile
  137. config.status: creating source/version.c
  138. config.status: creating include/cloog/version.h
  139. config.status: creating genversion.sh
  140. config.status: executing depfiles commands
  141. config.status: executing libtool commands
  142. config.status: executing cloog-isl.pc commands
  143. config.status: creating cloog-isl.pc.in
  144. config.status: creating cloog-isl.pc
  145. config.status: creating cloog-isl-uninstalled.pc
  146. config.status: creating cloog-isl-uninstalled.sh
  147. config.status: executing version.h commands
  148. fatal: No names found, cannot describe anything.
  149. config.status: executing doc/gitversion.texi commands
  150. fatal: No names found, cannot describe anything.
  151. === configuring in isl (/tmp/sm-tc/cloog/cloog-0.18.4/isl)
  152. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/infected_/tmp/arm-linux-gnueabi-4.9' '--with-isl=bundled' '--with-osl=bundled' '--with-gmp=system' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--target=arm-linux-gnueabi' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=arm-linux-gnueabi' --cache-file=/dev/null --srcdir=.
  153. checking for a BSD-compatible install... /usr/bin/install -c
  154. checking whether build environment is sane... yes
  155. checking for a thread-safe mkdir -p... /bin/mkdir -p
  156. checking for gawk... gawk
  157. checking whether make sets $(MAKE)... yes
  158. checking whether make supports nested variables... yes
  159. checking whether make supports nested variables... (cached) yes
  160. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
  161. checking whether the C compiler works... yes
  162. checking for C compiler default output file name... a.out
  163. checking for suffix of executables...
  164. checking whether we are cross compiling... no
  165. checking for suffix of object files... o
  166. checking whether we are using the GNU C compiler... yes
  167. checking whether x86_64-linux-gnu-gcc accepts -g... yes
  168. checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
  169. checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes
  170. checking for style of include used by make... GNU
  171. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  172. checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
  173. checking whether we are using the GNU C++ compiler... yes
  174. checking whether x86_64-linux-gnu-g++ accepts -g... yes
  175. checking dependency style of x86_64-linux-gnu-g++... gcc3
  176. checking for C compiler vendor... gnu
  177. checking build system type... x86_64-pc-linux-gnu
  178. checking host system type... x86_64-pc-linux-gnu
  179. checking whether C compiler accepts -malign-double... yes
  180. checking whether C compiler accepts -fstrict-aliasing... yes
  181. checking whether C compiler accepts -ffast-math... yes
  182. checking for gcc architecture flag...
  183. checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
  184. checking for x86 cpuid 1 output... 306a9:3100800:7f9ae3bf:bfebfbff
  185. checking whether C compiler accepts -march=pentium2... no
  186. checking whether C compiler accepts -mcpu=pentium2... no
  187. checking whether C compiler accepts -mpentium2... no
  188. checking whether C compiler accepts -march=pentiumpro... no
  189. checking whether C compiler accepts -mcpu=pentiumpro... no
  190. checking whether C compiler accepts -mpentiumpro... no
  191. checking for gcc architecture flag... unknown
  192. checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math... yes
  193. checking whether the compiler supports function __attribute__((__warn_unused_result__))... yes
  194. checking for __attribute__... yes
  195. checking how to print strings... printf
  196. checking for a sed that does not truncate output... /bin/sed
  197. checking for grep that handles long lines and -e... /bin/grep
  198. checking for egrep... /bin/grep -E
  199. checking for fgrep... /bin/grep -F
  200. checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
  201. checking if the linker (/usr/bin/ld) is GNU ld... yes
  202. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  203. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  204. checking whether ln -s works... yes
  205. checking the maximum length of command line arguments... 1572864
  206. checking whether the shell understands some XSI constructs... yes
  207. checking whether the shell understands "+="... yes
  208. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  209. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  210. checking for /usr/bin/ld option to reload object files... -r
  211. checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
  212. checking how to recognize dependent libraries... pass_all
  213. checking for x86_64-linux-gnu-dlltool... no
  214. checking for dlltool... no
  215. checking how to associate runtime and link libraries... printf %s\n
  216. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  217. checking for archiver @FILE support... @
  218. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  219. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  220. checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
  221. checking for sysroot... no
  222. checking for x86_64-linux-gnu-mt... no
  223. checking for mt... mt
  224. checking if mt is a manifest tool... no
  225. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
  226. checking for ANSI C header files... yes
  227. checking for sys/types.h... yes
  228. checking for sys/stat.h... yes
  229. checking for stdlib.h... yes
  230. checking for string.h... yes
  231. checking for memory.h... yes
  232. checking for strings.h... yes
  233. checking for inttypes.h... yes
  234. checking for stdint.h... yes
  235. checking for unistd.h... yes
  236. checking for dlfcn.h... yes
  237. checking for objdir... .libs
  238. checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  239. checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  240. checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  241. checking if x86_64-linux-gnu-gcc static flag -static works... yes
  242. checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
  243. checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes
  244. checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  245. checking whether -lc should be explicitly linked in... no
  246. checking dynamic linker characteristics... GNU/Linux ld.so
  247. checking how to hardcode library paths into programs... immediate
  248. checking whether stripping libraries is possible... yes
  249. checking if libtool supports shared libraries... yes
  250. checking whether to build shared libraries... yes
  251. checking whether to build static libraries... yes
  252. checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
  253. checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
  254. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  255. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  256. checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  257. checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  258. checking if x86_64-linux-gnu-g++ static flag -static works... yes
  259. checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
  260. checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
  261. checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  262. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  263. checking how to hardcode library paths into programs... immediate
  264. checking for perl... perl
  265. checking for pdflatex... no
  266. checking for pod2html... pod2html
  267. checking for stdint types... stdint.h (shortcircuit)
  268. make use of stdint.h in include/isl/stdint.h (assuming C99 compatible system)
  269. checking which gmp to use... system
  270. checking gmp.h usability... yes
  271. checking gmp.h presence... yes
  272. checking for gmp.h... yes
  273. checking for main in -lgmp... yes
  274. checking whether mp_get_memory_functions is declared... yes
  275. checking whether ffs is declared... yes
  276. checking whether __builtin_ffs is declared... yes
  277. checking whether _BitScanForward is declared... no
  278. checking whether strcasecmp is declared... yes
  279. checking whether strncasecmp is declared... yes
  280. checking whether _stricmp is declared... no
  281. checking whether _strnicmp is declared... no
  282. checking whether snprintf is declared... yes
  283. checking whether _snprintf is declared... no
  284. checking which clang to use... no
  285. checking for C compiler vendor... (cached) gnu
  286. checking our pkgconfig libname... isl
  287. checking our pkgconfig version... 0.15
  288. checking our pkgconfig_libdir... ${libdir}/pkgconfig
  289. expanded our pkgconfig_libdir... /home/infected_/tmp/arm-linux-gnueabi-4.9/lib/pkgconfig
  290. checking our pkgconfig_libfile... isl.pc
  291. checking our package / suffix... isl /
  292. checking our pkgconfig description... isl Library
  293. checking our pkgconfig requires...
  294. checking our pkgconfig ext libs... -lisl -lgmp
  295. checking our pkgconfig cppflags...
  296. checking our pkgconfig ldflags...
  297. noninstalled pkgconfig -L /tmp/sm-tc/cloog/cloog-0.18.4/isl/.libs
  298. noninstalled pkgconfig -I /tmp/sm-tc/cloog/cloog-0.18.4/isl/./include
  299. checking that generated files are newer than configure... done
  300. configure: creating ./config.status
  301. config.status: creating Makefile
  302. config.status: creating doc/Makefile
  303. config.status: creating bound_test.sh
  304. config.status: creating codegen_test.sh
  305. config.status: creating pip_test.sh
  306. config.status: creating isl_config.h
  307. config.status: executing depfiles commands
  308. config.status: executing libtool commands
  309. config.status: executing include/isl/stdint.h commands
  310. config.status: creating include/isl/stdint.h : _ISL_INCLUDE_ISL_STDINT_H
  311. config.status: executing isl.pc commands
  312. config.status: creating isl.pc.in
  313. config.status: creating isl.pc
  314. config.status: creating isl-uninstalled.pc
  315. config.status: creating isl-uninstalled.sh
  316. === configuring in osl (/tmp/sm-tc/cloog/cloog-0.18.4/osl)
  317. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/infected_/tmp/arm-linux-gnueabi-4.9' '--with-isl=bundled' '--with-osl=bundled' '--with-gmp=system' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--target=arm-linux-gnueabi' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=arm-linux-gnueabi' --cache-file=/dev/null --srcdir=.
  318. checking for a BSD-compatible install... /usr/bin/install -c
  319. checking whether build environment is sane... yes
  320. checking for a thread-safe mkdir -p... /bin/mkdir -p
  321. checking for gawk... gawk
  322. checking whether make sets $(MAKE)... yes
  323. checking whether make supports nested variables... yes
  324. checking whether make supports nested variables... (cached) yes
  325. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc
  326. checking whether the C compiler works... yes
  327. checking for C compiler default output file name... a.out
  328. checking for suffix of executables...
  329. checking whether we are cross compiling... no
  330. checking for suffix of object files... o
  331. checking whether we are using the GNU C compiler... yes
  332. checking whether x86_64-linux-gnu-gcc accepts -g... yes
  333. checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
  334. checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes
  335. checking for style of include used by make... GNU
  336. checking dependency style of x86_64-linux-gnu-gcc... gcc3
  337. checking whether ln -s works... yes
  338. checking whether make sets $(MAKE)... (cached) yes
  339. checking for cd... no
  340. checking build system type... x86_64-pc-linux-gnu
  341. checking host system type... x86_64-pc-linux-gnu
  342. checking how to print strings... printf
  343. checking for a sed that does not truncate output... /bin/sed
  344. checking for grep that handles long lines and -e... /bin/grep
  345. checking for egrep... /bin/grep -E
  346. checking for fgrep... /bin/grep -F
  347. checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld
  348. checking if the linker (/usr/bin/ld) is GNU ld... yes
  349. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  350. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  351. checking the maximum length of command line arguments... 1572864
  352. checking whether the shell understands some XSI constructs... yes
  353. checking whether the shell understands "+="... yes
  354. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  355. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  356. checking for /usr/bin/ld option to reload object files... -r
  357. checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
  358. checking how to recognize dependent libraries... pass_all
  359. checking for x86_64-linux-gnu-dlltool... no
  360. checking for dlltool... no
  361. checking how to associate runtime and link libraries... printf %s\n
  362. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  363. checking for archiver @FILE support... @
  364. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  365. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  366. checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
  367. checking for sysroot... no
  368. checking for x86_64-linux-gnu-mt... no
  369. checking for mt... mt
  370. checking if mt is a manifest tool... no
  371. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E
  372. checking for ANSI C header files... yes
  373. checking for sys/types.h... yes
  374. checking for sys/stat.h... yes
  375. checking for stdlib.h... yes
  376. checking for string.h... yes
  377. checking for memory.h... yes
  378. checking for strings.h... yes
  379. checking for inttypes.h... yes
  380. checking for stdint.h... yes
  381. checking for unistd.h... yes
  382. checking for dlfcn.h... yes
  383. checking for objdir... .libs
  384. checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  385. checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  386. checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  387. checking if x86_64-linux-gnu-gcc static flag -static works... yes
  388. checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
  389. checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes
  390. checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  391. checking whether -lc should be explicitly linked in... no
  392. checking dynamic linker characteristics... GNU/Linux ld.so
  393. checking how to hardcode library paths into programs... immediate
  394. checking whether stripping libraries is possible... yes
  395. checking if libtool supports shared libraries... yes
  396. checking whether to build shared libraries... yes
  397. checking whether to build static libraries... yes
  398. checking for doxygen... no
  399. checking for texi2pdf... texi2pdf
  400. checking for C compiler vendor... gnu
  401. checking whether C compiler accepts -malign-double... yes
  402. checking whether C compiler accepts -fstrict-aliasing... yes
  403. checking whether C compiler accepts -ffast-math... yes
  404. checking for gcc architecture flag...
  405. checking for x86 cpuid 0 output... d:756e6547:6c65746e:49656e69
  406. checking for x86 cpuid 1 output... 306a9:1100800:7f9ae3bf:bfebfbff
  407. checking whether C compiler accepts -march=pentium2... no
  408. checking whether C compiler accepts -mcpu=pentium2... no
  409. checking whether C compiler accepts -mpentium2... no
  410. checking whether C compiler accepts -march=pentiumpro... no
  411. checking whether C compiler accepts -mcpu=pentiumpro... no
  412. checking whether C compiler accepts -mpentiumpro... no
  413. checking for gcc architecture flag... unknown
  414. checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math... yes
  415. checking CFLAGS_WARN for maximum warnings... -Wall
  416. checking for an ANSI C-conforming const... yes
  417. checking for size_t... yes
  418. checking for ANSI C header files... (cached) yes
  419. checking errno.h usability... yes
  420. checking errno.h presence... yes
  421. checking for errno.h... yes
  422. checking stddef.h usability... yes
  423. checking stddef.h presence... yes
  424. checking for stddef.h... yes
  425. checking for stdlib.h... (cached) yes
  426. checking for string.h... (cached) yes
  427. checking for strings.h... (cached) yes
  428. checking for unistd.h... (cached) yes
  429. checking for strtol... yes
  430. checking which gmp to use... system
  431. checking for __gmpz_init in -lgmp... yes
  432. checking gmp.h usability... yes
  433. checking gmp.h presence... yes
  434. checking for gmp.h... yes
  435. checking that generated files are newer than configure... done
  436. configure: creating ./config.status
  437. config.status: creating Makefile
  438. config.status: creating doc/Makefile
  439. config.status: creating doc/Doxyfile
  440. config.status: creating include/osl/scop.h
  441. config.status: creating tests/Makefile
  442. config.status: executing depfiles commands
  443. config.status: executing libtool commands
  444. /*-----------------------------------------------*
  445. * OpenScop Library configuration is OK *
  446. *-----------------------------------------------*/
  447. It appears that your system is OK to start the OpenScop Library compilation.
  448. You need now to type "make". Then type "make install" to install it on your
  449. system (log as root if necessary).
  450. /*-----------------------------------------------*
  451. * CLooG configuration is OK *
  452. *-----------------------------------------------*/
  453. It appears that your system is OK to start CLooG compilation. You need
  454. now to type "make". After compilation, you should check CLooG by typing
  455. "make check". If no problem occur, you can type "make uninstall" if
  456. you are upgrading an old version. Lastly type "make install" to install
  457. CLooG on your system (log as root if necessary).
  458.  
  459.  
  460.  
  461. Compiling Cloog, and cloog dependencies ...
  462.  
  463.  
  464.  
  465. HEAD is now at c503681 rewrite cloog (2/2)
  466. checking for a BSD-compatible install... /usr/bin/install -c
  467. checking whether build environment is sane... yes
  468. checking for a thread-safe mkdir -p... /bin/mkdir -p
  469. checking for gawk... gawk
  470. checking whether make sets $(MAKE)... yes
  471. checking whether make supports nested variables... yes
  472. checking whether to enable maintainer-specific portions of Makefiles... yes
  473. checking build system type... x86_64-pc-linux-gnu
  474. checking host system type... x86_64-pc-linux-gnu
  475. checking for grep that handles long lines and -e... /bin/grep
  476. checking for egrep... /bin/grep -E
  477. checking for a sed that does not truncate output... /bin/sed
  478. checking for CC and CFLAGS in gmp.h... yes CC=x86_64-linux-gnu-gcc -std=gnu99 CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -O3
  479. checking for CC=x86_64-linux-gnu-gcc -std=gnu99 and CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -O3... yes
  480. checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc -std=gnu99
  481. checking whether the C compiler works... yes
  482. checking for C compiler default output file name... a.out
  483. checking for suffix of executables...
  484. checking whether we are cross compiling... no
  485. checking for suffix of object files... o
  486. checking whether we are using the GNU C compiler... yes
  487. checking whether x86_64-linux-gnu-gcc -std=gnu99 accepts -g... yes
  488. checking for x86_64-linux-gnu-gcc -std=gnu99 option to accept ISO C89... none needed
  489. checking whether x86_64-linux-gnu-gcc -std=gnu99 understands -c and -o together... yes
  490. checking for style of include used by make... GNU
  491. checking dependency style of x86_64-linux-gnu-gcc -std=gnu99... gcc3
  492. checking how to run the C preprocessor... x86_64-linux-gnu-gcc -std=gnu99 -E
  493. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  494. checking the archiver (x86_64-linux-gnu-ar) interface... ar
  495. checking for ICC... no
  496. checking whether the selected language is C++... no
  497. checking for an ANSI C-conforming const... yes
  498. checking for working volatile... yes
  499. checking for ANSI C header files... yes
  500. checking for sys/types.h... yes
  501. checking for sys/stat.h... yes
  502. checking for stdlib.h... yes
  503. checking for string.h... yes
  504. checking for memory.h... yes
  505. checking for strings.h... yes
  506. checking for inttypes.h... yes
  507. checking for stdint.h... yes
  508. checking for unistd.h... yes
  509. checking whether byte ordering is bigendian... no
  510. checking for main in -lm... yes
  511. checking for main in -lquadmath... yes
  512. checking whether time.h and sys/time.h may both be included... yes
  513. checking for size_t... yes
  514. checking limits.h usability... yes
  515. checking limits.h presence... yes
  516. checking for limits.h... yes
  517. checking float.h usability... yes
  518. checking float.h presence... yes
  519. checking for float.h... yes
  520. checking for string.h... (cached) yes
  521. checking locale.h usability... yes
  522. checking locale.h presence... yes
  523. checking for locale.h... yes
  524. checking wchar.h usability... yes
  525. checking wchar.h presence... yes
  526. checking for wchar.h... yes
  527. checking stdarg.h usability... yes
  528. checking stdarg.h presence... yes
  529. checking for stdarg.h... yes
  530. checking sys/time.h usability... yes
  531. checking sys/time.h presence... yes
  532. checking for sys/time.h... yes
  533. checking sys/fpu.h usability... no
  534. checking sys/fpu.h presence... no
  535. checking for sys/fpu.h... no
  536. checking for struct lconv.decimal_point... yes
  537. checking for struct lconv.thousands_sep... yes
  538. checking for working alloca.h... yes
  539. checking for alloca... yes
  540. checking for stdint.h... (cached) yes
  541. checking for SIZE_MAX... yes
  542. checking how to copy va_list... va_copy
  543. checking for memmove... yes
  544. checking for memset... yes
  545. checking for setlocale... yes
  546. checking for strtol... yes
  547. checking for gettimeofday... yes
  548. checking for signal... yes
  549. checking for sigaction and its associated structure... yes
  550. checking for long long int... yes
  551. checking for intmax_t... yes
  552. checking for working INTMAX_MAX... yes
  553. checking for union fpc_csr... no
  554. checking for _Noreturn... yes
  555. checking for __builtin_unreachable... yes
  556. checking for fesetround... yes
  557. checking for gcc float-conversion bug... no
  558. checking for subnormal numbers... yes
  559. checking for signed zeros... yes
  560. checking if the FP division by 0 fails... no
  561. checking if NAN == NAN... no
  562. checking if charset has consecutive values... yes
  563. checking for math/round... yes
  564. checking for math/trunc... yes
  565. checking for math/floor... yes
  566. checking for math/ceil... yes
  567. checking for math/nearbyint... yes
  568. checking for long double... yes
  569. checking format of `long double' floating point... IEEE extended, little endian
  570. checking for TLS support using C11... yes
  571. checking for Static Assertion support... yes
  572. checking for library containing clock_gettime... none required
  573. checking for gmp.h... yes
  574. checking how to print strings... printf
  575. checking for a sed that does not truncate output... (cached) /bin/sed
  576. checking for fgrep... /bin/grep -F
  577. checking for ld used by x86_64-linux-gnu-gcc -std=gnu99... /usr/bin/ld
  578. checking if the linker (/usr/bin/ld) is GNU ld... yes
  579. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  580. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  581. checking whether ln -s works... yes
  582. checking the maximum length of command line arguments... 1572864
  583. checking whether the shell understands some XSI constructs... yes
  584. checking whether the shell understands "+="... yes
  585. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  586. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  587. checking for /usr/bin/ld option to reload object files... -r
  588. checking for x86_64-linux-gnu-objdump... x86_64-linux-gnu-objdump
  589. checking how to recognize dependent libraries... pass_all
  590. checking for x86_64-linux-gnu-dlltool... no
  591. checking for dlltool... no
  592. checking how to associate runtime and link libraries... printf %s\n
  593. checking for x86_64-linux-gnu-ar... (cached) x86_64-linux-gnu-ar
  594. checking for archiver @FILE support... @
  595. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  596. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  597. checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc -std=gnu99 object... ok
  598. checking for sysroot... no
  599. checking for x86_64-linux-gnu-mt... no
  600. checking for mt... mt
  601. checking if mt is a manifest tool... no
  602. checking for dlfcn.h... yes
  603. checking for objdir... .libs
  604. checking if x86_64-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  605. checking for x86_64-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  606. checking if x86_64-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  607. checking if x86_64-linux-gnu-gcc -std=gnu99 static flag -static works... yes
  608. checking if x86_64-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
  609. checking if x86_64-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
  610. checking whether the x86_64-linux-gnu-gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  611. checking whether -lc should be explicitly linked in... no
  612. checking dynamic linker characteristics... GNU/Linux ld.so
  613. checking how to hardcode library paths into programs... immediate
  614. checking whether stripping libraries is possible... yes
  615. checking if libtool supports shared libraries... yes
  616. checking whether to build shared libraries... yes
  617. checking whether to build static libraries... yes
  618. checking whether gcc __attribute__ ((mode (XX))) works... yes
  619. checking for recent GMP... yes
  620. checking for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency... yes
  621. checking for __gmpz_init in -lgmp... yes
  622. checking if gmp.h version and libgmp version are the same... (6.0.0/6.0.0) yes
  623. checking for GMP library vs header correctness... yes
  624. checking for double-to-integer conversion bug... no
  625. checking if gmp_printf supports "%jd"... yes
  626. checking if gmp_printf supports "%hhd"... yes
  627. checking if gmp_printf supports "%lld"... yes
  628. checking if gmp_printf supports "%Lf"... yes
  629. checking if gmp_printf supports "%td"... yes
  630. checking for __gmpn_rootrem... yes
  631. checking for __gmpn_sbpi1_divappr_q... yes
  632. checking for long to fit in mp_limb_t... yes
  633. checking for getrusage... yes
  634. checking that generated files are newer than configure... done
  635. configure: creating ./config.status
  636. config.status: creating Makefile
  637. config.status: creating doc/Makefile
  638. config.status: creating src/Makefile
  639. config.status: creating tests/Makefile
  640. config.status: creating tune/Makefile
  641. config.status: creating src/mparam.h
  642. config.status: creating tools/bench/Makefile
  643. config.status: executing depfiles commands
  644. config.status: executing libtool commands
  645.  
  646.  
  647.  
  648. Compiling MPFR dependencies ...
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655. SUCCESS: *****************ㄅㄩςς∑ㄅㄅ*****************
  656.  
  657. MPFR libraries have successfully built
  658.  
  659. *****************ㄅㄩςς∑ㄅㄅ*****************
  660.  
  661.  
  662.  
  663. HEAD is now at 9d1d3eb Merge remote-tracking branch 'git-svn'
  664. checking build system type... x86_64-pc-linux-gnu
  665. checking host system type... x86_64-pc-linux-gnu
  666. checking for a BSD-compatible install... /usr/bin/install -c
  667. checking whether build environment is sane... yes
  668. checking for a thread-safe mkdir -p... /bin/mkdir -p
  669. checking for gawk... gawk
  670. checking whether make sets $(MAKE)... yes
  671. checking whether make supports nested variables... yes
  672. checking whether to enable maintainer-specific portions of Makefiles... no
  673. checking ABI=64
  674. checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 ... yes
  675. checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=k8... yes
  676. checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=k8 -march=k8... yes
  677. checking for x86_64-linux-gnu-gcc... gcc
  678. checking whether the C compiler works... yes
  679. checking for C compiler default output file name... a.out
  680. checking for suffix of executables...
  681. checking whether we are cross compiling... no
  682. checking for suffix of object files... o
  683. checking whether we are using the GNU C compiler... yes
  684. checking whether gcc accepts -g... yes
  685. checking for gcc option to accept ISO C89... none needed
  686. checking whether gcc understands -c and -o together... yes
  687. checking for gcc option to accept ISO C99... -std=gnu99
  688. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  689. checking how to run the C preprocessor... gcc -std=gnu99 -E
  690. checking build system compiler gcc -std=gnu99... yes
  691. checking for build system preprocessor... gcc -std=gnu99 -E
  692. checking for build system executable suffix...
  693. checking whether build system compiler is ANSI... yes
  694. checking for build system compiler math library... -lm
  695. checking for grep that handles long lines and -e... /bin/grep
  696. checking for egrep... /bin/grep -E
  697. using ABI="64"
  698. CC="gcc -std=gnu99"
  699. CFLAGS="-O2 -pedantic -fomit-frame-pointer -m64 -mtune=k8 -march=k8"
  700. CPPFLAGS=""
  701. MPN_PATH=" x86_64/k8 x86_64 generic"
  702. checking whether assembler supports --noexecstack option... yes
  703. checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
  704. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  705. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  706. checking how to print strings... printf
  707. checking for a sed that does not truncate output... /bin/sed
  708. checking for fgrep... /bin/grep -F
  709. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  710. checking if the linker (/usr/bin/ld) is GNU ld... yes
  711. checking whether ln -s works... yes
  712. checking the maximum length of command line arguments... 1572864
  713. checking whether the shell understands some XSI constructs... yes
  714. checking whether the shell understands "+="... yes
  715. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  716. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  717. checking for /usr/bin/ld option to reload object files... -r
  718. checking for x86_64-linux-gnu-objdump... objdump
  719. checking how to recognize dependent libraries... pass_all
  720. checking for x86_64-linux-gnu-dlltool... dlltool
  721. checking how to associate runtime and link libraries... printf %s\n
  722. checking for x86_64-linux-gnu-ar... (cached) x86_64-linux-gnu-ar
  723. checking for archiver @FILE support... @
  724. checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
  725. checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
  726. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  727. checking for sysroot... no
  728. checking for x86_64-linux-gnu-mt... no
  729. checking for mt... mt
  730. checking if mt is a manifest tool... no
  731. checking for ANSI C header files... yes
  732. checking for sys/types.h... yes
  733. checking for sys/stat.h... yes
  734. checking for stdlib.h... yes
  735. checking for string.h... yes
  736. checking for memory.h... yes
  737. checking for strings.h... yes
  738. checking for inttypes.h... yes
  739. checking for stdint.h... yes
  740. checking for unistd.h... yes
  741. checking for dlfcn.h... yes
  742. checking for objdir... .libs
  743. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  744. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  745. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  746. checking if gcc -std=gnu99 static flag -static works... yes
  747. checking if gcc -std=gnu99 supports -c -o file.o... yes
  748. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  749. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  750. checking whether -lc should be explicitly linked in... no
  751. checking dynamic linker characteristics... GNU/Linux ld.so
  752. checking how to hardcode library paths into programs... immediate
  753. checking whether stripping libraries is possible... yes
  754. checking if libtool supports shared libraries... yes
  755. checking whether to build shared libraries... yes
  756. checking whether to build static libraries... yes
  757. checking for ANSI C header files... (cached) yes
  758. checking whether time.h and sys/time.h may both be included... yes
  759. checking fcntl.h usability... yes
  760. checking fcntl.h presence... yes
  761. checking for fcntl.h... yes
  762. checking float.h usability... yes
  763. checking float.h presence... yes
  764. checking for float.h... yes
  765. checking invent.h usability... no
  766. checking invent.h presence... no
  767. checking for invent.h... no
  768. checking langinfo.h usability... yes
  769. checking langinfo.h presence... yes
  770. checking for langinfo.h... yes
  771. checking locale.h usability... yes
  772. checking locale.h presence... yes
  773. checking for locale.h... yes
  774. checking nl_types.h usability... yes
  775. checking nl_types.h presence... yes
  776. checking for nl_types.h... yes
  777. checking sys/attributes.h usability... no
  778. checking sys/attributes.h presence... no
  779. checking for sys/attributes.h... no
  780. checking sys/iograph.h usability... no
  781. checking sys/iograph.h presence... no
  782. checking for sys/iograph.h... no
  783. checking sys/mman.h usability... yes
  784. checking sys/mman.h presence... yes
  785. checking for sys/mman.h... yes
  786. checking sys/param.h usability... yes
  787. checking sys/param.h presence... yes
  788. checking for sys/param.h... yes
  789. checking sys/processor.h usability... no
  790. checking sys/processor.h presence... no
  791. checking for sys/processor.h... no
  792. checking sys/pstat.h usability... no
  793. checking sys/pstat.h presence... no
  794. checking for sys/pstat.h... no
  795. checking sys/sysinfo.h usability... yes
  796. checking sys/sysinfo.h presence... yes
  797. checking for sys/sysinfo.h... yes
  798. checking sys/syssgi.h usability... no
  799. checking sys/syssgi.h presence... no
  800. checking for sys/syssgi.h... no
  801. checking sys/systemcfg.h usability... no
  802. checking sys/systemcfg.h presence... no
  803. checking for sys/systemcfg.h... no
  804. checking sys/time.h usability... yes
  805. checking sys/time.h presence... yes
  806. checking for sys/time.h... yes
  807. checking sys/times.h usability... yes
  808. checking sys/times.h presence... yes
  809. checking for sys/times.h... yes
  810. checking for sys/resource.h... yes
  811. checking for sys/sysctl.h... yes
  812. checking for machine/hal_sysinfo.h... no
  813. checking whether fgetc is declared... yes
  814. checking whether fscanf is declared... yes
  815. checking whether optarg is declared... yes
  816. checking whether ungetc is declared... yes
  817. checking whether vfprintf is declared... yes
  818. checking whether sys_errlist is declared... yes
  819. checking whether sys_nerr is declared... yes
  820. checking return type of signal handlers... void
  821. checking for intmax_t... yes
  822. checking for long double... yes
  823. checking for long long... yes
  824. checking for ptrdiff_t... yes
  825. checking for quad_t... yes
  826. checking for uint_least32_t... yes
  827. checking for intptr_t... yes
  828. checking for working volatile... yes
  829. checking for C/C++ restrict keyword... __restrict
  830. checking whether gcc __attribute__ ((const)) works... yes
  831. checking whether gcc __attribute__ ((malloc)) works... yes
  832. checking whether gcc __attribute__ ((mode (XX))) works... yes
  833. checking whether gcc __attribute__ ((noreturn)) works... yes
  834. checking for inline... inline
  835. checking for cos in -lm... yes
  836. checking for working alloca.h... yes
  837. checking for alloca (via gmp-impl.h)... yes
  838. checking how to allocate temporary memory... alloca
  839. checking whether byte ordering is bigendian... no
  840. checking format of `double' floating point... IEEE little endian
  841. checking for alarm... yes
  842. checking for attr_get... no
  843. checking for clock... yes
  844. checking for cputime... no
  845. checking for getpagesize... yes
  846. checking for getrusage... yes
  847. checking for gettimeofday... yes
  848. checking for getsysinfo... no
  849. checking for localeconv... yes
  850. checking for memset... yes
  851. checking for mmap... yes
  852. checking for mprotect... yes
  853. checking for nl_langinfo... yes
  854. checking for obstack_vprintf... yes
  855. checking for popen... yes
  856. checking for processor_info... no
  857. checking for pstat_getprocessor... no
  858. checking for raise... yes
  859. checking for read_real_time... no
  860. checking for sigaction... yes
  861. checking for sigaltstack... yes
  862. checking for sigstack... yes
  863. checking for syssgi... no
  864. checking for strchr... yes
  865. checking for strerror... yes
  866. checking for strnlen... yes
  867. checking for strtol... yes
  868. checking for strtoul... yes
  869. checking for sysconf... yes
  870. checking for sysctl... yes
  871. checking for sysctlbyname... no
  872. checking for times... yes
  873. checking for library containing clock_gettime... none required
  874. checking for vsnprintf... yes
  875. checking whether vsnprintf works... yes
  876. checking whether sscanf needs writable input... no
  877. checking for struct pst_processor.psp_iticksperclktick... no
  878. checking for suitable m4... m4
  879. checking if m4wrap produces spurious output... no
  880. checking how to switch to text section... .text
  881. checking how to switch to data section... .data
  882. checking for assembler label suffix... :
  883. checking for assembler global directive... .globl
  884. checking for assembler global directive attribute...
  885. checking if globals are prefixed by underscore... no
  886. checking how to switch to read-only data section... .section .rodata
  887. checking for assembler .type directive... .type $1,@$2
  888. checking for assembler .size directive... .size $1,$2
  889. checking for assembler local label prefix... .L
  890. checking for assembler byte directive... .byte
  891. checking how to define a 32-bit word... .long
  892. checking if .align assembly directive is logarithmic... no
  893. checking if the .align directive accepts an 0x90 fill in .text... yes
  894. checking size of void *... 8
  895. checking size of unsigned short... 2
  896. checking size of unsigned... 4
  897. checking size of unsigned long... 8
  898. checking size of mp_limb_t... 8
  899. checking for stack_t... yes
  900. checking for tputs in -lncurses... yes
  901. checking for readline in -lreadline... yes
  902. checking readline/readline.h usability... yes
  903. checking readline/readline.h presence... yes
  904. checking for readline/readline.h... yes
  905. checking readline/history.h usability... yes
  906. checking readline/history.h presence... yes
  907. checking for readline/history.h... yes
  908. checking readline detected... yes
  909. checking for bison... bison -y
  910. checking for flex... flex
  911. checking lex output file root... lex.yy
  912. checking lex library... -lfl
  913. checking whether yytext is a pointer... yes
  914. creating config.m4
  915. checking that generated files are newer than configure... done
  916. configure: creating ./config.status
  917. config.status: creating demos/pexpr-config.h
  918. config.status: creating demos/calc/calc-config.h
  919. config.status: creating Makefile
  920. config.status: creating mpf/Makefile
  921. config.status: creating mpn/Makefile
  922. config.status: creating mpq/Makefile
  923. config.status: creating mpz/Makefile
  924. config.status: creating printf/Makefile
  925. config.status: creating scanf/Makefile
  926. config.status: creating rand/Makefile
  927. config.status: creating cxx/Makefile
  928. config.status: creating tests/Makefile
  929. config.status: creating tests/devel/Makefile
  930. config.status: creating tests/mpf/Makefile
  931. config.status: creating tests/mpn/Makefile
  932. config.status: creating tests/mpq/Makefile
  933. config.status: creating tests/mpz/Makefile
  934. config.status: creating tests/rand/Makefile
  935. config.status: creating tests/misc/Makefile
  936. config.status: creating tests/cxx/Makefile
  937. config.status: creating doc/Makefile
  938. config.status: creating tune/Makefile
  939. config.status: creating demos/Makefile
  940. config.status: creating demos/calc/Makefile
  941. config.status: creating demos/expr/Makefile
  942. config.status: creating gmp.h
  943. config.status: creating config.h
  944. config.status: linking mpn/x86_64/invert_limb_table.asm to mpn/invert_limb_table.asm
  945. config.status: linking mpn/generic/add.c to mpn/add.c
  946. config.status: linking mpn/generic/add_1.c to mpn/add_1.c
  947. config.status: linking mpn/x86_64/aors_n.asm to mpn/add_n.asm
  948. config.status: linking mpn/generic/sub.c to mpn/sub.c
  949. config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
  950. config.status: linking mpn/x86_64/aors_n.asm to mpn/sub_n.asm
  951. config.status: linking mpn/x86_64/cnd_aors_n.asm to mpn/cnd_add_n.asm
  952. config.status: linking mpn/x86_64/cnd_aors_n.asm to mpn/cnd_sub_n.asm
  953. config.status: linking mpn/generic/cnd_swap.c to mpn/cnd_swap.c
  954. config.status: linking mpn/generic/neg.c to mpn/neg.c
  955. config.status: linking mpn/x86_64/com.asm to mpn/com.asm
  956. config.status: linking mpn/x86_64/mul_1.asm to mpn/mul_1.asm
  957. config.status: linking mpn/x86_64/aorsmul_1.asm to mpn/addmul_1.asm
  958. config.status: linking mpn/x86_64/aorsmul_1.asm to mpn/submul_1.asm
  959. config.status: linking mpn/x86_64/aors_err1_n.asm to mpn/add_err1_n.asm
  960. config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/add_err2_n.asm
  961. config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/add_err3_n.asm
  962. config.status: linking mpn/x86_64/aors_err1_n.asm to mpn/sub_err1_n.asm
  963. config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/sub_err2_n.asm
  964. config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/sub_err3_n.asm
  965. config.status: linking mpn/x86_64/lshift.asm to mpn/lshift.asm
  966. config.status: linking mpn/x86_64/rshift.asm to mpn/rshift.asm
  967. config.status: linking mpn/x86_64/dive_1.asm to mpn/dive_1.asm
  968. config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
  969. config.status: linking mpn/generic/divis.c to mpn/divis.c
  970. config.status: linking mpn/generic/divrem.c to mpn/divrem.c
  971. config.status: linking mpn/x86_64/divrem_1.asm to mpn/divrem_1.asm
  972. config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
  973. config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
  974. config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
  975. config.status: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm
  976. config.status: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm
  977. config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
  978. config.status: linking mpn/generic/dump.c to mpn/dump.c
  979. config.status: linking mpn/x86_64/mod_1_1.asm to mpn/mod_1_1.asm
  980. config.status: linking mpn/x86_64/mod_1_2.asm to mpn/mod_1_2.asm
  981. config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
  982. config.status: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm
  983. config.status: linking mpn/x86_64/lshiftc.asm to mpn/lshiftc.asm
  984. config.status: linking mpn/generic/mul.c to mpn/mul.c
  985. config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
  986. config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
  987. config.status: linking mpn/generic/sqr.c to mpn/sqr.c
  988. config.status: linking mpn/x86_64/k8/mul_basecase.asm to mpn/mul_basecase.asm
  989. config.status: linking mpn/x86_64/k8/sqr_basecase.asm to mpn/sqr_basecase.asm
  990. config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
  991. config.status: linking mpn/x86_64/k8/mulmid_basecase.asm to mpn/mulmid_basecase.asm
  992. config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
  993. config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
  994. config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
  995. config.status: linking mpn/generic/random.c to mpn/random.c
  996. config.status: linking mpn/generic/random2.c to mpn/random2.c
  997. config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
  998. config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
  999. config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
  1000. config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c
  1001. config.status: linking mpn/generic/get_str.c to mpn/get_str.c
  1002. config.status: linking mpn/generic/set_str.c to mpn/set_str.c
  1003. config.status: linking mpn/generic/scan0.c to mpn/scan0.c
  1004. config.status: linking mpn/generic/scan1.c to mpn/scan1.c
  1005. config.status: linking mpn/x86_64/popham.asm to mpn/popcount.asm
  1006. config.status: linking mpn/x86_64/popham.asm to mpn/hamdist.asm
  1007. config.status: linking mpn/generic/cmp.c to mpn/cmp.c
  1008. config.status: linking mpn/generic/zero_p.c to mpn/zero_p.c
  1009. config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
  1010. config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
  1011. config.status: linking mpn/x86_64/gcd_1.asm to mpn/gcd_1.asm
  1012. config.status: linking mpn/generic/gcd.c to mpn/gcd.c
  1013. config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
  1014. config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
  1015. config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
  1016. config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
  1017. config.status: linking mpn/generic/div_q.c to mpn/div_q.c
  1018. config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
  1019. config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
  1020. config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
  1021. config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c
  1022. config.status: linking mpn/generic/get_d.c to mpn/get_d.c
  1023. config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
  1024. config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
  1025. config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
  1026. config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
  1027. config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
  1028. config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
  1029. config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
  1030. config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
  1031. config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
  1032. config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
  1033. config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
  1034. config.status: linking mpn/x86_64/k8/mullo_basecase.asm to mpn/mullo_basecase.asm
  1035. config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
  1036. config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
  1037. config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
  1038. config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
  1039. config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
  1040. config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
  1041. config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
  1042. config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
  1043. config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
  1044. config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
  1045. config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
  1046. config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
  1047. config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
  1048. config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
  1049. config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
  1050. config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
  1051. config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
  1052. config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
  1053. config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
  1054. config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
  1055. config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
  1056. config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
  1057. config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
  1058. config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
  1059. config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
  1060. config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
  1061. config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
  1062. config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
  1063. config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
  1064. config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
  1065. config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
  1066. config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
  1067. config.status: linking mpn/generic/invert.c to mpn/invert.c
  1068. config.status: linking mpn/generic/binvert.c to mpn/binvert.c
  1069. config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
  1070. config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
  1071. config.status: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c
  1072. config.status: linking mpn/x86_64/k8/div_qr_1n_pi1.asm to mpn/div_qr_1n_pi1.asm
  1073. config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
  1074. config.status: linking mpn/x86_64/div_qr_2n_pi1.asm to mpn/div_qr_2n_pi1.asm
  1075. config.status: linking mpn/x86_64/div_qr_2u_pi1.asm to mpn/div_qr_2u_pi1.asm
  1076. config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
  1077. config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
  1078. config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
  1079. config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
  1080. config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
  1081. config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
  1082. config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
  1083. config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
  1084. config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
  1085. config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
  1086. config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
  1087. config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
  1088. config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
  1089. config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
  1090. config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
  1091. config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
  1092. config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
  1093. config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
  1094. config.status: linking mpn/generic/broot.c to mpn/broot.c
  1095. config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c
  1096. config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
  1097. config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
  1098. config.status: linking mpn/generic/divexact.c to mpn/divexact.c
  1099. config.status: linking mpn/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
  1100. config.status: linking mpn/x86_64/k8/redc_1.asm to mpn/redc_1.asm
  1101. config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
  1102. config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
  1103. config.status: linking mpn/generic/powm.c to mpn/powm.c
  1104. config.status: linking mpn/generic/powlo.c to mpn/powlo.c
  1105. config.status: linking mpn/generic/sec_powm.c to mpn/sec_powm.c
  1106. config.status: linking mpn/generic/sec_mul.c to mpn/sec_mul.c
  1107. config.status: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c
  1108. config.status: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c
  1109. config.status: linking mpn/generic/sec_div.c to mpn/sec_div_r.c
  1110. config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
  1111. config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
  1112. config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
  1113. config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
  1114. config.status: linking mpn/generic/sec_invert.c to mpn/sec_invert.c
  1115. config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
  1116. config.status: linking mpn/generic/remove.c to mpn/remove.c
  1117. config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
  1118. config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
  1119. config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
  1120. config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
  1121. config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
  1122. config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
  1123. config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
  1124. config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
  1125. config.status: linking mpn/x86_64/copyi.asm to mpn/copyi.asm
  1126. config.status: linking mpn/x86_64/copyd.asm to mpn/copyd.asm
  1127. config.status: linking mpn/generic/zero.c to mpn/zero.c
  1128. config.status: linking mpn/x86_64/sec_tabselect.asm to mpn/sec_tabselect.asm
  1129. config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
  1130. config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
  1131. config.status: linking mpn/x86_64/sqr_diag_addlsh1.asm to mpn/sqr_diag_addlsh1.asm
  1132. config.status: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm
  1133. config.status: linking mpn/x86_64/addmul_2.asm to mpn/addmul_2.asm
  1134. config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/addlsh1_n.asm
  1135. config.status: linking mpn/x86_64/sublsh1_n.asm to mpn/sublsh1_n.asm
  1136. config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
  1137. config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1add_n.asm
  1138. config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1sub_n.asm
  1139. config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/addlsh2_n.asm
  1140. config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
  1141. config.status: linking mpn/x86_64/k8/aorrlsh_n.asm to mpn/addlsh_n.asm
  1142. config.status: linking mpn/x86_64/k8/aorrlsh_n.asm to mpn/rsblsh_n.asm
  1143. config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
  1144. config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
  1145. config.status: linking mpn/x86_64/k8/gmp-mparam.h to gmp-mparam.h
  1146. config.status: executing libtool commands
  1147. configure: summary of build options:
  1148.  
  1149. Version: GNU MP 6.0.0
  1150. Host type: x86_64-pc-linux-gnu
  1151. ABI: 64
  1152. Install prefix: /home/infected_/tmp/arm-linux-gnueabi-4.9
  1153. Compiler: gcc -std=gnu99
  1154. Static libraries: yes
  1155. Shared libraries: yes
  1156.  
  1157.  
  1158.  
  1159.  
  1160. Compiling GMP dependencies ...
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167. SUCCESS: *****************ㄅㄩςς∑ㄅㄅ*****************
  1168.  
  1169. GMP libraries have successfully built
  1170.  
  1171. *****************ㄅㄩςς∑ㄅㄅ*****************
  1172.  
  1173.  
  1174.  
  1175. HEAD is now at 5d4973e Merge remote-tracking branch 'hg/master'
  1176.  
  1177.  
  1178.  
  1179. ERROR: **********************************モ∆ⅰレㄩЯ∑**********************************
  1180.  
  1181. Sorry your build failed because
  1182. host CLOOG libraries failed to install
  1183.  
  1184. Email log to:
  1185. sabermod.team@gmail.com
  1186. for assistance.
  1187.  
  1188. Log is located at:
  1189. /tmp/sm-tc/build/arm-linux-gnueabi-4-9.log
  1190.  
  1191. **********************************モ∆ⅰレㄩЯ∑**********************************
  1192.  
  1193.  
  1194.  
  1195. ./build-failed: line 46: [: =: unary operator expected
  1196. infected_@infected-labs /mnt/Building/sabermod/smbuild/arm $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement