* Package: app-cdr/cuetools-1.4.1-r1:0 * Repository: gentoo * Upstream: https://github.com/svend/cuetools/issues * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking cuetools-1.4.1.tar.gz to /var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work >>> Source unpacked in /var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work >>> Preparing source in /var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1 ... * Running eautoreconf in '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1' ... * Running 'aclocal --system-acdir=/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/temp/aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --foreign --force-missing' ... [ ok ] * Running elibtoolize in: cuetools-1.4.1/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1 ... * econf: updating cuetools-1.4.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating cuetools-1.4.1/config.guess with /usr/share/gnuconfig/config.guess ./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 --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cuetools-1.4.1-r1 --htmldir=/usr/share/doc/cuetools-1.4.1-r1/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... -lfl checking whether yytext is a pointer... yes checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking the archiver (x86_64-pc-linux-gnu-ar) interface... ar checking for bison... yacc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating src/tools/Makefile config.status: creating extras/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1' Making all in doc make[2]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/doc' Making all in src make[2]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src' Making all in lib make[3]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' /bin/sh ../../ylwrap toc_parse.y y.tab.c toc_parse.c y.tab.h `echo toc_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output toc_parse.output -- yacc -d /bin/sh ../../ylwrap cue_parse.y y.tab.c cue_parse.c y.tab.h `echo cue_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output cue_parse.output -- yacc -d updating cue_parse.h updating toc_parse.h make all-am make[4]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' /bin/sh ../../ylwrap toc_scan.l lex.yy.c toc_scan.c -- flex -olex.yy.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o cue_print.o cue_print.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o cue_parse.o cue_parse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o cdtext.o cdtext.c In file included from cue_parse.y:14: cue_parse.y: In function ‘cue_parse’: cue_parse_prefix.h:14:25: warning: implicit declaration of function ‘cue_yyparse’; did you mean ‘cue_parse’? [-Wimplicit-function-declaration] 14 | #define yyparse cue_yyparse | ^~~~~~~~~~~ cue_parse.y:279:18: note: in expansion of macro ‘yyparse’ 279 | if (0 == yyparse()) { | ^~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o time.o time.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o cuefile.o cuefile.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o toc_parse.o toc_parse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o cd.o cd.c In file included from toc_parse.y:14: toc_parse.y: In function ‘toc_parse’: toc_parse_prefix.h:13:25: warning: implicit declaration of function ‘toc_yyparse’; did you mean ‘toc_parse’? [-Wimplicit-function-declaration] 13 | #define yyparse toc_yyparse | ^~~~~~~~~~~ toc_parse.y:344:18: note: in expansion of macro ‘yyparse’ 344 | if (0 == yyparse()) { | ^~~~~~~ /bin/sh ../../ylwrap cue_scan.l lex.yy.c cue_scan.c -- flex -olex.yy.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o toc_print.o toc_print.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o toc_scan.o toc_scan.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pipe -march=native -fno-diagnostics-color -O2 -c -o cue_scan.o cue_scan.c rm -f libcuefile.a x86_64-pc-linux-gnu-ar cru libcuefile.a cd.o cdtext.o time.o cuefile.o cue_print.o toc_print.o cue_parse.o cue_scan.o toc_parse.o toc_scan.o x86_64-pc-linux-gnu-ranlib libcuefile.a make[4]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' make[3]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' Making all in tools make[3]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/tools' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../lib -pipe -march=native -fno-diagnostics-color -O2 -c -o cuebreakpoints.o cuebreakpoints.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../lib -pipe -march=native -fno-diagnostics-color -O2 -c -o cueconvert.o cueconvert.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I./../lib -pipe -march=native -fno-diagnostics-color -O2 -c -o cueprint.o cueprint.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o cuebreakpoints cuebreakpoints.o ../lib/libcuefile.a /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0xfa0): multiple definition of `yyss'; ../lib/libcuefile.a(cue_parse.o):(.bss+0xfa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0x0): multiple definition of `yyvs'; ../lib/libcuefile.a(cue_parse.o):(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0x13a0): multiple definition of `yyssp'; ../lib/libcuefile.a(cue_parse.o):(.bss+0x13a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0x1398): multiple definition of `yyvsp'; ../lib/libcuefile.a(cue_parse.o):(.bss+0x1398): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.data+0x5c0): multiple definition of `yysindex'; ../lib/libcuefile.a(cue_parse.o):(.data+0x580): first defined here x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o cueconvert cueconvert.o ../lib/libcuefile.a /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0xfa0): multiple definition of `yyss'; ../lib/libcuefile.a(cue_parse.o):(.bss+0xfa0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0x0): multiple definition of `yyvs'; ../lib/libcuefile.a(cue_parse.o):(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0x13a0): multiple definition of `yyssp'; ../lib/libcuefile.a(cue_parse.o):(.bss+0x13a0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.bss+0x1398): multiple definition of `yyvsp'; ../lib/libcuefile.a(cue_parse.o):(.bss+0x1398): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: ../lib/libcuefile.a(toc_parse.o):(.data+0x5c0): multiple definition of `yysindex'; ../lib/libcuefile.a(cue_parse.o):(.data+0x580): first defined here collect2: error: ld returned 1 exit status make[3]: *** [Makefile:379: cuebreakpoints] Error 1 shuffle=71291847 make[3]: *** Waiting for unfinished jobs.... collect2: error: ld returned 1 exit status make[3]: *** [Makefile:383: cueconvert] Error 1 shuffle=71291847 make[3]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/tools' make[2]: *** [Makefile:317: all-recursive] Error 1 shuffle=71291847 make[2]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src' make[1]: *** [Makefile:361: all-recursive] Error 1 shuffle=71291847 make[1]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1' make: *** [Makefile:302: all] Error 2 shuffle=71291847 * ERROR: app-cdr/cuetools-1.4.1-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-cdr/cuetools-1.4.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-cdr/cuetools-1.4.1-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-cdr:cuetools-1.4.1-r1:20221204-044014.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1' * S: '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1'