Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 868009 Details for
Bug 912368
dev-lang/eisl-3.40 - eisl.h: error: unknown type name pthread_cond_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lang:eisl-3.40:20230816-195257.log
dev-lang:eisl-3.40:20230816-195257.log (text/plain), 23.11 KB, created by
Toralf Förster
on 2023-08-16 20:02:43 UTC
(
hide
)
Description:
dev-lang:eisl-3.40:20230816-195257.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-08-16 20:02:43 UTC
Size:
23.11 KB
patch
obsolete
> * Package: dev-lang/eisl-3.40: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-3.40.tar.gz to /var/tmp/portage/dev-lang/eisl-3.40/work >>>> Source unpacked in /var/tmp/portage/dev-lang/eisl-3.40/work >>>> Preparing source in /var/tmp/portage/dev-lang/eisl-3.40/work/eisl-3.40 ... > * Applying eisl-2.85-Makefile.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/eisl-3.40/work/eisl-3.40 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/eisl-3.40/work/eisl-3.40 ... >make -j5 CC=x86_64-gentoo-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/tcpip.o library/virtty.o library/prolog.o library/datetime.o library/plot.o library/unistd.o eisl edlis >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c edlis.c >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c syn_highlight.c -o syn_highlight.o >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -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-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -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-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/str.c -o cii/src/str.o >In file included from edlis.c:7: >/usr/include/ncursesw/ncurses.h:151: warning: "NCURSES_OPAQUE" redefined > 151 | #define NCURSES_OPAQUE 0 > | >edlis.c:5: note: this is the location of the previous definition > 5 | #define NCURSES_OPAQUE 1 > | >cii/src/except.c:1:13: warning: 'rcsid' defined but not used [-Wunused-variable] > 1 | static char rcsid[] = "$Id$" "\n$Id$"; > | ^~~~~ >cii/src/fmt.c: In function 'cvt_s': >cii/src/fmt.c:23:23: warning: unused parameter 'code' [-Wunused-parameter] > 23 | static void cvt_s(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c: In function 'cvt_d': >cii/src/fmt.c:31:23: warning: unused parameter 'code' [-Wunused-parameter] > 31 | static void cvt_d(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c: In function 'cvt_u': >cii/src/fmt.c:52:23: warning: unused parameter 'code' [-Wunused-parameter] > 52 | static void cvt_u(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c: In function 'cvt_o': >cii/src/fmt.c:64:23: warning: unused parameter 'code' [-Wunused-parameter] > 64 | static void cvt_o(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c: In function 'cvt_x': >cii/src/fmt.c:76:23: warning: unused parameter 'code' [-Wunused-parameter] > 76 | static void cvt_x(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c: In function 'cvt_p': >cii/src/fmt.c:88:23: warning: unused parameter 'code' [-Wunused-parameter] > 88 | static void cvt_p(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c: In function 'cvt_c': >cii/src/fmt.c:101:23: warning: unused parameter 'code' [-Wunused-parameter] > 101 | static void cvt_c(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c:103:47: warning: unused parameter 'precision' [-Wunused-parameter] > 103 | unsigned char flags[], int width, int precision ) { > | ~~~~^~~~~~~~~ >cii/src/fmt.c: At top level: >cii/src/fmt.c:178:23: warning: argument 5 of type 'unsigned char[]' with mismatched bound [-Warray-parameter=] > 178 | unsigned char flags[], int width, int precision) { > | ~~~~~~~~~~~~~~^~~~~~~ >In file included from cii/src/fmt.c:12: >cii/include/fmt.h:35:23: note: previously declared as 'unsigned char[256]' > 35 | unsigned char flags[256], int width, int precision); > | ~~~~~~~~~~~~~~^~~~~~~~~~ >cii/src/fmt.c:321:23: warning: argument 5 of type 'unsigned char[]' with mismatched bound [-Warray-parameter=] > 321 | unsigned char flags[], int width, int precision) { > | ~~~~~~~~~~~~~~^~~~~~~ >cii/include/fmt.h:32:23: note: previously declared as 'unsigned char[256]' > 32 | unsigned char flags[256], int width, int precision); > | ~~~~~~~~~~~~~~^~~~~~~~~~ >cii/src/str.c: In function 'Str_fmt': >cii/src/str.c:273:18: warning: unused parameter 'code' [-Wunused-parameter] > 273 | void Str_fmt(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/fmt.c:1:13: warning: 'rcsid' defined but not used [-Wunused-variable] > 1 | static char rcsid[] = "$Id$"; > | ^~~~~ >cii/src/str.c: At top level: >cii/src/str.c:1:13: warning: 'rcsid' defined but not used [-Wunused-variable] > 1 | static char rcsid[] = "$Id$"; > | ^~~~~ >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/text.c -o cii/src/text.o >In file included from edlis.h:10, > from edlis.c:15: >term.h: In function 'ESCMVLEFT': >term.h:90:9: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] > 90 | int dummy, cur_y; > | ^~~~~ >cii/src/text.c: In function 'Text_get': >cii/src/text.c:91:31: warning: unused parameter 'size' [-Wunused-parameter] > 91 | char *Text_get(char *str, int size , T s) { > | ~~~~^~~~ >cii/src/text.c: In function 'Text_map': >cii/src/text.c:168:20: warning: variable 'inited' set but not used [-Wunused-but-set-variable] > 168 | static int inited = 0; > | ^~~~~~ >cii/src/text.c: In function 'Text_fmt': >cii/src/text.c:387:19: warning: unused parameter 'code' [-Wunused-parameter] > 387 | void Text_fmt(int code , va_list_box *box, > | ~~~~^~~~ >cii/src/text.c: At top level: >cii/src/text.c:1:20: warning: 'rcsid' defined but not used [-Wunused-variable] > 1 | static const char *rcsid = "$Id$"; > | ^~~~~ >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c cii/src/mem.c -o cii/src/mem.o >cii/src/mem.c: In function 'Mem_free': >cii/src/mem.c:36:38: warning: unused parameter 'file' [-Wunused-parameter] > 36 | void Mem_free(void *ptr, const char *file , int line ) { > | ~~~~~~~~~~~~^~~~ >cii/src/mem.c:36:49: warning: unused parameter 'line' [-Wunused-parameter] > 36 | void Mem_free(void *ptr, const char *file , int line ) { > | ~~~~^~~~ >cii/src/mem.c: At top level: >cii/src/mem.c:1:13: warning: 'rcsid' defined but not used [-Wunused-variable] > 1 | static char rcsid[] = "$Id$"; > | ^~~~~ >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c main.c -o main.o >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c function.c -o function.o >main.c: In function 'set_stok_buf': >main.c:575:18: warning: operation on 'stok.buf' may be undefined [-Wsequence-point] > 575 | stok.buf = RESIZE(stok.buf, sizeof(char) * new_bufsize);; >main.c: In function 'replace_stok_buf': >main.c:585:21: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] > 585 | if (strlen(str) > stok.bufsize) { > | ^ >main.c: In function 'bind_func': >main.c:2214:19: warning: passing argument 2 of 'SET_SUBR' from incompatible pointer type [-Wincompatible-pointer-types] > 2214 | SET_SUBR(val, func); > | ^~~~ > | | > | int (*)(int) >main.c:2200:46: note: expected 'subr_t' {aka 'int (*)(int, int)'} but argument is of type 'int (*)(int)' > 2200 | static inline void SET_SUBR(int addr, subr_t x) > | ~~~~~~~^ >In file included from function.c:15: >eisl.h:610:8: error: unknown type name 'pthread_cond_t' > 610 | extern pthread_cond_t cond_gc; > | ^~~~~~~~~~~~~~ >eisl.h:611:8: error: unknown type name 'pthread_mutex_t' > 611 | extern pthread_mutex_t mutex; > | ^~~~~~~~~~~~~~~ >eisl.h:612:8: error: unknown type name 'pthread_mutex_t' > 612 | extern pthread_mutex_t mutex1; > | ^~~~~~~~~~~~~~~ >eisl.h:623:8: error: unknown type name 'pthread_cond_t' > 623 | extern pthread_cond_t cond_para[PARASIZE]; > | ^~~~~~~~~~~~~~ >eisl.h:624:8: error: unknown type name 'pthread_cond_t' > 624 | extern pthread_cond_t cond_main; > | ^~~~~~~~~~~~~~ >eisl.h:625:8: error: unknown type name 'pthread_cond_t' > 625 | extern pthread_cond_t cond_queue; > | ^~~~~~~~~~~~~~ >function.c: In function 'init_subr': >function.c:49:24: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 49 | def_subr("APPEND", f_append); > | ^~~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:50:23: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 50 | def_subr("APPLY", f_apply); > | ^~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:63:34: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 63 | def_subr("CALL-NEXT-METHOD", f_call_next_method); > | ^~~~~~~~~~~~~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:100:22: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 100 | def_subr("EVAL", f_eval); > | ^~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:116:25: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 116 | def_subr("FUNCALL", f_funcall); > | ^~~~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:141:22: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 141 | def_subr("LOAD", f_load); > | ^~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:143:26: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 143 | def_subr("MAP-INTO", f_map_into); > | ^~~~~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:144:22: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 144 | def_subr("MAPC", f_mapc); > | ^~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c:145:24: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 145 | def_subr("MAPCAR", f_mapcar); > | ^~~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >function.c: In function 'f_quit': >function.c:4393:12: warning: function declared 'noreturn' has a 'return' statement > 4393 | return (NIL); > | ^ >function.c: In function 'f_gbc': >function.c:4405:12: warning: unused variable 'addr' [-Wunused-variable] > 4405 | int n, addr; > | ^~~~ >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Icii/include -g -Wall -Wextra -D_POSIX_C_SOURCE=199506L -DNCURSES_WIDECHAR -I/usr/include/ncursesw -U_XOPEN_SOURCE -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Inana/src -DNDEBUG=1 -DWITHOUT_NANA=1 -std=c17 -DSHAREDIR=/usr/local/share/eisl -c extension.c -o extension.o >function.c: In function 'f_quit': >function.c:4393:12: warning: 'noreturn' function does return > 4393 | return (NIL); > | ^ >make: *** [makefile:141: function.o] Error 1 >make: *** Waiting for unfinished jobs.... >In file included from extension.c:17: >eisl.h:610:8: error: unknown type name 'pthread_cond_t' > 610 | extern pthread_cond_t cond_gc; > | ^~~~~~~~~~~~~~ >eisl.h:611:8: error: unknown type name 'pthread_mutex_t' > 611 | extern pthread_mutex_t mutex; > | ^~~~~~~~~~~~~~~ >eisl.h:612:8: error: unknown type name 'pthread_mutex_t' > 612 | extern pthread_mutex_t mutex1; > | ^~~~~~~~~~~~~~~ >eisl.h:623:8: error: unknown type name 'pthread_cond_t' > 623 | extern pthread_cond_t cond_para[PARASIZE]; > | ^~~~~~~~~~~~~~ >eisl.h:624:8: error: unknown type name 'pthread_cond_t' > 624 | extern pthread_cond_t cond_main; > | ^~~~~~~~~~~~~~ >eisl.h:625:8: error: unknown type name 'pthread_cond_t' > 625 | extern pthread_cond_t cond_queue; > | ^~~~~~~~~~~~~~ >extension.c: In function 'init_exsubr': >extension.c:31:31: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 31 | def_subr("MACROEXPAND-1", f_macroexpand_1); > | ^~~~~~~~~~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >extension.c:32:33: warning: passing argument 2 of 'def_subr' from incompatible pointer type [-Wincompatible-pointer-types] > 32 | def_subr("MACROEXPAND-ALL", f_macroexpand_all); > | ^~~~~~~~~~~~~~~~~ > | | > | int (*)(int, int) >eisl.h:1275:42: note: expected 'int (*)(int)' but argument is of type 'int (*)(int, int)' > 1275 | void def_subr(const char *symname, int (*func)(int)); > | ~~~~~~^~~~~~~~~~ >extension.c: In function 'debugger': >extension.c:607:37: warning: passing argument 1 of 'print' makes integer from pointer without a cast [-Wint-conversion] > 607 | print(dynamic[j][0]); > | ~~~~~~~~~~^~~ > | | > | int * >eisl.h:1303:16: note: expected 'int' but argument is of type 'int *' > 1303 | void print(int addr); > | ~~~~^~~~ >extension.c:609:37: warning: passing argument 1 of 'print' makes integer from pointer without a cast [-Wint-conversion] > 609 | print(dynamic[j][1]); > | ~~~~~~~~~~^~~ > | | > | int * >eisl.h:1303:16: note: expected 'int' but argument is of type 'int *' > 1303 | void print(int addr); > | ~~~~^~~~ >extension.c: In function 'f_get_myself': >extension.c:872:1: warning: control reaches end of non-void function [-Wreturn-type] > 872 | } > | ^ >make: *** [makefile:141: extension.o] Error 1 >In file included from main.c:41: >In function 'SET_CDR', > inlined from 'string_readc' at main.c:503:5: >eisl.h:335:9: warning: array subscript [0, 19999999] is outside array bounds of 'cell[20000000]' [-Warray-bounds=] > 335 | heap[addr].val.cdr.intnum = x; > | ~~~~^~~~~~ >main.c: In function 'string_readc': >main.c:129:6: note: while referencing 'heap' > 129 | cell heap[CELLSIZE]; > | ^~~~ >In function 'append_str', > inlined from 'print_str' at main.c:1554:2, > inlined from 'print_str' at main.c:1548:6: >eisl.h:499:5: warning: 'strncat' output may be truncated copying between 0 and 9999 bytes from a string of length 9999 [-Wstringop-truncation] > 499 | strncat(to, from, STRSIZE - strlen(to) - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function 'append_str', > inlined from 'print_class' at main.c:1673:2, > inlined from 'print_class' at main.c:1667:6: >eisl.h:499:5: warning: 'strncat' output may be truncated copying between 0 and 9999 bytes from a string of length 9999 [-Wstringop-truncation] > 499 | strncat(to, from, STRSIZE - strlen(to) - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function 'append_str', > inlined from 'print_stm' at main.c:1692:2: >eisl.h:499:5: warning: 'strncat' output may be truncated copying between 0 and 9999 bytes from a string of length 9999 [-Wstringop-truncation] > 499 | strncat(to, from, STRSIZE - strlen(to) - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function 'append_str', > inlined from 'output_char' at eisl.h:520:2, > inlined from 'output_char' at eisl.h:513:20, > inlined from 'print_list' at main.c:1497:6: >eisl.h:499:5: warning: 'strncat' output may be truncated copying between 0 and 9999 bytes from a string of length 9999 [-Wstringop-truncation] > 499 | strncat(to, from, STRSIZE - strlen(to) - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function 'append_str', > inlined from 'output_char' at eisl.h:520:2, > inlined from 'output_char' at eisl.h:513:20, > inlined from 'print_list' at main.c:1488:2: >eisl.h:499:5: warning: 'strncat' output may be truncated copying between 0 and 9999 bytes from a string of length 9999 [-Wstringop-truncation] > 499 | strncat(to, from, STRSIZE - strlen(to) - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function 'append_str', > inlined from 'output_char' at eisl.h:520:2, > inlined from 'output_char' at eisl.h:513:20, > inlined from 'print_vec' at main.c:1516:5: >eisl.h:499:5: warning: 'strncat' output may be truncated copying between 0 and 9999 bytes from a string of length 9999 [-Wstringop-truncation] > 499 | strncat(to, from, STRSIZE - strlen(to) - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function 'softtabs', > inlined from 'edit_loop' at edlis.c:1205:6: >edlis.c:2023:14: warning: 'i' may be used uninitialized [-Wmaybe-uninitialized] > 2023 | while (n > 0) { > | ~~^~~ >edlis.c: In function 'edit_loop': >edlis.c:678:9: note: 'i' was declared here > 678 | int i; > | ^ >main.c: In function 'main': >main.c:331:11: warning: variable 'script_arg' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] > 331 | char *script_arg; > | ^~~~~~~~~~ > * ERROR: dev-lang/eisl-3.40::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lang/eisl-3.40::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lang/eisl-3.40::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lang:eisl-3.40:20230816-195257.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/eisl-3.40/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lang/eisl-3.40/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lang/eisl-3.40/work/eisl-3.40' > * S: '/var/tmp/portage/dev-lang/eisl-3.40/work/eisl-3.40' >
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 912368
:
868008
| 868009 |
868010
|
868011
|
868012
|
868013
|
868014
|
868015