spacepaste

  1.  
  2. * Package: app-cdr/cdrdao-1.2.3-r4
  3. * Repository: gentoo
  4. * Maintainer: brendan@horan.hk proxy-maint@gentoo.org
  5. * USE: abi_x86_64 amd64 elibc_glibc encode kernel_linux mad userland_GNU vorbis
  6. * FEATURES: preserve-libs sandbox userpriv usersandbox
  7. >>> Unpacking source...
  8. >>> Unpacking cdrdao-1.2.3.tar.bz2 to /var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work
  9. >>> Source unpacked in /var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work
  10. >>> Preparing source in /var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3 ...
  11. * Applying cdrdao-1.2.3-glibc212.patch ...
  12. [ ok ]
  13. * Applying cdrdao-1.2.3-unsigned-char.patch ...
  14. [ ok ]
  15. * Applying cdrdao-1.2.3-ax_pthread.patch ...
  16. [ ok ]
  17. * Applying cdrdao-1.2.3-wformat-security.patch ...
  18. [ ok ]
  19. * Running eautoreconf in '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3' ...
  20. * Running aclocal ...
  21. [ ok ]
  22. * Running autoconf --force ...
  23. [ ok ]
  24. * Running autoheader ...
  25. [ ok ]
  26. * Running automake --add-missing --copy --force-missing ...
  27. [ ok ]
  28. * Running elibtoolize in: cdrdao-1.2.3/
  29. * Running elibtoolize in: cdrdao-1.2.3/scsilib/
  30. * Running elibtoolize in: cdrdao-1.2.3/scsilib/conf/
  31. >>> Source prepared.
  32. >>> Configuring source in /var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3 ...
  33. * econf: updating cdrdao-1.2.3/scsilib/conf/config.guess with /usr/share/gnuconfig/config.guess
  34. * econf: updating cdrdao-1.2.3/scsilib/conf/config.sub with /usr/share/gnuconfig/config.sub
  35. * econf: updating cdrdao-1.2.3/config.guess with /usr/share/gnuconfig/config.guess
  36. * econf: updating cdrdao-1.2.3/config.sub with /usr/share/gnuconfig/config.sub
  37. ./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cdrdao-1.2.3-r4 --htmldir=/usr/share/doc/cdrdao-1.2.3-r4/html --libdir=/usr/lib64 --without-xdao --with-ogg-support --with-mp3-support --with-lame
  38. checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c
  39. checking whether build environment is sane... yes
  40. checking for a thread-safe mkdir -p... /bin/mkdir -p
  41. checking for gawk... gawk
  42. checking whether make sets $(MAKE)... yes
  43. checking whether make supports nested variables... yes
  44. checking whether to enable maintainer-specific portions of Makefiles... no
  45. checking build system type... x86_64-pc-linux-gnu
  46. checking host system type... x86_64-pc-linux-gnu
  47. ./configure: line 3279: gconftool-2: command not found
  48. Using config source for schema installation
  49. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  50. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  51. checking whether the C compiler works... yes
  52. checking for C compiler default output file name... a.out
  53. checking for suffix of executables...
  54. checking whether we are cross compiling... no
  55. checking for suffix of object files... o
  56. checking whether we are using the GNU C compiler... yes
  57. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  58. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  59. checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
  60. checking for style of include used by make... GNU
  61. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  62. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  63. checking whether we are using the GNU C++ compiler... yes
  64. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  65. checking dependency style of x86_64-pc-linux-gnu-g++... none
  66. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  67. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  68. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  69. checking the archiver (x86_64-pc-linux-gnu-ar) interface... ar
  70. checking whether make sets $(MAKE)... (cached) yes
  71. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
  72. checking for grep that handles long lines and -e... /bin/grep
  73. checking for egrep... /bin/grep -E
  74. checking for ANSI C header files... yes
  75. checking for sys/wait.h that is POSIX.1 compatible... yes
  76. checking for sys/types.h... yes
  77. checking for sys/stat.h... yes
  78. checking for stdlib.h... yes
  79. checking for string.h... yes
  80. checking for memory.h... yes
  81. checking for strings.h... yes
  82. checking for inttypes.h... yes
  83. checking for stdint.h... yes
  84. checking for unistd.h... yes
  85. checking fcntl.h usability... yes
  86. checking fcntl.h presence... yes
  87. checking for fcntl.h... yes
  88. checking getopt.h usability... yes
  89. checking getopt.h presence... yes
  90. checking for getopt.h... yes
  91. checking malloc.h usability... yes
  92. checking malloc.h presence... yes
  93. checking for malloc.h... yes
  94. checking for unistd.h... (cached) yes
  95. checking sys/mman.h usability... yes
  96. checking sys/mman.h presence... yes
  97. checking for sys/mman.h... yes
  98. checking sched.h usability... yes
  99. checking sched.h presence... yes
  100. checking for sched.h... yes
  101. checking whether byte ordering is bigendian... no
  102. checking return type of signal handlers... void
  103. checking size of short... 2
  104. checking size of int... 4
  105. checking size of long... 8
  106. checking size of long long... 8
  107. checking for u_int8_t... yes
  108. checking for int16_t... yes
  109. checking for int32_t... yes
  110. checking for u_int16_t... yes
  111. checking for u_int32_t... yes
  112. checking for sched_getparam... ./configure: line 2162: ac_fn_c_try_link: command not found
  113. no
  114. checking for sched_getparam in -lposix4... no
  115. checking for sched_get_priority_max... yes
  116. checking for sched_setscheduler... yes
  117. checking for socket in -lsocket... no
  118. checking for connect in -lsocket... no
  119. checking for strerror... yes
  120. checking for mlockall... yes
  121. checking for munlockall... yes
  122. checking for getpagesize... yes
  123. checking for usleep... yes
  124. checking for setreuid... yes
  125. checking for setregid... yes
  126. checking for seteuid... yes
  127. checking for setegid... yes
  128. checking for setuid... yes
  129. checking for setgid... yes
  130. checking for inet_aton... yes
  131. checking if compiler needs -Werror to reject unknown flags... no
  132. checking for the pthreads library -lpthreads... no
  133. checking whether pthreads work without any flags... no
  134. checking whether pthreads work with -Kthread... no
  135. checking whether pthreads work with -kthread... no
  136. checking for the pthreads library -llthread... no
  137. checking whether pthreads work with -pthread... yes
  138. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  139. checking if more special flags are required for pthreads... no
  140. checking for PTHREAD_PRIO_INHERIT... yes
  141. checking for pthread_sigmask... yes
  142. checking for pthread_attr_setschedpolicy... yes
  143. checking for pthread_attr_setschedparam... yes
  144. checking for pthread_getschedparam... yes
  145. checking for pthread_setschedparam... yes
  146. checking for Lame library version >= 3.92... yes
  147. checking for vorbisfile >= 1.0... yes
  148. checking for mad >= 0.10... yes
  149. checking for ao >= 0.8... yes
  150. checking that generated files are newer than configure... done
  151. configure: creating ./config.status
  152. config.status: creating trackdb/Makefile
  153. config.status: creating dao/Makefile
  154. config.status: creating utils/Makefile
  155. config.status: creating xdao/Makefile
  156. config.status: creating xdao/gcdmaster.schemas
  157. config.status: creating xdao/stock/Makefile
  158. config.status: creating paranoia/Makefile
  159. config.status: creating pccts/Makefile
  160. config.status: creating pccts/antlr/Makefile
  161. config.status: creating pccts/dlg/Makefile
  162. config.status: creating Makefile
  163. config.status: creating specs/cdrdao.fedora.spec
  164. config.status: creating config.h
  165. config.status: executing depfiles commands
  166. ------------------------------------------------------
  167. Building scsilib : no (using native interface)
  168. Building pccts : yes
  169. Building cdrdao : yes
  170. OGG support : yes
  171. MP3 support : yes
  172. Building toc2cue : yes
  173. Building cue2toc : yes
  174. Building toc2mp3 : yes
  175. Building gcdmaster : no
  176. ------------------------------------------------------
  177. >>> Source configured.
  178. >>> Compiling source in /var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3 ...
  179. make -j3 -l2
  180. make all-recursive
  181. make[1]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3'
  182. Making all in pccts
  183. make[2]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts'
  184. Making all in antlr
  185. make[3]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts/antlr'
  186. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o antlr.o antlr.c
  187. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o err.o err.c
  188. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o fset.o fset.c
  189. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o hash.o hash.c
  190. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o misc.o misc.c
  191. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o scan.o scan.c
  192. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o bits.o bits.c
  193. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o dumpnode.o dumpnode.c
  194. dumpnode.c: In function ‘dumppred1’:
  195. dumpnode.c:85:79: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  196. f(stderr," \"%s\" (%x)", (p->expr == NULL ? "null expr" : p->expr) ,(unsigned)p);
  197. ^
  198. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o fcache.o fcache.c
  199. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o gen.o gen.c
  200. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o lex.o lex.c
  201. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o mrhoist.o mrhoist.c
  202. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o build.o build.c
  203. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o egman.o egman.c
  204. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o fset2.o fset2.c
  205. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o globals.o globals.c
  206. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o main.o main.c
  207. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o pred.o pred.c
  208. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o set.o set.c
  209. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o dumpcycles.o dumpcycles.c
  210. x86_64-pc-linux-gnu-gcc -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -Wl,-O1 -Wl,--as-needed -o antlr antlr.o dumpcycles.o err.o fset.o hash.o misc.o scan.o bits.o dumpnode.o fcache.o gen.o lex.o mrhoist.o build.o egman.o fset2.o globals.o main.o pred.o set.o -pthread
  211. make[3]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts/antlr'
  212. Making all in dlg
  213. make[3]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts/dlg'
  214. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o automata.o automata.c
  215. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o dlg_p.o dlg_p.c
  216. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o err.o err.c
  217. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o main.o main.c
  218. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o output.o output.c
  219. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o relabel.o relabel.c
  220. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o set.o set.c
  221. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o support.o support.c
  222. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -c -o dlg_a.o dlg_a.c
  223. x86_64-pc-linux-gnu-gcc -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -march=native -mtune=native -O2 -pipe -pthread -Wl,-O1 -Wl,--as-needed -o dlg automata.o dlg_a.o dlg_p.o err.o main.o output.o relabel.o set.o support.o -pthread
  224. make[3]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts/dlg'
  225. make[3]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts'
  226. make[3]: Nothing to be done for 'all-am'.
  227. make[3]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts'
  228. make[2]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/pccts'
  229. Making all in trackdb
  230. make[2]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/trackdb'
  231. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o Cddb.o Cddb.cc
  232. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o Toc.o Toc.cc
  233. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o TrackDataList.o TrackDataList.cc
  234. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o CdTextContainer.o CdTextContainer.cc
  235. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o Msf.o Msf.cc
  236. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o Track.o Track.cc
  237. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o util.o util.cc
  238. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o CdTextItem.o CdTextItem.cc
  239. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o SubTrack.o SubTrack.cc
  240. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o TrackData.o TrackData.cc
  241. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o TempFileManager.o TempFileManager.cc
  242. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o FormatConverter.o FormatConverter.cc
  243. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o Cue2Toc.o Cue2Toc.cc
  244. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o CueParser.o CueParser.cc
  245. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o log.o log.cc
  246. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o FormatMp3.o FormatMp3.cc
  247. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o FormatOgg.o FormatOgg.cc
  248. ./../pccts/antlr/antlr -k 3 -CC -w2 -fl TocLexer.dlg -ft TocParserTokens.h ./TocParser.g
  249. Antlr parser generator Version 1.33MR32 1989-2001
  250. ./../pccts/dlg/dlg -C2 -CC -cl TocLexerBase TocLexer.dlg
  251. dlg Version 1.33MR32 1989-2001
  252. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o AParser.o `test -f './../pccts/h/AParser.cpp' || echo './'`./../pccts/h/AParser.cpp
  253. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o DLexerBase.o `test -f './../pccts/h/DLexerBase.cpp' || echo './'`./../pccts/h/DLexerBase.cpp
  254. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o ATokenBuffer.o `test -f './../pccts/h/ATokenBuffer.cpp' || echo './'`./../pccts/h/ATokenBuffer.cpp
  255. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o TocParser.o TocParser.cpp
  256. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o TocParserGram.o TocParserGram.cpp
  257. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o TocLexerBase.o TocLexerBase.cpp
  258. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I./../pccts/h -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o lec.o lec.cc
  259. rm -f libtrackdb.a
  260. x86_64-pc-linux-gnu-ar cru libtrackdb.a Cddb.o lec.o Toc.o TrackDataList.o CdTextContainer.o Msf.o Track.o util.o CdTextItem.o SubTrack.o TrackData.o TempFileManager.o FormatConverter.o Cue2Toc.o CueParser.o log.o FormatMp3.o FormatOgg.o TocParser.o TocParserGram.o TocLexerBase.o AParser.o DLexerBase.o ATokenBuffer.o
  261. x86_64-pc-linux-gnu-ranlib libtrackdb.a
  262. make[2]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/trackdb'
  263. Making all in utils
  264. make[2]: Entering directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/utils'
  265. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o toc2cue.o toc2cue.cc
  266. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native -mtune=native -O2 -pipe -pthread -c -o cue2toc.o cue2toc.c
  267. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native -mtune=native -O2 -pipe -pthread -c -o timecode.o timecode.c
  268. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o toc2cddb.o toc2cddb.cc
  269. x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../trackdb -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -c -o toc2mp3-toc2mp3.o `test -f 'toc2mp3.cc' || echo './'`toc2mp3.cc
  270. x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -Wl,-O1 -Wl,--as-needed -o toc2cue toc2cue.o ../trackdb/libtrackdb.a -lmad -lm -lvorbisfile -lao -pthread
  271. x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -Wl,-O1 -Wl,--as-needed -o toc2cddb toc2cddb.o ../trackdb/libtrackdb.a -lmad -lm -lvorbisfile -lao -pthread
  272. x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -std=c++11 -pthread -Wl,-O1 -Wl,--as-needed -o toc2mp3 toc2mp3-toc2mp3.o ../trackdb/libtrackdb.a -lmp3lame -lmad -lm -lvorbisfile -lao -pthread
  273. toc2mp3-toc2mp3.o: In function `init_encoder(int)':
  274. toc2mp3.cc:(.text+0x2ca): undefined reference to `bitrate_table'
  275. toc2mp3.cc:(.text+0x2d8): undefined reference to `bitrate_table'
  276. toc2mp3.cc:(.text+0x2e1): undefined reference to `bitrate_table'
  277. toc2mp3-toc2mp3.o: In function `main':
  278. toc2mp3.cc:(.text.startup+0x23a): undefined reference to `bitrate_table'
  279. toc2mp3.cc:(.text.startup+0x23f): undefined reference to `bitrate_table'
  280. collect2: error: ld returned 1 exit status
  281. make[2]: *** [Makefile:487: toc2mp3] Error 1
  282. make[2]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3/utils'
  283. make[1]: *** [Makefile:436: all-recursive] Error 1
  284. make[1]: Leaving directory '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3'
  285. make: *** [Makefile:375: all] Error 2
  286. * ERROR: app-cdr/cdrdao-1.2.3-r4::gentoo failed (compile phase):
  287. * emake failed
  288. *
  289. * If you need support, post the output of `emerge --info '=app-cdr/cdrdao-1.2.3-r4::gentoo'`,
  290. * the complete build log and the output of `emerge -pqv '=app-cdr/cdrdao-1.2.3-r4::gentoo'`.
  291. * The complete build log is located at '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/temp/build.log'.
  292. * The ebuild environment file is located at '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/temp/environment'.
  293. * Working directory: '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3'
  294. * S: '/var/tmp/portage/app-cdr/cdrdao-1.2.3-r4/work/cdrdao-1.2.3'
  295.