cd fortune && make CC='gcc' \ CFLAGS='-O2 -DFORTDIR="\"/usr/share/games/fortunes\"" -DOFFDIR="\"/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char -DHAVE_REGEX_H -DPOSIX_REGEX -DHAVE_STDBOOL -I../util' \ LDFLAGS='-s' LIBS=' -lrecode' cd util && make CC='gcc' CFLAGS='-O2 -DFORTDIR="\"/usr/share/games/fortunes\"" -DOFFDIR="\"/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char' \ LDFLAGS='-s' make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' gcc -O2 -DFORTDIR="\"/usr/share/games/fortunes\"" -DOFFDIR="\"/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char -DHAVE_REGEX_H -DPOSIX_REGEX -DHAVE_STDBOOL -I../util -c -o fortune.o fortune.c make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/util' gcc -O2 -DFORTDIR="\"/usr/share/games/fortunes\"" -DOFFDIR="\"/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char -c -o strfile.o strfile.c gcc -O2 -DFORTDIR="\"/usr/share/games/fortunes\"" -DOFFDIR="\"/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char -c -o unstr.o unstr.c gcc -O2 -DFORTDIR="\"/usr/share/games/fortunes\"" -DOFFDIR="\"/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char -c -o rot.o rot.c rot.c: In function 'main': rot.c:23:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^ rot.c:23:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] unstr.c: In function 'getargs': unstr.c:134:8: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^ unstr.c:134:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] unstr.c:164:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ unstr.c:169:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ unstr.c: In function 'order_unstr': unstr.c:189:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] sp = fgets(buf, sizeof buf, Inf); ^ unstr.c:199:3: warning: pointer targets in passing argument 1 of 'fputs' differ in signedness [-Wpointer-sign] fputs(sp, Outf); ^ In file included from unstr.c:95:0: /usr/include/stdio.h:99:5: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *' int fputs(const char *__restrict, FILE *__restrict); ^ unstr.c: In function 'main': unstr.c:213:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ unstr.c:218:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ unstr.c:225:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ unstr.c:236:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ unstr.c:246:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(0); ^ strfile.c: In function 'main': strfile.c:450:5: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] sp = fgets(string, 256, inf); ^ strfile.c:454:6: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] length = pos - last_off - (sp ? strlen(sp) : 0); ^ In file included from strfile.c:81:0: /usr/include/string.h:52:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen (const char *); ^ strfile.c:477:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] for (nsp = sp; !isalnum(*nsp); nsp++) ^ strfile.c:517:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t' [-Wformat=] Tbl.str_longlen == 1 ? "" : "s"); ^ strfile.c:519:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uint32_t' [-Wformat=] Tbl.str_shortlen == 1 ? "" : "s"); ^ fortune.c:143:21: fatal error: recode.h: No such file or directory #include ^ compilation terminated. make[1]: *** [fortune.o] Error 1 make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' make: *** [fortune-bin] Error 2 make: *** Waiting for unfinished jobs.... gcc -fsigned-char -s -o rot rot.o gcc -s -o unstr unstr.o gcc -s -o strfile strfile.o make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/util' cd fortune && make CC='gcc' \ CFLAGS='-O2 -DFORTDIR="\"/tmp/tmp.LpoOiI/usr/share/games/fortunes\"" -DOFFDIR="\"/tmp/tmp.LpoOiI/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/tmp/tmp.LpoOiI/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/tmp/tmp.LpoOiI/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char -DHAVE_REGEX_H -DPOSIX_REGEX -DHAVE_STDBOOL -I../util' \ LDFLAGS='-s' LIBS=' -lrecode' make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' gcc -O2 -DFORTDIR="\"/tmp/tmp.LpoOiI/usr/share/games/fortunes\"" -DOFFDIR="\"/tmp/tmp.LpoOiI/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/tmp/tmp.LpoOiI/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/tmp/tmp.LpoOiI/usr/local/share/games/fortunes/off\"" -Wall -fomit-frame-pointer -pipe -fsigned-char -DHAVE_REGEX_H -DPOSIX_REGEX -DHAVE_STDBOOL -I../util -c -o fortune.o fortune.c fortune.c:143:21: fatal error: recode.h: No such file or directory #include ^ compilation terminated. make[1]: *** [fortune.o] Error 1 make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' make: *** [fortune-bin] Error 2