Advertisement
infected_

Untitled

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