1. * Package: app-misc/enum-1.1
  2. * Repository: gentoo
  3. * Maintainer: sping@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking enum-1.1.tar.bz2 to /tmp/portage/app-misc/enum-1.1/work
  8. >>> Source unpacked in /tmp/portage/app-misc/enum-1.1/work
  9. >>> Preparing source in /tmp/portage/app-misc/enum-1.1/work/enum-1.1 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/app-misc/enum-1.1/work/enum-1.1 ...
  12. ./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 --disable-doc-rebuild --disable-dependency-tracking
  13. configure: loading site script /usr/share/config.site
  14. configure: loading site script /usr/share/crossdev/include/site/linux
  15. configure: loading site script /usr/share/crossdev/include/site/linux-gnu
  16. configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
  17. checking for a BSD-compatible install... /usr/bin/install -c
  18. checking whether build environment is sane... yes
  19. checking for a thread-safe mkdir -p... /bin/mkdir -p
  20. checking for gawk... gawk
  21. checking whether make sets $(MAKE)... yes
  22. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  23. checking whether the C compiler works... yes
  24. checking for C compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... no
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  30. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  31. checking for style of include used by make... GNU
  32. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  33. checking for a sed that does not truncate output... /bin/sed
  34. checking for getopt_long... yes
  35. configure: creating ./config.status
  36. config.status: creating Makefile
  37. config.status: creating src/Makefile
  38. config.status: creating test/Makefile
  39. config.status: executing depfiles commands
  40. >>> Source configured.
  41. >>> Compiling source in /tmp/portage/app-misc/enum-1.1/work/enum-1.1 ...
  42. make -j24
  43. Making all in src
  44. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  45. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum-main.o `test -f 'main.c' || echo './'`main.c
  46. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum-info.o `test -f 'info.c' || echo './'`info.c
  47. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum-utils.o `test -f 'utils.c' || echo './'`utils.c
  48. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum-parsing.o `test -f 'parsing.c' || echo './'`parsing.c
  49. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum-printing.o `test -f 'printing.c' || echo './'`printing.c
  50. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum-generator.o `test -f 'generator.c' || echo './'`generator.c
  51. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -ggdb -frecord-gcc-switches -o enum enum-main.o enum-info.o enum-utils.o enum-parsing.o enum-printing.o enum-generator.o -lm
  52. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  53. Making all in test
  54. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  55. make[1]: Nothing to be done for `all'.
  56. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  57. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  58. make[1]: Nothing to be done for `all-am'.
  59. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  60. >>> Source compiled.
  61. >>> Test phase [check]: app-misc/enum-1.1
  62. * Tinderbox QA Notice: 'make' called by _eapi0_src_test
  63. make -j24 -j24 -j1 check
  64. Making check in src
  65. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  66. make[1]: Nothing to be done for `check'.
  67. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  68. Making check in test
  69. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  70. make enum_test
  71. make[2]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  72. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -I./../src/ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum_test-main.o `test -f 'main.c' || echo './'`main.c
  73. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -I./../src/ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum_test-generator.o `test -f '../src/generator.c' || echo './'`../src/generator.c
  74. x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.1\" -DPACKAGE_STRING=\"enum\ 1.1\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.1\" -I. -I./../src/ -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -c -o enum_test-utils.o `test -f '../src/utils.c' || echo './'`../src/utils.c
  75. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed -ggdb -frecord-gcc-switches -o enum_test enum_test-main.o enum_test-generator.o enum_test-utils.o -lm
  76. make[2]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  77. make check-TESTS
  78. make[2]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  79. # enum 2.0 .. 4x 3.0 .. 11.0
  80. Received Expected
  81. ----------------------
  82. 1) 2.0 2.0
  83. 2) 5.0 5.0
  84. 3) 8.0 8.0
  85. 4) 11.0 11.0
  86. Success
  87. # enum .. 4x 3.0 .. 11.0
  88. Received Expected
  89. ----------------------
  90. 1) 2.0 2.0
  91. 2) 5.0 5.0
  92. 3) 8.0 8.0
  93. 4) 11.0 11.0
  94. Success
  95. # enum 2.0 .. 3.0 .. 11.0
  96. Received Expected
  97. ----------------------
  98. 1) 2.0 2.0
  99. 2) 5.0 5.0
  100. 3) 8.0 8.0
  101. 4) 11.0 11.0
  102. Success
  103. # enum 2.0 .. 4x .. 11.0
  104. Received Expected
  105. ----------------------
  106. 1) 2.0 2.0
  107. 2) 5.0 5.0
  108. 3) 8.0 8.0
  109. 4) 11.0 11.0
  110. Success
  111. # enum 2.0 .. 4x 3.0 ..
  112. Received Expected
  113. ----------------------
  114. 1) 2.0 2.0
  115. 2) 5.0 5.0
  116. 3) 8.0 8.0
  117. 4) 11.0 11.0
  118. Success
  119. # enum .. 3.0 .. 11.0
  120. Received Expected
  121. ----------------------
  122. 1) 2.0 2.0
  123. 2) 5.0 5.0
  124. 3) 8.0 8.0
  125. 4) 11.0 11.0
  126. Success
  127. # enum .. 4x .. 11.0
  128. Received Expected
  129. ----------------------
  130. 1) 8.0 8.0
  131. 2) 9.0 9.0
  132. 3) 10.0 10.0
  133. 4) 11.0 11.0
  134. Success
  135. # enum .. 4x 3.0 ..
  136. Received Expected
  137. ----------------------
  138. 1) 1.0 1.0
  139. 2) 4.0 4.0
  140. 3) 7.0 7.0
  141. 4) 10.0 10.0
  142. Success
  143. # enum 2.0 .. 11.0
  144. Received Expected
  145. ----------------------
  146. 1) 2.0 2.0
  147. 2) 3.0 3.0
  148. 3) 4.0 4.0
  149. 4) 5.0 5.0
  150. 5) 6.0 6.0
  151. 6) 7.0 7.0
  152. 7) 8.0 8.0
  153. 8) 9.0 9.0
  154. 9) 10.0 10.0
  155. 10) 11.0 11.0
  156. Success
  157. # enum 2.0 .. 3.0 ..
  158. Received Expected
  159. ----------------------
  160. 1) 2.0 2.0
  161. 2) 5.0 5.0
  162. 3) 8.0 8.0
  163. 4) 11.0 11.0
  164. 5) 14.0 14.0
  165. 6) 17.0 17.0
  166. Success
  167. # enum 2.0 .. 4x ..
  168. Received Expected
  169. ----------------------
  170. 1) 2.0 2.0
  171. 2) 3.0 3.0
  172. 3) 4.0 4.0
  173. 4) 5.0 5.0
  174. Success
  175. # enum 2.0 ..
  176. Received Expected
  177. ----------------------
  178. 1) 2.0 2.0
  179. 2) 3.0 3.0
  180. 3) 4.0 4.0
  181. 4) 5.0 5.0
  182. 5) 6.0 6.0
  183. 6) 7.0 7.0
  184. Success
  185. # enum .. 4x ..
  186. Received Expected
  187. ----------------------
  188. 1) 1.0 1.0
  189. 2) 2.0 2.0
  190. 3) 3.0 3.0
  191. 4) 4.0 4.0
  192. Success
  193. # enum .. 3.0 ..
  194. Received Expected
  195. ----------------------
  196. 1) 1.0 1.0
  197. 2) 4.0 4.0
  198. 3) 7.0 7.0
  199. 4) 10.0 10.0
  200. 5) 13.0 13.0
  201. 6) 16.0 16.0
  202. Success
  203. # enum .. 11.0
  204. Received Expected
  205. ----------------------
  206. 1) 1.0 1.0
  207. 2) 2.0 2.0
  208. 3) 3.0 3.0
  209. 4) 4.0 4.0
  210. 5) 5.0 5.0
  211. 6) 6.0 6.0
  212. 7) 7.0 7.0
  213. 8) 8.0 8.0
  214. 9) 9.0 9.0
  215. 10) 10.0 10.0
  216. 11) 11.0 11.0
  217. Success
  218. # enum 11.0 .. 4x 3.0 .. 2.0
  219. Received Expected
  220. ----------------------
  221. 1) 11.0 11.0
  222. 2) 8.0 8.0
  223. 3) 5.0 5.0
  224. 4) 2.0 2.0
  225. Success
  226. # enum 11.0 .. 4x -3.0 .. 2.0
  227. Received Expected
  228. ----------------------
  229. 1) 11.0 11.0
  230. 2) 8.0 8.0
  231. 3) 5.0 5.0
  232. 4) 2.0 2.0
  233. Success
  234. # enum 11.0 .. 3.0 .. 2.0
  235. Received Expected
  236. ----------------------
  237. 1) 11.0 11.0
  238. 2) 8.0 8.0
  239. 3) 5.0 5.0
  240. 4) 2.0 2.0
  241. Success
  242. # enum 11.0 .. -3.0 .. 2.0
  243. Received Expected
  244. ----------------------
  245. 1) 11.0 11.0
  246. 2) 8.0 8.0
  247. 3) 5.0 5.0
  248. 4) 2.0 2.0
  249. Success
  250. # enum 11.0 .. 4x .. 2.0
  251. Received Expected
  252. ----------------------
  253. 1) 11.0 11.0
  254. 2) 8.0 8.0
  255. 3) 5.0 5.0
  256. 4) 2.0 2.0
  257. Success
  258. # enum 11.0 .. 2.0
  259. Received Expected
  260. ----------------------
  261. 1) 11.0 11.0
  262. 2) 10.0 10.0
  263. 3) 9.0 9.0
  264. 4) 8.0 8.0
  265. 5) 7.0 7.0
  266. 6) 6.0 6.0
  267. 7) 5.0 5.0
  268. 8) 4.0 4.0
  269. 9) 3.0 3.0
  270. 10) 2.0 2.0
  271. Success
  272. # enum 0.3 .. 0.1 .. 0.7
  273. Received Expected
  274. ----------------------
  275. 1) 0.3 0.3
  276. 2) 0.4 0.4
  277. 3) 0.5 0.5
  278. 4) 0.6 0.6
  279. 5) 0.7 0.7
  280. Success
  281. # enum 0.7 .. -0.1 .. 0.3
  282. Received Expected
  283. ----------------------
  284. 1) 0.7 0.7
  285. 2) 0.6 0.6
  286. 3) 0.5 0.5
  287. 4) 0.4 0.4
  288. 5) 0.3 0.3
  289. Success
  290. # enum 1.0 .. 2.0 .. 4.0
  291. Received Expected
  292. ----------------------
  293. 1) 1.0 1.0
  294. 2) 3.0 3.0
  295. Success
  296. # enum 1.0 .. 2.0 .. 5.0
  297. Received Expected
  298. ----------------------
  299. 1) 1.0 1.0
  300. 2) 3.0 3.0
  301. 3) 5.0 5.0
  302. Success
  303. # enum 1.0 .. 1.0
  304. Received Expected
  305. ----------------------
  306. 1) 1.0 1.0
  307. Success
  308. # enum 1.0 .. 1x .. 3.0
  309. Received Expected
  310. ----------------------
  311. 1) 1.0 1.0
  312. Success
  313. # enum .. 1x ..
  314. Received Expected
  315. ----------------------
  316. 1) 1.0 1.0
  317. Success
  318. Successes: 28 (100.00%)
  319. Failures: 0 ( 0.00%)
  320. --------------------------
  321. Test cases: 28
  322. PASS: enum_test
  323. =============
  324. 1 test passed
  325. =============
  326. make[2]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  327. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  328. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  329. make[1]: Nothing to be done for `check-am'.
  330. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  331. >>> Install enum-1.1 into /tmp/portage/app-misc/enum-1.1/image/ category app-misc
  332. make -j24 DESTDIR=/tmp/portage/app-misc/enum-1.1/image/ install
  333. Making install in src
  334. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  335. make[2]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  336. test -z "/usr/bin" || /bin/mkdir -p "/tmp/portage/app-misc/enum-1.1/image//usr/bin"
  337. make[2]: Nothing to be done for `install-data-am'.
  338. /usr/bin/install -c enum '/tmp/portage/app-misc/enum-1.1/image//usr/bin'
  339. make[2]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  340. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/src'
  341. Making install in test
  342. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  343. make[2]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  344. make[2]: Nothing to be done for `install-exec-am'.
  345. make[2]: Nothing to be done for `install-data-am'.
  346. make[2]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  347. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1/test'
  348. make[1]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  349. make[2]: Entering directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  350. make[2]: Nothing to be done for `install-exec-am'.
  351. test -z "/usr/share/man/man1" || /bin/mkdir -p "/tmp/portage/app-misc/enum-1.1/image//usr/share/man/man1"
  352. /usr/bin/install -c -m 644 man/enum.1 '/tmp/portage/app-misc/enum-1.1/image//usr/share/man/man1'
  353. make[2]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  354. make[1]: Leaving directory `/tmp/portage/app-misc/enum-1.1/work/enum-1.1'
  355. >>> Completed installing enum-1.1 into /tmp/portage/app-misc/enum-1.1/image/
  356. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  357. usr/bin/enum
  358. ecompressdir: bzip2 -9 /usr/share/man
  359. * This package will overwrite one or more files that may belong to other
  360. * packages (see list below). You can use a command such as `portageq
  361. * owners / <filename>` to identify the installed package that owns a
  362. * file. If portageq reports that only one package owns a file then do
  363. * NOT file a bug report. A bug report is only useful if it identifies at
  364. * least two or more packages that are known to install the same file(s).
  365. * If a collision occurs and you can not explain where the file came from
  366. * then you should simply ignore the collision since there is not enough
  367. * information to determine if a real problem exists. Please do NOT file
  368. * a bug report at http://bugs.gentoo.org unless you report exactly which
  369. * two packages install the same file(s). Once again, please do NOT file
  370. * a bug report unless you have completely understood the above message.
  371. *
  372. * Detected file collision(s):
  373. *
  374. * /usr/bin/enum
  375. *
  376. * Searching all installed packages for file collisions...
  377. *
  378. * Press Ctrl-C to Stop
  379. *
  380. * dev-ruby/spruz-0.2.11
  381. * /usr/bin/enum
  382. *
  383. * Package 'app-misc/enum-1.1' NOT merged due to file collisions. If
  384. * necessary, refer to your elog messages for the whole content of the
  385. * above message.
  386. nc6: using stream socket
  387. tar: /var/log/portage/app-misc\:enum-1.1\:20120716-094720.log: file changed as we read it