Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 905832 Details for
Bug 941540
app-misc/g15composer-3.4 - [libtool] [gcc-15] g15composer.tab.c: error: implicit declaration of function yylex [-Wimplicit-function-declaration]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc:g15composer-3.4:20241014-180318.log
app-misc:g15composer-3.4:20241014-180318.log (text/plain), 9.70 KB, created by
Toralf Förster
on 2024-10-14 18:13:14 UTC
(
hide
)
Description:
app-misc:g15composer-3.4:20241014-180318.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-10-14 18:13:14 UTC
Size:
9.70 KB
patch
obsolete
> * Package: app-misc/g15composer-3.4:0 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux truetype > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking g15composer-3.4.tar.bz2 to /var/tmp/portage/app-misc/g15composer-3.4/work >>>> Source unpacked in /var/tmp/portage/app-misc/g15composer-3.4/work >>>> Preparing source in /var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4 ... > * Running eautoreconf in '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' ... > * Running 'aclocal --system-acdir=/var/tmp/portage/app-misc/g15composer-3.4/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader --force' ... > [ ok ] > * Running 'automake --add-missing --copy --force-missing' ... > [ ok ] > * Running elibtoolize in: g15composer-3.4/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4 ... > * econf: updating g15composer-3.4/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating g15composer-3.4/config.sub with /usr/share/gnuconfig/config.sub >./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/g15composer-3.4 --htmldir=/usr/share/doc/g15composer-3.4/html --libdir=/usr/lib64 --enable-ttf >checking for a BSD-compatible install... /usr/lib/portage/python3.12/ebuild-helpers/xattr/install -c >checking whether sleep supports fractional seconds... yes >checking filesystem timestamp resolution... 0.01 >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking xargs -n works... 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 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 bison... bison -y >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for freetype2... yes >checking for g15r_ttfLoad in -lg15render... yes >checking for g15_send in -lg15daemon_client... yes >checking for g15r_loadWbmpToBuf in -lg15render... yes >checking for pthread_create in -lpthread... yes >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for fcntl.h... yes >checking for sys/socket.h... yes >checking for sys/stat.h... (cached) yes >checking for libg15.h... yes >checking for libg15render.h... yes >checking for g15daemon_client.h... yes >checking for an ANSI C-conforming const... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4 ... >make -O -j4 >make all-am >make[1]: Entering directory '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -c -o g15composer.lex.o g15composer.lex.c >g15composer.l: In function âyylexâ: >g15composer.l:68:67: error: assignment to âcharâ from âvoid *â makes integer from pointer without a cast [-Wint-conversion] > 68 | \"[^\"\r\n]*\" yylval->string=strdup(yytext+1); yylval->string[yyleng-2] = NULL; return T_STRING; > | ^ >make[1]: *** [Makefile:455: g15composer.lex.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' >make[1]: *** Waiting for unfinished jobs.... >make[1]: Entering directory '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -c -o g15composer.tab.o g15composer.tab.c >g15composer.tab.c: In function âyyparseâ: >g15composer.tab.c:843:16: error: implicit declaration of function âyylexâ [-Wimplicit-function-declaration] > 843 | # define YYLEX yylex (&yylval, YYLEX_PARAM) > | ^~~~~ >g15composer.tab.c:1489:16: note: in expansion of macro âYYLEXâ > 1489 | yychar = YYLEX; > | ^~~~~ >make[1]: *** [Makefile:455: g15composer.tab.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' >make[1]: Entering directory '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -c -o g15composer.o g15composer.c >g15composer.c: In function âthreadEntryâ: >g15composer.c:103:3: error: implicit declaration of function âyylex_initâ [-Wimplicit-function-declaration] > 103 | yylex_init (¶m->scanner); > | ^~~~~~~~~~ >g15composer.c:130:5: error: implicit declaration of function âyyset_inâ [-Wimplicit-function-declaration] > 130 | yyset_in (fifo, param->scanner); > | ^~~~~~~~ >g15composer.c:135:16: error: implicit declaration of function âyyparseâ; did you mean âpauseâ? [-Wimplicit-function-declaration] > 135 | result = yyparse (param); > | ^~~~~~~ > | pause >g15composer.c:136:15: error: implicit declaration of function âyyget_inâ [-Wimplicit-function-declaration] > 136 | fclose (yyget_in (param->scanner)); > | ^~~~~~~~ >g15composer.c:136:15: error: passing argument 1 of âfcloseâ makes pointer from integer without a cast [-Wint-conversion] > 136 | fclose (yyget_in (param->scanner)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > | | > | int >In file included from g15composer.c:19: >/usr/include/stdio.h:184:26: note: expected âFILE *â but argument is of type âintâ > 184 | extern int fclose (FILE *__stream) __nonnull ((1)); > | ~~~~~~^~~~~~~~ >g15composer.c:163:3: error: implicit declaration of function âyylex_destroyâ [-Wimplicit-function-declaration] > 163 | yylex_destroy (param->scanner); > | ^~~~~~~~~~~~~ >g15composer.c: In function âmainâ: >g15composer.c:235:11: warning: ignoring return value of âgetcwdâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 235 | getcwd (cwd, 256); > | ^~~~~~~~~~~~~~~~~ >g15composer.c:264:11: warning: ignoring return value of âsetegidâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 264 | setegid (atoi(group)); > | ^~~~~~~~~~~~~~~~~~~~~ >g15composer.c:270:13: warning: ignoring return value of âsetegidâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 270 | setegid (euser->pw_gid); > | ^~~~~~~~~~~~~~~~~~~~~~~ >g15composer.c:271:11: warning: ignoring return value of âseteuidâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 271 | seteuid (euser->pw_uid); > | ^~~~~~~~~~~~~~~~~~~~~~~ >make[1]: *** [Makefile:455: g15composer.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' >make: *** [Makefile:335: all] Error 2 > * ERROR: app-misc/g15composer-3.4::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-misc/g15composer-3.4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-misc/g15composer-3.4::gentoo'`. > * The complete build log is located at '/var/log/portage/app-misc:g15composer-3.4:20241014-180318.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/g15composer-3.4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/g15composer-3.4/temp/environment'. > * Working directory: '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' > * S: '/var/tmp/portage/app-misc/g15composer-3.4/work/g15composer-3.4' >
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 941540
:
905831
| 905832 |
905833
|
905834
|
905835
|
905836
|
905837
|
905838
|
905839