Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 907058 Details for
Bug 942371
dev-lang/eisl-5.36 - [gcc-15] function.c: error: M_PI undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lang:eisl-5.36:20241027-184256.log
dev-lang:eisl-5.36:20241027-184256.log (text/plain), 8.83 KB, created by
Toralf Förster
on 2024-10-27 19:13:50 UTC
(
hide
)
Description:
dev-lang:eisl-5.36:20241027-184256.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-10-27 19:13:50 UTC
Size:
8.83 KB
patch
obsolete
> * Package: dev-lang/eisl-5.36:0 > * Repository: gentoo > * Maintainer: xgqt@gentoo.org > * Upstream: https://github.com/sasagawa888/eisl/issues > * USE: abi_x86_64 amd64 elibc_musl kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking eisl-5.36.tar.gz to /var/tmp/portage/dev-lang/eisl-5.36/work >>>> Source unpacked in /var/tmp/portage/dev-lang/eisl-5.36/work >>>> Preparing source in /var/tmp/portage/dev-lang/eisl-5.36/work/eisl-5.36 ... > * Applying eisl-3.60-Makefile.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/eisl-5.36/work/eisl-5.36 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/eisl-5.36/work/eisl-5.36 ... >make -O -j4 CC=x86_64-pc-linux-musl-gcc clean edlis eisl >rm -f *.o cii/src/except.o cii/src/fmt.o cii/src/str.o cii/src/text.o cii/src/mem.o dextension.o disl.o library/bit.o library/escape.o library/i18n.o library/logger.o library/ndbm.o library/opengl.o library/regex.o library/tcltk.o library/virtty.o library/prolog.o library/datetime.o library/plot.o library/unistd.o eisl edlis >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/except.c -o cii/src/except.o >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c syn_highlight.c -o syn_highlight.o >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/text.c -o cii/src/text.o >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/fmt.c -o cii/src/fmt.o >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/mem.c -o cii/src/mem.o >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/str.c -o cii/src/str.o >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c function.c -o function.o >In file included from function.c:15: >eisl.h:1432:36: error: unknown type name 'siginfo_t' > 1432 | void signal_handler_child(int sig, siginfo_t *siginfo, void *context); > | ^~~~~~~~~ >function.c: In function 'init_subr': >function.c:32:33: error: 'M_PI' undeclared (first use in this function) > 32 | bind_const("*PI*", make_flt(M_PI)); > | ^~~~ >function.c:32:33: note: each undeclared identifier is reported only once for each function it appears in >function.c: In function 'load': >function.c:2261:14: error: 'PATH_MAX' undeclared (first use in this function); did you mean 'AF_MAX'? > 2261 | char str[PATH_MAX]; > | ^~~~~~~~ > | AF_MAX >make: *** [makefile:140: function.o] Error 1 >make: *** Waiting for unfinished jobs.... >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c extension.c -o extension.o >In file included from extension.c:31: >eisl.h:1432:36: error: unknown type name 'siginfo_t' > 1432 | void signal_handler_child(int sig, siginfo_t *siginfo, void *context); > | ^~~~~~~~~ >extension.c: In function 'read_from_pipe_part': >extension.c:2038:9: error: implicit declaration of function 'usleep'; did you mean 'sleep'? [-Wimplicit-function-declaration] > 2038 | usleep(1000); > | ^~~~~~ > | sleep >extension.c: In function 'kill_rest_process': >extension.c:2096:13: error: implicit declaration of function 'kill' [-Wimplicit-function-declaration] > 2096 | kill(pid[i], SIGINT); > | ^~~~ >make: *** [makefile:140: extension.o] Error 1 >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c main.c -o main.o >In file included from main.c:45: >eisl.h:1432:36: error: unknown type name 'siginfo_t' > 1432 | void signal_handler_child(int sig, siginfo_t *siginfo, void *context); > | ^~~~~~~~~ >main.c: In function 'main': >main.c:357:36: error: invalid application of 'sizeof' to incomplete type 'struct sigaction' > 357 | memset(&child_action, 0, sizeof(child_action)); > | ^ >main.c:358:17: error: invalid use of undefined type 'struct sigaction' > 358 | child_action.sa_sigaction = &signal_handler_child; > | ^ >main.c:358:34: error: 'signal_handler_child' undeclared (first use in this function); did you mean 'signal_handler_c'? > 358 | child_action.sa_sigaction = &signal_handler_child; > | ^~~~~~~~~~~~~~~~~~~~ > | signal_handler_c >main.c:358:34: note: each undeclared identifier is reported only once for each function it appears in >main.c:359:17: error: invalid use of undefined type 'struct sigaction' > 359 | child_action.sa_flags = SA_SIGINFO; > | ^ >main.c:359:29: error: 'SA_SIGINFO' undeclared (first use in this function) > 359 | child_action.sa_flags = SA_SIGINFO; > | ^~~~~~~~~~ >main.c:361:5: error: implicit declaration of function 'sigaction' [-Wimplicit-function-declaration] > 361 | sigaction(SIGRTMIN, &child_action, NULL); > | ^~~~~~~~~ >main.c:361:15: error: 'SIGRTMIN' undeclared (first use in this function); did you mean 'SIGTTIN'? > 361 | sigaction(SIGRTMIN, &child_action, NULL); > | ^~~~~~~~ > | SIGTTIN >main.c:365:9: error: implicit declaration of function 'setenv'; did you mean 'getenv'? [-Wimplicit-function-declaration] > 365 | if (setenv("EASY_ISLISP", STRQUOTE(SHAREDIR), /* overwrite = */ 0) == > | ^~~~~~ > | getenv >main.c:471:30: error: storage size of 'value' isn't known > 471 | union sigval value; > | ^~~~~ >main.c:474:17: error: implicit declaration of function 'sigqueue' [-Wimplicit-function-declaration] > 474 | sigqueue(getppid(), SIGRTMIN, value); > | ^~~~~~~~ >main.c: At top level: >main.c:582:36: error: unknown type name 'siginfo_t' > 582 | void signal_handler_child(int sig, siginfo_t * siginfo, void *context) > | ^~~~~~~~~ >main.c:250:18: error: storage size of 'child_action' isn't known > 250 | struct sigaction child_action; > | ^~~~~~~~~~~~ >make: *** [makefile:140: main.o] Error 1 >x86_64-pc-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c edlis.c >In file included from edlis.c:11: >/usr/include/ncursesw/ncurses.h:152:9: warning: 'NCURSES_OPAQUE' redefined > 152 | #define NCURSES_OPAQUE 0 > | ^~~~~~~~~~~~~~ >edlis.c:9:9: note: this is the location of the previous definition > 9 | #define NCURSES_OPAQUE 1 > | ^~~~~~~~~~~~~~ > * ERROR: dev-lang/eisl-5.36::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lang/eisl-5.36::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lang/eisl-5.36::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lang:eisl-5.36:20241027-184256.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/eisl-5.36/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lang/eisl-5.36/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lang/eisl-5.36/work/eisl-5.36' > * S: '/var/tmp/portage/dev-lang/eisl-5.36/work/eisl-5.36' >
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 942371
:
907057
| 907058 |
907059
|
907060
|
907061
|
907062
|
907063
|
907064
|
907065