Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 893567 Details for
Bug 932295
games-engines/frotz compile error: unknown type name ‘ulong’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log with the compiler errors
build.log (text/x-log), 24.32 KB, created by
aleck
on 2024-05-20 10:39:24 UTC
(
hide
)
Description:
Build log with the compiler errors
Filename:
MIME Type:
Creator:
aleck
Created:
2024-05-20 10:39:24 UTC
Size:
24.32 KB
patch
obsolete
>[32m * [39;49;00mPackage: games-engines/frotz-2.54:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: games@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux ncurses sdl sound unicode >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking frotz-2.54.tar.bz2 to /var/tmp/portage/games-engines/frotz-2.54/work >>>> Source unpacked in /var/tmp/portage/games-engines/frotz-2.54/work >>>> Preparing source in /var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54 ... > [32m*[0m Applying frotz-2.53-uint32.patch ... >[A[247C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54 ... >make -j16 dumb ncurses sdl AR=x86_64-pc-linux-gnu-ar CC=x86_64-pc-linux-gnu-gcc PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config RANLIB=x86_64-pc-linux-gnu-ranlib CURSES=ncursesw USE_UTF8=yes SOUND_TYPE=ao PREFIX=/usr SYSCONFDIR=/etc >which: no wmake in (/usr/lib/portage/python3.11/ebuild-helpers/xattr:/usr/lib/portage/python3.11/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/17/bin:/opt/nvidia-cg-toolkit/bin:/etc/eselect/wine/bin:/opt/cuda/bin) >** Generating src/common/hash.h >** Generating src/common/defs.h >** Generating src/curses/ux_defines.h >make -C src/blorb >make[1]: Entering directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/blorb' >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I../common -fPIC -fpic -o blorblib.o -c blorblib.c >x86_64-pc-linux-gnu-ar rc blorblib.a blorblib.o >x86_64-pc-linux-gnu-ranlib blorblib.a >** Done with Blorb library. >make[1]: Leaving directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/blorb' >make -C src/dumb >make[1]: Entering directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/dumb' >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o dblorb.o -c dblorb.c >dblorb.c: In function âisblorbâ: >dblorb.c:149:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 149 | fread(mybuf, 1, 4, fp); > | ^~~~~~~~~~~~~~~~~~~~~~ >dblorb.c:154:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 154 | fread(mybuf, 1, 4, fp); > | ^~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o dinit.o -c dinit.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o dpic.o -c dpic.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o dinput.o -c dinput.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o doutput.o -c doutput.c >x86_64-pc-linux-gnu-ar rc frotz_dumb.a dblorb.o dinit.o dinput.o doutput.o dpic.o >x86_64-pc-linux-gnu-ranlib frotz_dumb.a >** Done with dumb interface. >make[1]: Leaving directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/dumb' >make -C src/curses >make[1]: Entering directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/curses' >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_audio_none.o -c ux_audio_none.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_audio_oss.o -c ux_audio_oss.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_blorb.o -c ux_blorb.c >ux_blorb.c: In function âisblorbâ: >ux_blorb.c:189:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 189 | fread(mybuf, 1, 4, fp); > | ^~~~~~~~~~~~~~~~~~~~~~ >ux_blorb.c:194:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 194 | fread(mybuf, 1, 4, fp); > | ^~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_text.o -c ux_text.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_screen.o -c ux_screen.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_pic.o -c ux_pic.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_init.o -c ux_init.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_audio.o -c ux_audio.c >ux_audio.c: In function âgetfiledataâ: >ux_audio.c:210:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 210 | fread(data, *size, sizeof(char), fp); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -pthread -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -D_XOPEN_SOURCE_EXTENDED -fPIC -fpic -o ux_input.o -c ux_input.c >ux_input.c: In function âos_read_lineâ: >ux_input.c:717:17: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 717 | if (scrpos >= width) > | ^~ >In file included from ux_input.c:39: >/usr/include/ncursesw/ncurses.h:1315:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 1315 | #define move(y,x) wmove(stdscr,(y),(x)) > | ^~~~~ >ux_input.c:719:25: note: in expansion of macro âmoveâ > 719 | move(y, x + scrpos); > | ^~~~ >x86_64-pc-linux-gnu-ar rc frotz_curses.a ux_audio.o ux_audio_none.o ux_audio_oss.o ux_blorb.o ux_init.o ux_input.o ux_pic.o ux_screen.o ux_text.o >x86_64-pc-linux-gnu-ranlib frotz_curses.a >** Done with curses interface. >make[1]: Leaving directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/curses' >make -C src/common >make[1]: Entering directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/common' >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o missing.o -c missing.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o getopt.o -c getopt.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o err.o -c err.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o buffer.o -c buffer.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o main.o -c main.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o hotkey.o -c hotkey.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o random.o -c random.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o math.o -c math.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o input.o -c input.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o redirect.o -c redirect.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o stream.o -c stream.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o sound.o -c sound.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o table.o -c table.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o files.o -c files.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o process.o -c process.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o object.o -c object.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o variable.o -c variable.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o fastmem.o -c fastmem.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o quetzal.o -c quetzal.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o screen.o -c screen.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -fPIC -fpic -o text.o -c text.c >x86_64-pc-linux-gnu-ar rc frotz_common.a buffer.o err.o fastmem.o files.o getopt.o hotkey.o input.o main.o math.o missing.o object.o process.o quetzal.o random.o redirect.o screen.o sound.o stream.o table.o text.o variable.o >x86_64-pc-linux-gnu-ranlib frotz_common.a >** Done with Frotz core. >make[1]: Leaving directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/common' >x86_64-pc-linux-gnu-gcc src/common/frotz_common.a src/dumb/frotz_dumb.a src/blorb/blorblib.a src/common/frotz_common.a -o dfrotz -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs >** Done building Frotz with dumb interface. >** Blorb support enabled >x86_64-pc-linux-gnu-gcc src/common/frotz_common.a src/curses/frotz_curses.a src/blorb/blorblib.a src/common/frotz_common.a -o frotz -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lncursesw -ltinfow -lao -lpthread -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate >** Done building Frotz with curses interface >** Audio support enabled (type ao) >** Blorb support enabled >make -C src/sdl >make[1]: Entering directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/sdl' >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_msg_en.o -c sf_msg_en.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_deffont.o -c sf_deffont.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_osfdlg.o -c sf_osfdlg.c >sf_osfdlg.c:50:8: error: unknown type name âulongâ > 50 | static ulong *sbuffer = NULL; > | ^~~~~ >sf_osfdlg.c:95:9: error: unknown type name âulongâ > 95 | ulong back; > | ^~~~~ >sf_osfdlg.c: In function âframe_upframeâ: >sf_osfdlg.c:121:9: error: unknown type name âulongâ; did you mean âzlongâ? > 121 | ulong v = O_WHITE; > | ^~~~~ > | zlong >sf_osfdlg.c: In function âframe_downframeâ: >sf_osfdlg.c:140:9: error: unknown type name âulongâ; did you mean âzlongâ? > 140 | ulong v = O_BLACK; > | ^~~~~ > | zlong >sf_osfdlg.c: At top level: >sf_osfdlg.c:222:23: error: unknown type name âulongâ; did you mean âzlongâ? > 222 | STATIC void writetext(ulong color, const char *s, int x, int y, int w, > | ^~~~~ > | zlong >sf_osfdlg.c: In function âaddbuttonâ: >sf_osfdlg.c:268:17: warning: implicit declaration of function âwritetextâ [-Wimplicit-function-declaration] > 268 | writetext(0, text, x, y, w, 1); > | ^~~~~~~~~ >sf_osfdlg.c: At top level: >sf_osfdlg.c:368:52: error: unknown type name âulongâ; did you mean âzlongâ? > 368 | const char *tit, char **res, ulong * sbuf, int sbp, > | ^~~~~ > | zlong >sf_osfdlg.c: In function âsf_setdialogâ: >sf_osfdlg.c:541:23: error: âmyosdialogâ undeclared (first use in this function); did you mean âsf_osdialogâ? > 541 | sf_osdialog = myosdialog; > | ^~~~~~~~~~ > | sf_osdialog >sf_osfdlg.c:541:23: note: each undeclared identifier is reported only once for each function it appears in >sf_osfdlg.c: At top level: >sf_osfdlg.c:762:8: error: unknown type name âulongâ > 762 | static ulong bcolors[4] = { 0xfcfcfc, 0, 0xa0a0a0, 0xa0d0e0 }; > | ^~~~~ >sf_osfdlg.c:1004:26: error: unknown type name âulongâ; did you mean âzlongâ? > 1004 | extern void sf_videodata(ulong ** sb, int *sp, int *ew, int *eh); > | ^~~~~ > | zlong >sf_osfdlg.c: In function âsf_yesnooverlayâ: >sf_osfdlg.c:1009:9: error: unknown type name âulongâ; did you mean âzlongâ? > 1009 | ulong *saved = NULL; > | ^~~~~ > | zlong >sf_osfdlg.c:1019:23: warning: pointer targets in assignment from âuint32_t *â {aka âunsigned int *â} to âint *â differ in signedness [-Wpointer-sign] > 1019 | saved = > | ^ >sf_osfdlg.c:1030:17: warning: implicit declaration of function âsf_videodataâ [-Wimplicit-function-declaration] > 1030 | sf_videodata(&sbuffer, &sbpitch, &ewidth, &eheight); > | ^~~~~~~~~~~~ >sf_osfdlg.c:1054:39: warning: pointer targets in passing argument 1 of âsf_restoreareaandfreeâ differ in signedness [-Wpointer-sign] > 1054 | sf_restoreareaandfree(saved); > | ^~~~~ > | | > | int * >In file included from sf_osfdlg.c:22: >sf_frotz.h:238:39: note: expected âuint32_t *â {aka âunsigned int *â} but argument is of type âint *â > 238 | void sf_restoreareaandfree(uint32_t * s); > | ~~~~~~~~~~~^ >sf_osfdlg.c: At top level: >sf_osfdlg.c:1083:14: warning: âZentryâ defined but not used [-Wunused-function] > 1083 | STATIC zword Zentry(int x, int y) > | ^~~~~~ >sf_osfdlg.c:1063:14: warning: âyesnooverâ defined but not used [-Wunused-function] > 1063 | STATIC zword yesnoover(int xc, int yc) > | ^~~~~~~~~ >sf_osfdlg.c:973:14: warning: âZselectâ defined but not used [-Wunused-function] > 973 | STATIC zword Zselect(int x, int y) > | ^~~~~~~ >sf_osfdlg.c:953:13: warning: âgoleftâ defined but not used [-Wunused-function] > 953 | STATIC void goleft() > | ^~~~~~ >sf_osfdlg.c:944:13: warning: âgorightâ defined but not used [-Wunused-function] > 944 | STATIC void goright() > | ^~~~~~~ >sf_osfdlg.c:320:14: warning: âZupâ defined but not used [-Wunused-function] > 320 | STATIC zword Zup(int x, int y) > | ^~~ >sf_osfdlg.c:273:19: warning: âA_filterâ defined but not used [-Wunused-variable] > 273 | static int A_dir, A_filter, A_entry, A_list; > | ^~~~~~~~ >sf_osfdlg.c:272:24: warning: âB_cancelâ defined but not used [-Wunused-variable] > 272 | static int B_up, B_ok, B_cancel; > | ^~~~~~~~ >sf_osfdlg.c:272:18: warning: âB_okâ defined but not used [-Wunused-variable] > 272 | static int B_up, B_ok, B_cancel; > | ^~~~ >sf_osfdlg.c:272:12: warning: âB_upâ defined but not used [-Wunused-variable] > 272 | static int B_up, B_ok, B_cancel; > | ^~~~ >sf_osfdlg.c:181:12: warning: âutf8_to_zcharâ defined but not used [-Wunused-function] > 181 | STATIC int utf8_to_zchar(zchar * out, const char *in, int idx) > | ^~~~~~~~~~~~~ >sf_osfdlg.c:53:42: warning: âhdlgâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^~~~ >sf_osfdlg.c:53:36: warning: âwdlgâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^~~~ >sf_osfdlg.c:53:30: warning: âydlgâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^~~~ >sf_osfdlg.c:53:24: warning: âxdlgâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^~~~ >sf_osfdlg.c:53:21: warning: âHâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^ >sf_osfdlg.c:53:18: warning: âWâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^ >sf_osfdlg.c:53:15: warning: âYâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^ >sf_osfdlg.c:53:12: warning: âXâ defined but not used [-Wunused-variable] > 53 | static int X, Y, W, H, xdlg, ydlg, wdlg, hdlg; > | ^ >make[1]: *** [Makefile:40: sf_osfdlg.o] Error 1 >make[1]: *** Waiting for unfinished jobs.... >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_font3.o -c sf_font3.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_ftype.o -c sf_ftype.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_fonts.o -c sf_fonts.c >sf_fonts.c: In function âsBDXloadâ: >sf_fonts.c:97:17: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 97 | fgets(s, 1024, f); > | ^~~~~~~~~~~~~~~~~ >sf_fonts.c:116:17: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 116 | fgets(s, 1024, f); > | ^~~~~~~~~~~~~~~~~ >sf_fonts.c:137:17: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 137 | fgets(s, 1024, f); > | ^~~~~~~~~~~~~~~~~ >sf_fonts.c:153:17: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 153 | fgets(s, 1024, f); > | ^~~~~~~~~~~~~~~~~ >sf_fonts.c:227:25: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 227 | fgets(s, 1024, f); > | ^~~~~~~~~~~~~~~~~ >sf_fonts.c:264:41: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 264 | fgets(s, 1024, f); > | ^~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_sig.o -c sf_sig.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_util.o -c sf_util.c >sf_util.c: In function âsf_InitProfileâ: >sf_util.c:878:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 878 | fread(rc, 1, size, f); > | ^~~~~~~~~~~~~~~~~~~~~ >sf_util.c: In function âsf_pkreadâ: >sf_util.c:1084:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 1084 | fread(hd, 1, 30, f); > | ^~~~~~~~~~~~~~~~~~~ >sf_util.c:1104:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 1104 | fread(cdata, 1, csize, f); > | ^~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_resource.o -c sf_resource.c >sf_resource.c: In function âload_local_resourcesâ: >sf_resource.c:1064:17: warning: ignoring return value of âfgetsâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 1064 | fgets(s, 254, f); > | ^~~~~~~~~~~~~~~~ >sf_resource.c: In function âloadlocalâ: >sf_resource.c:909:9: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 909 | fread(hd, 1, 4, f); > | ^~~~~~~~~~~~~~~~~~ >sf_resource.c:940:25: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result] > 940 | fread(ptr, 1, size, f); > | ^~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wall -std=c99 -O3 -g -D_POSIX_C_SOURCE=200809L -I/usr/include/libpng16 -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -fPIC -fpic -o sf_video.o -c sf_video.c >make[1]: Leaving directory '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54/src/sdl' >make: *** [Makefile:459: src/sdl/frotz_sdl.a] Error 2 > [31;01m*[0m ERROR: games-engines/frotz-2.54::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=games-engines/frotz-2.54::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=games-engines/frotz-2.54::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/games-engines/frotz-2.54/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/games-engines/frotz-2.54/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54' > [31;01m*[0m S: '/var/tmp/portage/games-engines/frotz-2.54/work/frotz-2.54'
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 932295
: 893567 |
893568