Guest User

Untitled

a guest
Dec 25th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.18 KB | None | 0 0
  1. [~] $ cat /var/tmp/portage/dev-libs/ppl-0.12.1/temp/build.log
  2. * Package: dev-libs/ppl-0.12.1
  3. * Repository: gentoo
  4. * Maintainer: [email protected]
  5. * USE: amd64 consolekit elibc_glibc kernel_linux multilib policykit userland_GNU
  6. * FEATURES: sandbox
  7. >>> Unpacking source...
  8. >>> Unpacking ppl-0.12.1.tar.bz2 to /var/tmp/portage/dev-libs/ppl-0.12.1/work
  9. >>> Source unpacked in /var/tmp/portage/dev-libs/ppl-0.12.1/work
  10. >>> Preparing source in /var/tmp/portage/dev-libs/ppl-0.12.1/work/ppl-0.12.1 ...
  11. >>> Source prepared.
  12. >>> Configuring source in /var/tmp/portage/dev-libs/ppl-0.12.1/work/ppl-0.12.1 ...
  13. * econf: updating ppl-0.12.1/config.guess with /usr/share/gnuconfig/config.guess
  14. * econf: updating ppl-0.12.1/config.sub with /usr/share/gnuconfig/config.sub
  15. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --docdir=/usr/share/doc/ppl-0.12.1 --disable-debugging --disable-optimization --disable-documentation --disable-ppl_lpsol --disable-pch --disable-static --enable-interfaces=c cxx
  16. checking build system type... x86_64-pc-linux-gnu
  17. checking host system type... x86_64-pc-linux-gnu
  18. checking for a BSD-compatible install... /usr/bin/install -c
  19. checking whether build environment is sane... yes
  20. checking for a thread-safe mkdir -p... /bin/mkdir -p
  21. checking for gawk... gawk
  22. checking whether make sets $(MAKE)... yes
  23. checking whether make supports nested variables... yes
  24. checking how to create a ustar tar archive... gnutar
  25. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  33. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  34. checking for style of include used by make... GNU
  35. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  36. checking whether we are actually using the Intel C compiler... no
  37. checking whether we are actually using Clang... no
  38. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  39. checking whether we are using the GNU C++ compiler... yes
  40. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  41. checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
  42. checking whether we are actually using the Intel C++ compiler... no
  43. checking whether we are actually using clang++... no
  44. checking for grep that handles long lines and -e... /bin/grep
  45. checking for fgrep... /bin/grep -F
  46. checking for egrep... /bin/grep -E
  47. checking for a sed that does not truncate output... /bin/sed
  48. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  49. checking whether make sets $(MAKE)... (cached) yes
  50. checking whether to compile with debug info... no
  51. checking whether to compile for profiling... no
  52. checking whether to compile for test coverage... no
  53. checking whether to enable checking of run-time assertions... no
  54. checking whether to enable even more run-time assertions... no
  55. checking whether to enable optimizations... no
  56. checking for which architecture to optimize... default
  57. checking whether to use (a specific) floating point arithmetic... default
  58. checking whether to use precompiled headers... no
  59. checking the type of integral values to use as coefficients... GMP mpz
  60. checking for an ANSI C-conforming const... yes
  61. checking for inline... inline
  62. checking how to run the C preprocessor... x86_64-pc-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 whether byte ordering is bigendian... no
  74. checking for typeof syntax and keyword spelling... typeof
  75. checking size of char... 1
  76. checking size of short... 2
  77. checking size of int... 4
  78. checking size of long... 8
  79. checking size of long long... 8
  80. checking size of size_t... 8
  81. checking size of float... 4
  82. checking size of double... 8
  83. checking size of long double... 16
  84. checking size of int*... 8
  85. checking size of fp... 8
  86. checking for perl... /usr/bin/perl
  87. checking for library containing sqrt... none required
  88. checking fenv.h usability... yes
  89. checking fenv.h presence... yes
  90. checking for fenv.h... yes
  91. checking ieeefp.h usability... no
  92. checking ieeefp.h presence... no
  93. checking for ieeefp.h... no
  94. checking if it is possible to control the FPU... yes
  95. checking whether the plain char type is signed... yes
  96. checking whether the C++ compiler provides proper long doubles... yes
  97. checking the binary format of C++ floats... IEEE754 Single Precision
  98. checking whether C++ provides exact output for floats... yes
  99. checking the binary format of C++ doubles... IEEE754 Double Precision
  100. checking whether C++ provides exact output for doubles... yes
  101. checking the binary format of C++ long doubles... Intel Double-Extended
  102. checking whether C++ provides exact output for long doubles... yes
  103. checking whether the C++ compiler supports zero-length arrays... yes
  104. checking whether the IEEE inexact flag is supported in C++... yes
  105. checking whether the C++ compiler supports __attribute__ ((weak))... yes
  106. checking for fenv.h... (cached) yes
  107. checking for ieeefp.h... (cached) no
  108. checking getopt.h usability... yes
  109. checking getopt.h presence... yes
  110. checking for getopt.h... yes
  111. checking signal.h usability... yes
  112. checking signal.h presence... yes
  113. checking for signal.h... yes
  114. checking for string.h... (cached) yes
  115. checking for strings.h... (cached) yes
  116. checking sys/resource.h usability... yes
  117. checking sys/resource.h presence... yes
  118. checking for sys/resource.h... yes
  119. checking sys/time.h usability... yes
  120. checking sys/time.h presence... yes
  121. checking for sys/time.h... yes
  122. checking for sys/types.h... (cached) yes
  123. checking for unistd.h... (cached) yes
  124. checking whether ffs is declared... yes
  125. checking whether getenv is declared... yes
  126. checking whether strtof is declared... yes
  127. checking whether strtod is declared... yes
  128. checking whether strtold is declared... yes
  129. checking whether strtoll is declared... yes
  130. checking whether strtoull is declared... yes
  131. checking whether fma is declared... yes
  132. checking whether fmaf is declared... yes
  133. checking whether fmal is declared... yes
  134. checking whether rintf is declared... yes
  135. checking whether rintl is declared... yes
  136. checking for int_fast16_t... yes
  137. checking for int_fast32_t... yes
  138. checking for int_fast64_t... yes
  139. checking for uint_fast16_t... yes
  140. checking for uint_fast32_t... yes
  141. checking for uint_fast64_t... yes
  142. checking for uintptr_t... yes
  143. checking for the GMP library version 4.1.3 or above... yes
  144. checking size of mp_limb_t... 8
  145. checking whether GMP has been compiled with support for exceptions... yes
  146. checking for __mpz_struct._mp_alloc... yes
  147. checking for __mpz_struct._mp_size... yes
  148. checking for __mpz_struct._mp_d... yes
  149. checking whether to build the ppl_lcdd program... yes
  150. checking whether to build the ppl_lpsol program... no
  151. checking whether to build the ppl_pips program... yes
  152. checking whether to build the PPL documentation... no
  153. checking which interfaces are enabled... cxx c
  154. checking for GNU M4 that supports accurate traces... /usr/bin/m4
  155. checking how m4 supports trace files... --debugfile
  156. checking which instantiations are enabled... Polyhedron@Grid@Rational_Box@BD_Shape<mpz_class>@BD_Shape<mpq_class>@Octagonal_Shape<mpz_class>@Octagonal_Shape<mpq_class>@Constraints_Product<C_Polyhedron,Grid>@Pointset_Powerset<C_Polyhedron>@Pointset_Powerset<NNC_Polyhedron>@Double_Box@BD_Shape<double>@Octagonal_Shape<double>
  157. checking whether tests should be run under Valgrind... no
  158. checking whether `make check' does a thorough or quick check... quick
  159. checking how to print strings... printf
  160. checking for a sed that does not truncate output... (cached) /bin/sed
  161. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  162. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  163. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  164. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  165. checking whether ln -s works... yes
  166. checking the maximum length of command line arguments... 1572864
  167. checking whether the shell understands some XSI constructs... yes
  168. checking whether the shell understands "+="... yes
  169. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  170. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  171. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  172. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  173. checking how to recognize dependent libraries... pass_all
  174. checking for x86_64-pc-linux-gnu-dlltool... no
  175. checking for dlltool... no
  176. checking how to associate runtime and link libraries... printf %s\n
  177. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  178. checking for archiver @FILE support... @
  179. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  180. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  181. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  182. checking for sysroot... no
  183. checking for x86_64-pc-linux-gnu-mt... no
  184. checking for mt... no
  185. checking if : is a manifest tool... no
  186. checking for dlfcn.h... yes
  187. checking for objdir... .libs
  188. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  189. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  190. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  191. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  192. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  193. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  194. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  195. checking whether -lc should be explicitly linked in... no
  196. checking dynamic linker characteristics... GNU/Linux ld.so
  197. checking how to hardcode library paths into programs... immediate
  198. checking for shl_load... no
  199. checking for shl_load in -ldld... no
  200. checking for dlopen... no
  201. checking for dlopen in -ldl... yes
  202. checking whether a program can dlopen itself... yes
  203. checking whether a statically linked program can dlopen itself... no
  204. checking whether stripping libraries is possible... yes
  205. checking if libtool supports shared libraries... yes
  206. checking whether to build shared libraries... yes
  207. checking whether to build static libraries... no
  208. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  209. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  210. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  211. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  212. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  213. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  214. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  215. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  216. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  217. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  218. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  219. checking how to hardcode library paths into programs... immediate
  220. checking for md5sum... md5sum
  221. checking for the text md5sum command... md5sum -t
  222. checking glpk.h usability... no
  223. checking glpk.h presence... no
  224. checking for glpk.h... no
  225. checking glpk/glpk.h usability... no
  226. checking glpk/glpk.h presence... no
  227. checking for glpk/glpk.h... no
  228. checking whether RLIMIT_DATA is declared... yes
  229. checking whether RLIMIT_RSS is declared... yes
  230. checking whether RLIMIT_VMEM is declared... no
  231. checking whether RLIMIT_AS is declared... yes
  232. checking whether getrusage is declared... yes
  233. checking whether setrlimit is declared... yes
  234. checking whether setitimer is declared... yes
  235. checking whether sigaction is declared... yes
  236. checking for timeval... yes
  237. checking for siginfo_t... yes
  238. checking whether we can limit memory in C++ using setrlimit()... yes
  239. configure: creating ./config.status
  240. config.status: creating Makefile
  241. config.status: creating ppl.lsm
  242. config.status: creating src/Makefile
  243. config.status: creating src/version.hh
  244. config.status: creating src/ppl-config.cc
  245. config.status: creating tests/Makefile
  246. config.status: creating tests/BD_Shape/Makefile
  247. config.status: creating tests/Box/Makefile
  248. config.status: creating tests/Concrete_Expression/Makefile
  249. config.status: creating tests/CO_Tree/Makefile
  250. config.status: creating tests/Grid/Makefile
  251. config.status: creating tests/MIP_Problem/Makefile
  252. config.status: creating tests/Octagonal_Shape/Makefile
  253. config.status: creating tests/Partially_Reduced_Product/Makefile
  254. config.status: creating tests/PIP_Problem/Makefile
  255. config.status: creating tests/Polyhedron/Makefile
  256. config.status: creating tests/Powerset/Makefile
  257. config.status: creating tests/Sparse_Matrix/Makefile
  258. config.status: creating tests/Watchdog/Makefile
  259. config.status: creating utils/Makefile
  260. config.status: creating m4/Makefile
  261. config.status: creating demos/Makefile
  262. config.status: creating demos/ppl_lcdd/Makefile
  263. config.status: creating demos/ppl_lcdd/examples/Makefile
  264. config.status: creating demos/ppl_lpsol/Makefile
  265. config.status: creating demos/ppl_lpsol/examples/Makefile
  266. config.status: creating demos/ppl_pips/Makefile
  267. config.status: creating demos/ppl_pips/examples/Makefile
  268. config.status: creating doc/Makefile
  269. config.status: creating doc/user.doxyconf-latex
  270. config.status: creating doc/devref.doxyconf-latex
  271. config.status: creating doc/user.doxyconf-html
  272. config.status: creating doc/devref.doxyconf-html
  273. config.status: creating doc/user-language-interface.doxyconf
  274. config.status: creating doc/devref-language-interface.doxyconf
  275. config.status: creating interfaces/Makefile
  276. config.status: creating interfaces/C/Makefile
  277. config.status: creating interfaces/C/ppl_c_version.h
  278. config.status: creating interfaces/C/tests/Makefile
  279. config.status: creating interfaces/Java/Makefile
  280. config.status: creating interfaces/Java/jni/Makefile
  281. config.status: creating interfaces/Java/tests/Makefile
  282. config.status: creating interfaces/Java/parma_polyhedra_library/Makefile
  283. config.status: creating interfaces/OCaml/Makefile
  284. config.status: creating interfaces/OCaml/tests/Makefile
  285. config.status: creating interfaces/Prolog/Makefile
  286. config.status: creating interfaces/Prolog/Ciao/Makefile
  287. config.status: creating interfaces/Prolog/GNU/Makefile
  288. config.status: creating interfaces/Prolog/SICStus/Makefile
  289. config.status: creating interfaces/Prolog/SWI/Makefile
  290. config.status: creating interfaces/Prolog/XSB/Makefile
  291. config.status: creating interfaces/Prolog/YAP/Makefile
  292. config.status: creating interfaces/Prolog/tests/Makefile
  293. config.status: creating config.h
  294. config.status: executing depfiles commands
  295. config.status: executing libtool commands
  296. >>> Source configured.
  297. >>> Compiling source in /var/tmp/portage/dev-libs/ppl-0.12.1/work/ppl-0.12.1 ...
  298. make -j9 --quiet
  299. Making all in .
  300. Making all in utils
  301. Making all in src
  302. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Float.lo -MD -MP -MF .deps/Float.Tpo -c Float.cc -fPIC -DPIC -o .libs/Float.o
  303. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT assert.lo -MD -MP -MF .deps/assert.Tpo -c assert.cc -fPIC -DPIC -o .libs/assert.o
  304. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT fpu-ia32.lo -MD -MP -MF .deps/fpu-ia32.Tpo -c fpu-ia32.cc -fPIC -DPIC -o .libs/fpu-ia32.o
  305. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Box.lo -MD -MP -MF .deps/Box.Tpo -c Box.cc -fPIC -DPIC -o .libs/Box.o
  306. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Constraint.lo -MD -MP -MF .deps/Constraint.Tpo -c Constraint.cc -fPIC -DPIC -o .libs/Constraint.o
  307. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Checked_Number.lo -MD -MP -MF .deps/Checked_Number.Tpo -c Checked_Number.cc -fPIC -DPIC -o .libs/Checked_Number.o
  308. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Concrete_Expression.lo -MD -MP -MF .deps/Concrete_Expression.Tpo -c Concrete_Expression.cc -fPIC -DPIC -o .libs/Concrete_Expression.o
  309. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Constraint_System.lo -MD -MP -MF .deps/Constraint_System.Tpo -c Constraint_System.cc -fPIC -DPIC -o .libs/Constraint_System.o
  310. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT checked.lo -MD -MP -MF .deps/checked.Tpo -c checked.cc -fPIC -DPIC -o .libs/checked.o
  311. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Congruence.lo -MD -MP -MF .deps/Congruence.Tpo -c Congruence.cc -fPIC -DPIC -o .libs/Congruence.o
  312. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Congruence_System.lo -MD -MP -MF .deps/Congruence_System.Tpo -c Congruence_System.cc -fPIC -DPIC -o .libs/Congruence_System.o
  313. In file included from checked.defs.hh:30:0,
  314. from Checked_Number.defs.hh:28,
  315. from Checked_Number.cc:25:
  316. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  317. In file included from checked.defs.hh:29:0,
  318. from Checked_Number.defs.hh:28,
  319. from Checked_Number.cc:25:
  320. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  321. In file included from checked.defs.hh:30:0,
  322. from Checked_Number.defs.hh:28,
  323. from Checked_Number.cc:25:
  324. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  325. In file included from checked.defs.hh:29:0,
  326. from Checked_Number.defs.hh:28,
  327. from Checked_Number.cc:25:
  328. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  329. In file included from checked.defs.hh:30:0,
  330. from checked.cc:25:
  331. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  332. In file included from checked.defs.hh:29:0,
  333. from checked.cc:25:
  334. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  335. In file included from checked.defs.hh:30:0,
  336. from checked.cc:25:
  337. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  338. In file included from checked.defs.hh:29:0,
  339. from checked.cc:25:
  340. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  341. In file included from checked.defs.hh:30:0,
  342. from Checked_Number.defs.hh:28,
  343. from Coefficient.types.hh:16,
  344. from math_utilities.defs.hh:27,
  345. from Row_Flags.inlines.hh:27,
  346. from Row_Flags.defs.hh:93,
  347. from Dense_Row.defs.hh:32,
  348. from Dense_Matrix.defs.hh:28,
  349. from Linear_System.defs.hh:31,
  350. from Constraint_System.defs.hh:29,
  351. from Constraint_System.cc:25:
  352. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  353. In file included from meta_programming.hh:27:0,
  354. from C_Integer.hh:27,
  355. from globals.defs.hh:28,
  356. from Dense_Row.defs.hh:29,
  357. from Dense_Matrix.defs.hh:28,
  358. from Linear_System.defs.hh:31,
  359. from Constraint_System.defs.hh:29,
  360. from Constraint_System.cc:25:
  361. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  362. In file included from checked.defs.hh:30:0,
  363. from Checked_Number.defs.hh:28,
  364. from Coefficient.types.hh:16,
  365. from math_utilities.defs.hh:27,
  366. from Row_Flags.inlines.hh:27,
  367. from Row_Flags.defs.hh:93,
  368. from Dense_Row.defs.hh:32,
  369. from Dense_Matrix.defs.hh:28,
  370. from Linear_System.defs.hh:31,
  371. from Constraint_System.defs.hh:29,
  372. from Constraint_System.cc:25:
  373. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  374. In file included from meta_programming.hh:27:0,
  375. from C_Integer.hh:27,
  376. from globals.defs.hh:28,
  377. from Dense_Row.defs.hh:29,
  378. from Dense_Matrix.defs.hh:28,
  379. from Linear_System.defs.hh:31,
  380. from Constraint_System.defs.hh:29,
  381. from Constraint_System.cc:25:
  382. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  383. In file included from checked.defs.hh:30:0,
  384. from Checked_Number.defs.hh:28,
  385. from Coefficient.types.hh:16,
  386. from math_utilities.defs.hh:27,
  387. from Row_Flags.inlines.hh:27,
  388. from Row_Flags.defs.hh:93,
  389. from Dense_Row.defs.hh:32,
  390. from Congruence.defs.hh:29,
  391. from Congruence.cc:25:
  392. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  393. In file included from meta_programming.hh:27:0,
  394. from C_Integer.hh:27,
  395. from globals.defs.hh:28,
  396. from Dense_Row.defs.hh:29,
  397. from Congruence.defs.hh:29,
  398. from Congruence.cc:25:
  399. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  400. In file included from checked.defs.hh:30:0,
  401. from Checked_Number.defs.hh:28,
  402. from Coefficient.types.hh:16,
  403. from math_utilities.defs.hh:27,
  404. from Row_Flags.inlines.hh:27,
  405. from Row_Flags.defs.hh:93,
  406. from Dense_Row.defs.hh:32,
  407. from Congruence.defs.hh:29,
  408. from Congruence.cc:25:
  409. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  410. In file included from meta_programming.hh:27:0,
  411. from C_Integer.hh:27,
  412. from globals.defs.hh:28,
  413. from Dense_Row.defs.hh:29,
  414. from Congruence.defs.hh:29,
  415. from Congruence.cc:25:
  416. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  417. In file included from checked.defs.hh:30:0,
  418. from Checked_Number.defs.hh:28,
  419. from intervals.defs.hh:30,
  420. from Interval.defs.hh:30,
  421. from Concrete_Expression.defs.hh:29,
  422. from Concrete_Expression.cc:25:
  423. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  424. In file included from meta_programming.hh:27:0,
  425. from C_Integer.hh:27,
  426. from globals.defs.hh:28,
  427. from Concrete_Expression.defs.hh:28,
  428. from Concrete_Expression.cc:25:
  429. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  430. In file included from checked.defs.hh:30:0,
  431. from Checked_Number.defs.hh:28,
  432. from intervals.defs.hh:30,
  433. from Interval.defs.hh:30,
  434. from Concrete_Expression.defs.hh:29,
  435. from Concrete_Expression.cc:25:
  436. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  437. In file included from meta_programming.hh:27:0,
  438. from C_Integer.hh:27,
  439. from globals.defs.hh:28,
  440. from Concrete_Expression.defs.hh:28,
  441. from Concrete_Expression.cc:25:
  442. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  443. In file included from checked.defs.hh:30:0,
  444. from Checked_Number.defs.hh:28,
  445. from Coefficient.types.hh:16,
  446. from math_utilities.defs.hh:27,
  447. from Row_Flags.inlines.hh:27,
  448. from Row_Flags.defs.hh:93,
  449. from Dense_Row.defs.hh:32,
  450. from Dense_Matrix.defs.hh:28,
  451. from Congruence_System.defs.hh:32,
  452. from Congruence_System.cc:25:
  453. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  454. In file included from meta_programming.hh:27:0,
  455. from C_Integer.hh:27,
  456. from globals.defs.hh:28,
  457. from Dense_Row.defs.hh:29,
  458. from Dense_Matrix.defs.hh:28,
  459. from Congruence_System.defs.hh:32,
  460. from Congruence_System.cc:25:
  461. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  462. In file included from checked.defs.hh:30:0,
  463. from Checked_Number.defs.hh:28,
  464. from Coefficient.types.hh:16,
  465. from math_utilities.defs.hh:27,
  466. from Row_Flags.inlines.hh:27,
  467. from Row_Flags.defs.hh:93,
  468. from Dense_Row.defs.hh:32,
  469. from Dense_Matrix.defs.hh:28,
  470. from Congruence_System.defs.hh:32,
  471. from Congruence_System.cc:25:
  472. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  473. In file included from meta_programming.hh:27:0,
  474. from C_Integer.hh:27,
  475. from globals.defs.hh:28,
  476. from Dense_Row.defs.hh:29,
  477. from Dense_Matrix.defs.hh:28,
  478. from Congruence_System.defs.hh:32,
  479. from Congruence_System.cc:25:
  480. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  481. In file included from checked.defs.hh:30:0,
  482. from Checked_Number.defs.hh:28,
  483. from Coefficient.types.hh:16,
  484. from math_utilities.defs.hh:27,
  485. from Row_Flags.inlines.hh:27,
  486. from Row_Flags.defs.hh:93,
  487. from Dense_Row.defs.hh:32,
  488. from Linear_Row.defs.hh:29,
  489. from Constraint.defs.hh:29,
  490. from Constraint.cc:25:
  491. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  492. In file included from meta_programming.hh:27:0,
  493. from C_Integer.hh:27,
  494. from globals.defs.hh:28,
  495. from Linear_Row.defs.hh:28,
  496. from Constraint.defs.hh:29,
  497. from Constraint.cc:25:
  498. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  499. In file included from checked.defs.hh:30:0,
  500. from Checked_Number.defs.hh:28,
  501. from Coefficient.types.hh:16,
  502. from math_utilities.defs.hh:27,
  503. from Row_Flags.inlines.hh:27,
  504. from Row_Flags.defs.hh:93,
  505. from Dense_Row.defs.hh:32,
  506. from Linear_Row.defs.hh:29,
  507. from Constraint.defs.hh:29,
  508. from Constraint.cc:25:
  509. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  510. In file included from meta_programming.hh:27:0,
  511. from C_Integer.hh:27,
  512. from globals.defs.hh:28,
  513. from Linear_Row.defs.hh:28,
  514. from Constraint.defs.hh:29,
  515. from Constraint.cc:25:
  516. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  517. In file included from checked.defs.hh:30:0,
  518. from Checked_Number.defs.hh:28,
  519. from Coefficient.types.hh:16,
  520. from Coefficient.defs.hh:27,
  521. from Box.defs.hh:29,
  522. from Box.cc:25:
  523. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  524. In file included from checked.defs.hh:29:0,
  525. from Checked_Number.defs.hh:28,
  526. from Coefficient.types.hh:16,
  527. from Coefficient.defs.hh:27,
  528. from Box.defs.hh:29,
  529. from Box.cc:25:
  530. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  531. In file included from checked.defs.hh:30:0,
  532. from Checked_Number.defs.hh:28,
  533. from Coefficient.types.hh:16,
  534. from Coefficient.defs.hh:27,
  535. from Box.defs.hh:29,
  536. from Box.cc:25:
  537. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  538. In file included from checked.defs.hh:29:0,
  539. from Checked_Number.defs.hh:28,
  540. from Coefficient.types.hh:16,
  541. from Coefficient.defs.hh:27,
  542. from Box.defs.hh:29,
  543. from Box.cc:25:
  544. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  545. make[3]: *** [Checked_Number.lo] Error 1
  546. make[3]: *** Waiting for unfinished jobs....
  547. make[3]: *** [checked.lo] Error 1
  548. libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -frounding-math -march=corei7 -O3 -pipe -W -Wall -MT Generator_System.lo -MD -MP -MF .deps/Generator_System.Tpo -c Generator_System.cc -fPIC -DPIC -o .libs/Generator_System.o
  549. make[3]: *** [Congruence.lo] Error 1
  550. make[3]: *** [Concrete_Expression.lo] Error 1
  551. make[3]: *** [Constraint_System.lo] Error 1
  552. make[3]: *** [Constraint.lo] Error 1
  553. make[3]: *** [Congruence_System.lo] Error 1
  554. In file included from checked.defs.hh:30:0,
  555. from Checked_Number.defs.hh:28,
  556. from Coefficient.types.hh:16,
  557. from math_utilities.defs.hh:27,
  558. from Row_Flags.inlines.hh:27,
  559. from Row_Flags.defs.hh:93,
  560. from Dense_Row.defs.hh:32,
  561. from Dense_Matrix.defs.hh:28,
  562. from Linear_System.defs.hh:31,
  563. from Generator_System.defs.hh:30,
  564. from Generator_System.cc:25:
  565. mp_std_bits.defs.hh:47:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  566. In file included from meta_programming.hh:27:0,
  567. from C_Integer.hh:27,
  568. from globals.defs.hh:28,
  569. from Dense_Row.defs.hh:29,
  570. from Dense_Matrix.defs.hh:28,
  571. from Linear_System.defs.hh:31,
  572. from Generator_System.defs.hh:30,
  573. from Generator_System.cc:25:
  574. /usr/include/gmpxx.h:3269:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpz_struct [1], __mpz_struct [1]> >'
  575. In file included from checked.defs.hh:30:0,
  576. from Checked_Number.defs.hh:28,
  577. from Coefficient.types.hh:16,
  578. from math_utilities.defs.hh:27,
  579. from Row_Flags.inlines.hh:27,
  580. from Row_Flags.defs.hh:93,
  581. from Dense_Row.defs.hh:32,
  582. from Dense_Matrix.defs.hh:28,
  583. from Linear_System.defs.hh:31,
  584. from Generator_System.defs.hh:30,
  585. from Generator_System.cc:25:
  586. mp_std_bits.defs.hh:108:7: error: redefinition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  587. In file included from meta_programming.hh:27:0,
  588. from C_Integer.hh:27,
  589. from globals.defs.hh:28,
  590. from Dense_Row.defs.hh:29,
  591. from Dense_Matrix.defs.hh:28,
  592. from Linear_System.defs.hh:31,
  593. from Generator_System.defs.hh:30,
  594. from Generator_System.cc:25:
  595. /usr/include/gmpxx.h:3306:21: error: previous definition of 'class std::numeric_limits<__gmp_expr<__mpq_struct [1], __mpq_struct [1]> >'
  596. make[3]: *** [Generator_System.lo] Error 1
  597. make[3]: *** [Box.lo] Error 1
  598. make[2]: *** [all] Error 2
  599. make[1]: *** [all-recursive] Error 1
  600. make: *** [all] Error 2
  601. emake failed
  602. * ERROR: dev-libs/ppl-0.12.1 failed (compile phase):
  603. * emake failed
  604. *
  605. * Call stack:
  606. * ebuild.sh, line 93: Called src_compile
  607. * environment, line 2025: Called __eapi2_src_compile
  608. * phase-helpers.sh, line 616: Called die
  609. * The specific snippet of code:
  610. * emake || die "emake failed"
  611. *
  612. * If you need support, post the output of `emerge --info '=dev-libs/ppl-0.12.1'`,
  613. * the complete build log and the output of `emerge -pqv '=dev-libs/ppl-0.12.1'`.
  614. * The complete build log is located at '/var/tmp/portage/dev-libs/ppl-0.12.1/temp/build.log'.
  615. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/ppl-0.12.1/temp/environment'.
  616. * Working directory: '/var/tmp/portage/dev-libs/ppl-0.12.1/work/ppl-0.12.1'
  617. * S: '/var/tmp/portage/dev-libs/ppl-0.12.1/work/ppl-0.12.1'
Advertisement
Add Comment
Please, Sign In to add comment