Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 839427 Details for
Bug 884179
app-cdr/cuetools-1.4.1-r1 - toc_scan.l: fatal error: toc_parse.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-cdr:cuetools-1.4.1-r1:20221203-124914.log
app-cdr:cuetools-1.4.1-r1:20221203-124914.log (text/plain), 10.08 KB, created by
Toralf Förster
on 2022-12-03 15:22:24 UTC
(
hide
)
Description:
app-cdr:cuetools-1.4.1-r1:20221203-124914.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-12-03 15:22:24 UTC
Size:
10.08 KB
patch
obsolete
> * 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... bison >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 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 -- bison -d >/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 -- bison -d >/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib/toc_parse.y:88.15-18: warning: symbol ISRC redeclared [8;id=da89796e0005eeebe1fcf33d00000000;https://www.gnu.org/software/bison/manual/html_node/Diagnostics.html#Wother\-Wother8;;\] > 88 | %token <ival> ISRC > | ^~~~ >/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib/toc_parse.y:62.8-11: note: previous declaration > 62 | %token ISRC > | ^~~~ >updating cue_parse.tab.c >updating toc_parse.tab.c >updating cue_parse.tab.h >updating toc_parse.tab.h >make[4]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' >/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 -- bison -d >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_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 -- bison -d >/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib/toc_parse.y:88.15-18: warning: symbol ISRC redeclared [8;id=da89796e0005eeebe1fe923300000000;https://www.gnu.org/software/bison/manual/html_node/Diagnostics.html#Wother\-Wother8;;\] > 88 | %token <ival> ISRC > | ^~~~ >/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib/toc_parse.y:62.8-11: note: previous declaration > 62 | %token ISRC > | ^~~~ >cue_parse.tab.c is unchanged >cue_parse.tab.h is unchanged >toc_parse.tab.c is unchanged >make[4]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' >toc_parse.tab.h is unchanged >make[4]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' >make all-am >make[4]: Entering directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' >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 >/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 cdtext.o cdtext.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 cuefile.o cuefile.c >/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 -- bison -d >/bin/sh ../../ylwrap cue_scan.l lex.yy.c cue_scan.c -- flex -olex.yy.c >/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 -- bison -d >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 cd.o cd.c >/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib/toc_parse.y:88.15-18: warning: symbol ISRC redeclared [8;id=da89796e0005eeebe200adde00000000;https://www.gnu.org/software/bison/manual/html_node/Diagnostics.html#Wother\-Wother8;;\] > 88 | %token <ival> ISRC > | ^~~~ >/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib/toc_parse.y:62.8-11: note: previous declaration > 62 | %token ISRC > | ^~~~ >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 >toc_scan.l:13:10: fatal error: toc_parse.h: No such file or directory > 13 | #include "toc_parse.h" > | ^~~~~~~~~~~~~ >compilation terminated. >make[4]: *** [Makefile:374: toc_scan.o] Error 1 shuffle=1829087663 >make[4]: *** Waiting for unfinished jobs.... >cue_parse.tab.c is unchanged >cue_parse.tab.h is unchanged >toc_parse.tab.c is unchanged >toc_parse.tab.h is unchanged >make[4]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' >make[3]: *** [Makefile:298: all] Error 2 shuffle=1829087663 >make[3]: Leaving directory '/var/tmp/portage/app-cdr/cuetools-1.4.1-r1/work/cuetools-1.4.1/src/lib' >make[2]: *** [Makefile:317: all-recursive] Error 1 shuffle=1829087663 >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=1829087663 >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=1829087663 > * 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:20221203-124914.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' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 884179
:
839425
| 839427 |
839429
|
839431
|
839433
|
839435
|
839437