Guest User

gmp-5.0.2_p1

a guest
Jul 23rd, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.41 KB | None | 0 0
  1. >>> Emerging (37 of 342) dev-libs/gmp-5.0.2_p1
  2.  * gmp-5.0.2.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...                                         [ ok ]
  3. >>> Unpacking source...
  4. >>> Unpacking gmp-5.0.2.tar.bz2 to /var/tmp/portage/dev-libs/gmp-5.0.2_p1/work
  5.  * Applying gmp-4.1.4-noexecstack.patch ...                                                       [ ok ]
  6.  * Applying gmp-5.0.0-s390.diff ...                                                               [ ok ]
  7.  * Applying gmp-5.0.2-unnormalised-dividends.patch ...                                            [ ok ]
  8.  * Running elibtoolize in: gmp-5.0.2/
  9.  *   Applying install-sh/1.5.6 patch ...
  10.  *   Applying portage/2.2 patch ...
  11.  *   Applying sed/1.5.6 patch ...
  12.  *   Applying as-needed/2.2.6 patch ...
  13.  *   Applying target-nm/2.4.2 patch ...
  14. >>> Source unpacked in /var/tmp/portage/dev-libs/gmp-5.0.2_p1/work
  15. >>> Compiling source in /var/tmp/portage/dev-libs/gmp-5.0.2_p1/work/gmp-5.0.2 ...
  16.  * econf: updating gmp-5.0.2/config.sub with /usr/share/gnuconfig/config.sub
  17.  * econf: updating gmp-5.0.2/config.guess with /usr/share/gnuconfig/config.guess
  18. ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --localstatedir=/var/state/gmp --disable-mpbsd --enable-cxx --disable-static
  19. checking build system type... i686-pc-linux-gnu
  20. checking host system type... i686-pc-linux-gnu
  21. checking for a BSD-compatible install... /usr/bin/install -c
  22. checking whether build environment is sane... yes
  23. checking for a thread-safe mkdir -p... /bin/mkdir -p
  24. checking for gawk... gawk
  25. checking whether make sets $(MAKE)... yes
  26. checking whether to enable maintainer-specific portions of Makefiles... no
  27. checking ABI=32
  28. checking whether i686-pc-linux-gnu-gcc is gcc... yes
  29. checking compiler i686-pc-linux-gnu-gcc -O2 -march=atom -pipe -fomit-frame-pointer -mtune=atom ... yes
  30. checking compiler i686-pc-linux-gnu-gcc -O2 -march=atom -pipe -fomit-frame-pointer -mtune=atom has sizeof(long)==4... yes
  31. checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
  32. checking whether the C compiler works... yes
  33. checking for C compiler default output file name... a.out
  34. checking for suffix of executables...
  35. checking whether we are cross compiling... no
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C compiler... yes
  38. checking whether i686-pc-linux-gnu-gcc accepts -g... yes
  39. checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
  40. checking for i686-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  41. checking for i686-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  42. checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -std=gnu99 -E
  43. checking build system compiler i686-pc-linux-gnu-gcc -std=gnu99... yes
  44. checking for build system preprocessor... i686-pc-linux-gnu-gcc -std=gnu99 -E
  45. checking for build system executable suffix...
  46. checking whether build system compiler is ANSI... yes
  47. checking for build system compiler math library... -lm
  48. checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
  49. checking whether we are using the GNU C++ compiler... yes
  50. checking whether i686-pc-linux-gnu-g++ accepts -g... yes
  51. checking C++ compiler i686-pc-linux-gnu-g++  -O2 -march=atom -pipe -fomit-frame-pointer -mtune=atom... yes
  52. checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
  53. checking for grep that handles long lines and -e... /bin/grep
  54. checking for egrep... /bin/grep -E
  55. using ABI="32"
  56.       CC="i686-pc-linux-gnu-gcc -std=gnu99"
  57.       CFLAGS="-O2 -march=atom -pipe -fomit-frame-pointer -mtune=atom"
  58.       CPPFLAGS=""
  59.       CXX="i686-pc-linux-gnu-g++"
  60.       CXXFLAGS="-O2 -march=atom -pipe -fomit-frame-pointer -mtune=atom"
  61.       MPN_PATH=" x86/p6 x86 generic"
  62. checking for function prototypes... yes
  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 string.h... (cached) yes
  74. checking whether assembler supports --noexecstack option... yes
  75. checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
  76. checking for BSD- or MS-compatible name lister (nm)... no
  77. checking for i686-pc-linux-gnu-dumpbin... no
  78. checking for i686-pc-linux-gnu-link... no
  79. checking for dumpbin... no
  80. checking for link... link -dump -symbols
  81. checking the name lister (link -dump -symbols) interface... BSD nm
  82. checking for a sed that does not truncate output... /bin/sed
  83. checking for fgrep... /bin/grep -F
  84. checking for ld used by i686-pc-linux-gnu-gcc -std=gnu99... /usr/i686-pc-linux-gnu/bin/ld
  85. checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
  86. checking whether ln -s works... yes
  87. checking the maximum length of command line arguments... 32768
  88. checking whether the shell understands some XSI constructs... yes
  89. checking whether the shell understands "+="... yes
  90. checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
  91. checking for i686-pc-linux-gnu-objdump... objdump
  92. checking how to recognize dependent libraries... pass_all
  93. checking for i686-pc-linux-gnu-ar... (cached) i686-pc-linux-gnu-ar
  94. checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
  95. checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
  96. checking command to parse link -dump -symbols output from i686-pc-linux-gnu-gcc -std=gnu99 object... failed
  97. checking for dlfcn.h... yes
  98. checking whether we are using the GNU C++ compiler... (cached) yes
  99. checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes
  100. checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
  101. checking for i686-pc-linux-gnu-g77... no
  102. checking for i686-pc-linux-gnu-xlf... no
  103. checking for i686-pc-linux-gnu-f77... no
  104. checking for i686-pc-linux-gnu-frt... no
  105. checking for i686-pc-linux-gnu-pgf77... no
  106. checking for i686-pc-linux-gnu-cf77... no
  107. checking for i686-pc-linux-gnu-fort77... no
  108. checking for i686-pc-linux-gnu-fl32... no
  109. checking for i686-pc-linux-gnu-af77... no
  110. checking for i686-pc-linux-gnu-xlf90... no
  111. checking for i686-pc-linux-gnu-f90... no
  112. checking for i686-pc-linux-gnu-pgf90... no
  113. checking for i686-pc-linux-gnu-pghpf... no
  114. checking for i686-pc-linux-gnu-epcf90... no
  115. checking for i686-pc-linux-gnu-gfortran... i686-pc-linux-gnu-gfortran
  116. checking whether we are using the GNU Fortran 77 compiler... yes
  117. checking whether i686-pc-linux-gnu-gfortran accepts -g... yes
  118. checking for objdir... .libs
  119. checking if i686-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  120. checking for i686-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  121. checking if i686-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  122. checking if i686-pc-linux-gnu-gcc -std=gnu99 static flag -static works... yes
  123. checking if i686-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
  124. checking if i686-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
  125. checking whether the i686-pc-linux-gnu-gcc -std=gnu99 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
  126. checking whether -lc should be explicitly linked in... no
  127. checking dynamic linker characteristics... GNU/Linux ld.so
  128. checking how to hardcode library paths into programs... immediate
  129. checking whether stripping libraries is possible... yes
  130. checking if libtool supports shared libraries... yes
  131. checking whether to build shared libraries... yes
  132. checking whether to build static libraries... no
  133. checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
  134. checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
  135. checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
  136. checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  137. checking if i686-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  138. checking if i686-pc-linux-gnu-g++ static flag -static works... yes
  139. checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
  140. checking if i686-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  141. checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
  142. checking dynamic linker characteristics... GNU/Linux ld.so
  143. checking how to hardcode library paths into programs... immediate
  144. checking if libtool supports shared libraries... yes
  145. checking whether to build shared libraries... yes
  146. checking whether to build static libraries... no
  147. checking for i686-pc-linux-gnu-gfortran option to produce PIC... -fPIC
  148. checking if i686-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
  149. checking if i686-pc-linux-gnu-gfortran static flag -static works... yes
  150. checking if i686-pc-linux-gnu-gfortran supports -c -o file.o... yes
  151. checking if i686-pc-linux-gnu-gfortran supports -c -o file.o... (cached) yes
  152. checking whether the i686-pc-linux-gnu-gfortran linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
  153. checking dynamic linker characteristics... GNU/Linux ld.so
  154. checking how to hardcode library paths into programs... immediate
  155. checking for ANSI C header files... (cached) yes
  156. checking whether time.h and sys/time.h may both be included... yes
  157. checking fcntl.h usability... yes
  158. checking fcntl.h presence... yes
  159. checking for fcntl.h... yes
  160. checking float.h usability... yes
  161. checking float.h presence... yes
  162. checking for float.h... yes
  163. checking invent.h usability... no
  164. checking invent.h presence... no
  165. checking for invent.h... no
  166. checking langinfo.h usability... yes
  167. checking langinfo.h presence... yes
  168. checking for langinfo.h... yes
  169. checking locale.h usability... yes
  170. checking locale.h presence... yes
  171. checking for locale.h... yes
  172. checking nl_types.h usability... yes
  173. checking nl_types.h presence... yes
  174. checking for nl_types.h... yes
  175. checking sys/attributes.h usability... no
  176. checking sys/attributes.h presence... no
  177. checking for sys/attributes.h... no
  178. checking sys/iograph.h usability... no
  179. checking sys/iograph.h presence... no
  180. checking for sys/iograph.h... no
  181. checking sys/mman.h usability... yes
  182. checking sys/mman.h presence... yes
  183. checking for sys/mman.h... yes
  184. checking sys/param.h usability... yes
  185. checking sys/param.h presence... yes
  186. checking for sys/param.h... yes
  187. checking sys/processor.h usability... no
  188. checking sys/processor.h presence... no
  189. checking for sys/processor.h... no
  190. checking sys/pstat.h usability... no
  191. checking sys/pstat.h presence... no
  192. checking for sys/pstat.h... no
  193. checking sys/sysinfo.h usability... yes
  194. checking sys/sysinfo.h presence... yes
  195. checking for sys/sysinfo.h... yes
  196. checking sys/syssgi.h usability... no
  197. checking sys/syssgi.h presence... no
  198. checking for sys/syssgi.h... no
  199. checking sys/systemcfg.h usability... no
  200. checking sys/systemcfg.h presence... no
  201. checking for sys/systemcfg.h... no
  202. checking sys/time.h usability... yes
  203. checking sys/time.h presence... yes
  204. checking for sys/time.h... yes
  205. checking sys/times.h usability... yes
  206. checking sys/times.h presence... yes
  207. checking for sys/times.h... yes
  208. checking for sys/resource.h... yes
  209. checking for sys/sysctl.h... yes
  210. checking for machine/hal_sysinfo.h... no
  211. checking whether fgetc is declared... yes
  212. checking whether fscanf is declared... yes
  213. checking whether optarg is declared... yes
  214. checking whether ungetc is declared... yes
  215. checking whether vfprintf is declared... yes
  216. checking whether sys_errlist is declared... yes
  217. checking whether sys_nerr is declared... yes
  218. checking return type of signal handlers... void
  219. checking for intmax_t... yes
  220. checking for long double... yes
  221. checking for long long... yes
  222. checking for ptrdiff_t... yes
  223. checking for quad_t... yes
  224. checking for uint_least32_t... yes
  225. checking for intptr_t... yes
  226. checking for preprocessor stringizing operator... yes
  227. checking for working volatile... yes
  228. checking for C/C++ restrict keyword... __restrict
  229. checking whether <stdarg.h> exists and works... yes
  230. checking whether gcc __attribute__ ((const)) works... yes
  231. checking whether gcc __attribute__ ((malloc)) works... yes
  232. checking whether gcc __attribute__ ((mode (XX))) works... yes
  233. checking whether gcc __attribute__ ((noreturn)) works... yes
  234. checking for inline... inline
  235. checking for cos in -lm... yes
  236. checking for working alloca.h... yes
  237. checking for alloca (via gmp-impl.h)... yes
  238. checking how to allocate temporary memory... alloca
  239. checking whether byte ordering is bigendian... no
  240. checking format of `double' floating point... IEEE little endian
  241. checking for alarm... yes
  242. checking for attr_get... no
  243. checking for clock... yes
  244. checking for clock_gettime... no
  245. checking for cputime... no
  246. checking for getpagesize... yes
  247. checking for getrusage... yes
  248. checking for gettimeofday... yes
  249. checking for getsysinfo... no
  250. checking for localeconv... yes
  251. checking for memset... yes
  252. checking for mmap... yes
  253. checking for mprotect... yes
  254. checking for nl_langinfo... yes
  255. checking for obstack_vprintf... yes
  256. checking for popen... yes
  257. checking for processor_info... no
  258. checking for pstat_getprocessor... no
  259. checking for raise... yes
  260. checking for read_real_time... no
  261. checking for sigaction... yes
  262. checking for sigaltstack... yes
  263. checking for sigstack... yes
  264. checking for syssgi... no
  265. checking for strchr... yes
  266. checking for strerror... yes
  267. checking for strnlen... yes
  268. checking for strtol... yes
  269. checking for strtoul... yes
  270. checking for sysconf... yes
  271. checking for sysctl... yes
  272. checking for sysctlbyname... no
  273. checking for times... yes
  274. checking for vsnprintf... yes
  275. checking whether vsnprintf works... yes
  276. checking whether sscanf needs writable input... no
  277. checking for struct pst_processor.psp_iticksperclktick... no
  278. checking sstream usability... yes
  279. checking sstream presence... yes
  280. checking for sstream... yes
  281. checking for std::locale... yes
  282. checking for suitable m4... m4
  283. checking if m4wrap produces spurious output... no
  284. checking how to switch to text section... .text
  285. checking how to switch to data section... .data
  286. checking for assembler label suffix... :
  287. checking for assembler global directive... .globl
  288. checking for assembler global directive attribute...
  289. checking if globals are prefixed by underscore... link: invalid option -- 'd'
  290. Try 'link --help' for more information.
  291. unknown
  292. configure.wrapped: WARNING: +----------------------------------------------------------
  293. configure.wrapped: WARNING: | Cannot determine global symbol prefix.
  294. configure.wrapped: WARNING: | link -dump -symbols output doesn't contain a global data symbol.
  295. configure.wrapped: WARNING: | Will proceed with no underscore.
  296. configure.wrapped: WARNING: | If this is wrong then you'll get link errors referring
  297. configure.wrapped: WARNING: | to ___gmpn_add_n (note three underscores).
  298. configure.wrapped: WARNING: | In this case do a fresh build with an override,
  299. configure.wrapped: WARNING: |     ./configure gmp_cv_asm_underscore=yes
  300. configure.wrapped: WARNING: +----------------------------------------------------------
  301. checking how to switch to read-only data section...     .section    .rodata
  302. checking for assembler .type directive... .type $1,@$2
  303. checking for assembler .size directive... .size $1,$2
  304. checking for assembler local label prefix... configure.wrapped: WARNING: "link -dump -symbols" failure
  305. configure.wrapped: WARNING: cannot determine local label, using default L
  306. L
  307. checking for assembler byte directive... .byte
  308. checking how to define a 32-bit word... link: invalid option -- 'd'
  309. Try 'link --help' for more information.
  310. link: invalid option -- 'd'
  311. Try 'link --help' for more information.
  312. configure.wrapped: error: cannot determine how to define a 32-bit word
  313.  
  314. !!! Please attach the following file when seeking support:
  315. !!! /var/tmp/portage/dev-libs/gmp-5.0.2_p1/work/gmp-5.0.2/config.log
  316. * ERROR: dev-libs/gmp-5.0.2_p1 failed (compile phase):
  317. *   econf failed
  318. *
  319. * Call stack:
  320. *          ebuild.sh, line   93:  Called src_compile
  321. *        environment, line 2828:  Called econf '--localstatedir=/var/state/gmp' '--disable-mpbsd' '--enable-cxx' '--disable-static'
  322. *   phase-helpers.sh, line  521:  Called die
  323. * The specific snippet of code:
  324.  *              die "econf failed"
  325. *
  326. * If you need support, post the output of `emerge --info '=dev-libs/gmp-5.0.2_p1'`,
  327. * the complete build log and the output of `emerge -pqv '=dev-libs/gmp-5.0.2_p1'`.
  328. * The complete build log is located at '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/temp/build.log'.
  329. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/temp/environment'.
  330. * Working directory: '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/work/gmp-5.0.2'
  331. * S: '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/work/gmp-5.0.2'
  332.  
  333. >>> Failed to emerge dev-libs/gmp-5.0.2_p1, Log file:
  334.  
  335. >>>  '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/temp/build.log'
  336.  
  337. * Messages for package sys-libs/timezone-data-2013b:
  338.  
  339. * You do not have TIMEZONE set in /etc/timezone.
  340. * Skipping auto-update of /etc/localtime.
  341.  
  342. * Messages for package app-portage/portage-utils-0.21:
  343.  
  344. * /etc/portage/postsync.d/q-reinitialize has been installed for convenience
  345. * If you wish for it to be automatically run at the end of every --sync:
  346. *    # chmod +x /etc/portage/postsync.d/q-reinitialize
  347. * Normally this should only take a few seconds to run but file systems
  348. * such as ext3 can take a lot longer.  To disable, simply do:
  349. *    # chmod -x /etc/portage/postsync.d/q-reinitialize
  350.  
  351. * Messages for package dev-libs/gmp-5.0.2_p1:
  352.  
  353. * ERROR: dev-libs/gmp-5.0.2_p1 failed (compile phase):
  354. *   econf failed
  355. *
  356. * Call stack:
  357. *          ebuild.sh, line   93:  Called src_compile
  358. *        environment, line 2828:  Called econf '--localstatedir=/var/state/gmp' '--disable-mpbsd' '--enable-cxx' '--disable-static'
  359. *   phase-helpers.sh, line  521:  Called die
  360. * The specific snippet of code:
  361.  *              die "econf failed"
  362. *
  363. * If you need support, post the output of `emerge --info '=dev-libs/gmp-5.0.2_p1'`,
  364. * the complete build log and the output of `emerge -pqv '=dev-libs/gmp-5.0.2_p1'`.
  365. * The complete build log is located at '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/temp/build.log'.
  366. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/temp/environment'.
  367. * Working directory: '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/work/gmp-5.0.2'
  368. * S: '/var/tmp/portage/dev-libs/gmp-5.0.2_p1/work/gmp-5.0.2'
  369.  
  370. * IMPORTANT: 6 news items need reading for repository 'gentoo'.
  371. * Use eselect news to read news items.
Advertisement
Add Comment
Please, Sign In to add comment