make[1]: Entering directory '/build/reproducible-path/phalanx-25' makefile:45: update target '.o/easy.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c easy.c -o .o/easy.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
makefile:45: update target '.o/learn.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c learn.c -o .o/learn.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
makefile:45: update target '.o/endgame.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c endgame.c -o .o/endgame.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
makefile:45: update target '.o/killers.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c killers.c -o .o/killers.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
makefile:45: update target '.o/book.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c book.c -o .o/book.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
makefile:45: update target '.o/levels.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c levels.c -o .o/levels.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
makefile:45: update target '.o/static.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c static.c -o .o/static.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
makefile:45: update target '.o/hash.o' due to: target does not existDIR=\"/usr/share/phalanx\" -DSBOOK_DIR=\"/usr/share/phalanx\" -DLEARN_DIR=\"/var/games\" -DLEARN_FILE=\"phalanx.learn\" -c hash.c -o .o/hash.o
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/phalanx-25=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DGNUFUN -DPBOOK_
book.c: In function ‘myfread’:
book.c:29:35: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
29 | { for( j=0; j!=ISI; j++ ) fread( (char*)ptr+i+j, 1, 1, stream ); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
book.c:30:35: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
30 | for( j=0; i+j<size; j++ ) fread( (char*)ptr+i+j, 1, 1, stream );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
book.c: In function ‘linSB’:
book.c:99:22: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
99 | if(!feof(f)) fgets(s,80,f); /* skip to the first \n */
| ^~~~~~~~~~~~~
book.c:103:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
103 | fgets(s,100,f);
| ^~~~~~~~~~~~~~
book.c: In function ‘binSB’:
book.c:123:22: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
123 | if(!feof(f)) fgets(s,80,f); /* skip to the first \n */
| ^~~~~~~~~~~~~
book.c:125:22: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
125 | if(!feof(f)) fgets(s,100,f);
| ^~~~~~~~~~~~~~
book.c: In function ‘bk’:
book.c:474:19: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
474 | fgets(t,126,Eco);
| ^~~~~~~~~~~~~~~~
Assembler messages:
Fatal error: can't create .o/learn.o: No such file or directory
make[1]: *** [makefile:45: .o/learn.o] Error 1 shuffle=reverse
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 491 |
Nodes: | 16 (2 / 14) |
Uptime: | 105:42:04 |
Calls: | 9,684 |
Calls today: | 5 |
Files: | 13,725 |
Messages: | 6,175,300 |
Posted today: | 1 |