cd fortune && /usr/bin/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 && /usr/bin/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"); ^ gcc -fsigned-char -s -o rot rot.o fortune.c: In function 'matches_in_list': fortune.c:1539:2: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] while (fgets(sp, Fort_len, fp->inf) != NULL) ^ In file included from fortune.c:136:0: /usr/include/stdio.h:94:7: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' char *fgets(char *__restrict, int, FILE *__restrict); ^ fortune.c:1541:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] sp += strlen(sp); ^ In file included from fortune.c:139:0: /usr/include/string.h:52:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen (const char *); ^ fortune.c:1549:7: warning: pointer targets in passing argument 2 of 'recode_string' differ in signedness [-Wpointer-sign] output = recode_string (request, Fortbuf); ^ In file included from fortune.c:143:0: /usr/include/recode.h:88:7: note: expected 'const char *' but argument is of type 'unsigned char *' char *recode_string PARAMS ((RECODE_CONST_REQUEST, const char *)); ^ fortune.c:1551:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] output = Fortbuf; ^ fortune.c:1557:28: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] for (p = output; (ch = *p); ++p) ^ fortune.c: In function 'display': fortune.c:1616:5: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] for (Fort_len = 0; fgets(line, sizeof line, fp->inf) != NULL && ^ In file included from fortune.c:136:0: /usr/include/stdio.h:94:7: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' char *fgets(char *__restrict, int, FILE *__restrict); ^ fortune.c:1621:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] for (p = line; (ch = *p); ++p) ^ fortune.c:1631:6: warning: pointer targets in passing argument 2 of 'recode_string' differ in signedness [-Wpointer-sign] output = recode_string (request, line); ^ In file included from fortune.c:143:0: /usr/include/recode.h:88:7: note: expected 'const char *' but argument is of type 'unsigned char *' char *recode_string PARAMS ((RECODE_CONST_REQUEST, const char *)); ^ fortune.c:1636:6: warning: pointer targets in passing argument 1 of 'fputs' differ in signedness [-Wpointer-sign] fputs(line, stdout); ^ In file included from fortune.c:136: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); ^ fortune.c: In function 'fortlen': fortune.c:1661:2: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] while (fgets(line, sizeof line, Fortfile->inf) != NULL && ^ In file included from fortune.c:136:0: /usr/include/stdio.h:94:7: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' char *fgets(char *__restrict, int, FILE *__restrict); ^ fortune.c:1663:6: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] nchar += strlen(line); ^ In file included from fortune.c:139:0: /usr/include/string.h:52:8: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen (const char *); ^ 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 datfiles && /usr/bin/make COOKIEDIR=/usr/share/games/fortunes \ OCOOKIEDIR=/usr/share/games/fortunes/off WCOOKIEDIR=/usr/share/games/fortunes/html \ OFFENSIVE=1 WEB=0 make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' rm -f *.dat if [ 1 = 1 ] ; then \ cd off && /usr/bin/make OCOOKIEDIR=/usr/share/games/fortunes/off ; fi if [ 0 = 1 ] ; then \ cd html && /usr/bin/make WCOOKIEDIR=/usr/share/games/fortunes/html; fi for i in art ascii-art computers cookie definitions drugs education ethnic food fortunes goedel humorists kids law linuxcookie literature love magic medicine men-women miscellaneous news people pets platitudes politics riddles science songs-poems sports startrek translate-me wisdom work linux perl knghtbrd paradoxum zippy debian ; \ do \ if [ ! -f $i.old ] ; then \ cp $i $i.old; \ fi; \ recode latin1..u8 $i ; \ ../util/strfile $i ; \ ln -s $i $i.u8 || exit ; \ done make[2]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' for i in drugs misandry privates sex astrology ethnic miscellaneous racism songs-poems black-humor hphobia misogyny religion vulgarity definitions limerick politics riddles zippy cookie fortunes linux art atheism debian ; \ do ../../util/rot < unrotated/$i > $i || exit $? ; ln -s $i $i.u8; done art failed: System detected problem in step `ISO-8859-1..UTF-8'"art.dat" created There were 460 strings Longest string: 1553 bytes Shortest string: 16 bytes ascii-art failed: System detected problem in step `ISO-8859-1..UTF-8'"ascii-art.dat" created There were 10 strings Longest string: 1103 bytes Shortest string: 106 bytes computers failed: System detected problem in step `ISO-8859-1..UTF-8'"computers.dat" created There were 1026 strings Longest string: 1779 bytes Shortest string: 1 byte cookie failed: System detected problem in step `ISO-8859-1..UTF-8'"cookie.dat" created There were 1138 strings Longest string: 1790 bytes Shortest string: 9 bytes touch rotated-stamp rm -f *.dat for i in drugs misandry privates sex astrology ethnic miscellaneous racism songs-poems black-humor hphobia misogyny religion vulgarity definitions limerick politics riddles zippy cookie fortunes linux art atheism debian ; do ../../util/strfile -x $i || exit $? ; done "drugs.dat" created There were 73 strings Longest string: 1408 bytes Shortest string: 29 bytes "misandry.dat" created There were 23 strings Longest string: 772 bytes Shortest string: 26 bytes "privates.dat" created There were 131 strings Longest string: 1506 bytes Shortest string: 13 bytes "sex.dat" created There were 809 strings Longest string: 1524 bytes Shortest string: 10 bytes "astrology.dat" created There were 42 strings Longest string: 961 bytes Shortest string: 37 bytes "ethnic.dat" created There were 127 strings Longest string: 1660 bytes Shortest string: 39 bytes "miscellaneous.dat" created There were 65 strings Longest string: 1339 bytes Shortest string: 23 bytes "racism.dat" created There were 4 strings Longest string: 162 bytes Shortest string: 148 bytes "songs-poems.dat" created There were 206 strings Longest string: 1706 bytes Shortest string: 50 bytes "black-humor.dat" created There were 270 strings Longest string: 1758 bytes Shortest string: 24 bytes definitions failed: System detected problem in step `ISO-8859-1..UTF-8'"hphobia.dat" created There were 40 strings Longest string: 1401 bytes Shortest string: 40 bytes "misogyny.dat" created There were 60 strings Longest string: 1225 bytes Shortest string: 39 bytes "religion.dat" created There were 229 strings Longest string: 1655 bytes Shortest string: 17 bytes "definitions.dat" created There were 1187 strings Longest string: 2146 bytes Shortest string: 10 bytes "vulgarity.dat" created There were 194 strings Longest string: 1444 bytes Shortest string: 12 bytes "definitions.dat" created There were 332 strings Longest string: 1066 bytes Shortest string: 10 bytes "limerick.dat" created There were 1000 strings Longest string: 873 bytes Shortest string: 66 bytes "politics.dat" created There were 349 strings Longest string: 2065 bytes Shortest string: 22 bytes "riddles.dat" created There were 269 strings Longest string: 667 bytes Shortest string: 40 bytes "zippy.dat" created There were 548 strings Longest string: 486 bytes Shortest string: 5 bytes "cookie.dat" created There was 1 string Longest string: 14 bytes Shortest string: 14 bytes "fortunes.dat" created There were 2 strings Longest string: 65 bytes Shortest string: 32 bytes "linux.dat" created There were 7 strings Longest string: 468 bytes Shortest string: 104 bytes "art.dat" created There was 1 string Longest string: 91 bytes Shortest string: 91 bytes "atheism.dat" created There were 2166 strings Longest string: 2377 bytes Shortest string: 18 bytes "debian.dat" created There were 5 strings Longest string: 330 bytes Shortest string: 90 bytes touch ocookies-stamp make[2]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' drugs failed: System detected problem in step `ISO-8859-1..UTF-8'"drugs.dat" created There were 208 strings Longest string: 1341 bytes Shortest string: 23 bytes education failed: System detected problem in step `ISO-8859-1..UTF-8'"education.dat" created There were 203 strings Longest string: 1323 bytes Shortest string: 21 bytes ethnic failed: System detected problem in step `ISO-8859-1..UTF-8'"ethnic.dat" created There were 162 strings Longest string: 1322 bytes Shortest string: 21 bytes food failed: System detected problem in step `ISO-8859-1..UTF-8'"food.dat" created There were 198 strings Longest string: 1054 bytes Shortest string: 22 bytes fortunes failed: System detected problem in step `ISO-8859-1..UTF-8'"fortunes.dat" created There were 431 strings Longest string: 187 bytes Shortest string: 15 bytes goedel failed: System detected problem in step `ISO-8859-1..UTF-8'"goedel.dat" created There were 54 strings Longest string: 999 bytes Shortest string: 6 bytes humorists failed: System detected problem in step `ISO-8859-1..UTF-8'"humorists.dat" created There were 197 strings Longest string: 1336 bytes Shortest string: 24 bytes kids failed: System detected problem in step `ISO-8859-1..UTF-8'"kids.dat" created There were 150 strings Longest string: 1487 bytes Shortest string: 28 bytes law failed: System detected problem in step `ISO-8859-1..UTF-8'"law.dat" created There were 201 strings Longest string: 1690 bytes Shortest string: 43 bytes linuxcookie failed: System detected problem in step `ISO-8859-1..UTF-8'"linuxcookie.dat" created There were 104 strings Longest string: 1158 bytes Shortest string: 37 bytes literature failed: System detected problem in step `ISO-8859-1..UTF-8'"literature.dat" created There were 261 strings Longest string: 2436 bytes Shortest string: 26 bytes love failed: System detected problem in step `ISO-8859-1..UTF-8'"love.dat" created There were 150 strings Longest string: 843 bytes Shortest string: 26 bytes magic failed: System detected problem in step `ISO-8859-1..UTF-8'"magic.dat" created There were 30 strings Longest string: 1216 bytes Shortest string: 47 bytes gcc -s -o fortune fortune.o -lrecode medicine failed: System detected problem in step `ISO-8859-1..UTF-8'"medicine.dat" created There were 74 strings Longest string: 1144 bytes Shortest string: 22 bytes make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' men-women failed: System detected problem in step `ISO-8859-1..UTF-8'"men-women.dat" created There were 582 strings Longest string: 1487 bytes Shortest string: 28 bytes miscellaneous failed: System detected problem in step `ISO-8859-1..UTF-8'"miscellaneous.dat" created There were 649 strings Longest string: 997 bytes Shortest string: 5 bytes news failed: System detected problem in step `ISO-8859-1..UTF-8'"news.dat" created There were 53 strings Longest string: 983 bytes Shortest string: 49 bytes people failed: System detected problem in step `ISO-8859-1..UTF-8'"people.dat" created There were 1243 strings Longest string: 1208 bytes Shortest string: 23 bytes pets failed: System detected problem in step `ISO-8859-1..UTF-8'"pets.dat" created There were 51 strings Longest string: 826 bytes Shortest string: 15 bytes platitudes failed: System detected problem in step `ISO-8859-1..UTF-8'"platitudes.dat" created There were 500 strings Longest string: 694 bytes Shortest string: 3 bytes politics failed: System detected problem in step `ISO-8859-1..UTF-8'"politics.dat" created There were 700 strings Longest string: 1720 bytes Shortest string: 10 bytes riddles failed: System detected problem in step `ISO-8859-1..UTF-8'"riddles.dat" created There were 132 strings Longest string: 2034 bytes Shortest string: 36 bytes science failed: System detected problem in step `ISO-8859-1..UTF-8'"science.dat" created There were 624 strings Longest string: 1532 bytes Shortest string: 14 bytes songs-poems failed: System detected problem in step `ISO-8859-1..UTF-8'"songs-poems.dat" created There were 720 strings Longest string: 1653 bytes Shortest string: 29 bytes sports failed: System detected problem in step `ISO-8859-1..UTF-8'"sports.dat" created There were 147 strings Longest string: 1525 bytes Shortest string: 5 bytes startrek failed: System detected problem in step `ISO-8859-1..UTF-8'"startrek.dat" created There were 227 strings Longest string: 1024 bytes Shortest string: 17 bytes translate-me failed: System detected problem in step `ISO-8859-1..UTF-8'"translate-me.dat" created There were 12 strings Longest string: 1186 bytes Shortest string: 19 bytes wisdom failed: System detected problem in step `ISO-8859-1..UTF-8'"wisdom.dat" created There were 420 strings Longest string: 1819 bytes Shortest string: 17 bytes work failed: System detected problem in step `ISO-8859-1..UTF-8'"work.dat" created There were 630 strings Longest string: 1446 bytes Shortest string: 15 bytes linux failed: System detected problem in step `ISO-8859-1..UTF-8'"linux.dat" created There were 393 strings Longest string: 1176 bytes Shortest string: 38 bytes perl failed: System detected problem in step `ISO-8859-1..UTF-8'"perl.dat" created There were 273 strings Longest string: 412 bytes Shortest string: 60 bytes knghtbrd failed: System detected problem in step `ISO-8859-1..UTF-8'"knghtbrd.dat" created There were 554 strings Longest string: 870 bytes Shortest string: 19 bytes paradoxum failed: System detected problem in step `ISO-8859-1..UTF-8'"paradoxum.dat" created There were 72 strings Longest string: 688 bytes Shortest string: 22 bytes zippy failed: System detected problem in step `ISO-8859-1..UTF-8'"zippy.dat" created There were 548 strings Longest string: 486 bytes Shortest string: 5 bytes debian failed: System detected problem in step `ISO-8859-1..UTF-8'"debian.dat" created There were 16 strings Longest string: 546 bytes Shortest string: 1 byte touch cookies-stamp make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' cd fortune && /usr/bin/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' make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' install -m 0755 -d /usr/games install -m 0755 fortune/fortune /usr/games cd util && /usr/bin/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/util' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/util' install -m 0755 -d /usr/bin install -m 0755 util/strfile /usr/bin install -m 0755 util/unstr /usr/bin Building fortune/fortune.man ... done. install -m 0755 -d /usr/share/man/man6 install -m 0644 fortune/fortune.man /usr/share/man/man6/fortune.6 install -m 0755 -d /usr/share/man/man1 install -m 0644 util/strfile.man /usr/share/man/man1/strfile.1 rm -f /usr/share/man/man1/unstr.1 (cd /usr/share/man/man1 && ln -sf strfile.1.gz /usr/share/man/man1/unstr.1.gz) cd datfiles && /usr/bin/make COOKIEDIR=/usr/share/games/fortunes \ OCOOKIEDIR=/usr/share/games/fortunes/off WCOOKIEDIR=/usr/share/games/fortunes/html \ OFFENSIVE=1 WEB=0 make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' if [ 1 = 1 ] ; then \ cd off && /usr/bin/make OCOOKIEDIR=/usr/share/games/fortunes/off ; fi make[2]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' if [ 0 = 1 ] ; then \ cd html && /usr/bin/make WCOOKIEDIR=/usr/share/games/fortunes/html; fi make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' cd datfiles && /usr/bin/make COOKIEDIR=/usr/share/games/fortunes \ OCOOKIEDIR=/usr/share/games/fortunes/off WCOOKIEDIR=/usr/share/games/fortunes/html \ OFFENSIVE=1 WEB=0 install make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' install -m 0755 -d /usr/share/games/fortunes if [ 1 = 1 ] ; then cd off && /usr/bin/make install ; fi make[2]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' install -m 0755 -d /usr/share/games/fortunes/off for i in drugs misandry privates sex astrology ethnic miscellaneous racism songs-poems black-humor hphobia misogyny religion vulgarity definitions limerick politics riddles zippy cookie fortunes linux art atheism debian ; \ do install -m 0644 $i $i.dat /usr/share/games/fortunes/off || exit $? ; \ cp -d $i.u8 /usr/share/games/fortunes/off ; \ done make[2]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' if [ 0 = 1 ] ; then cd html && /usr/bin/make install ; fi for i in art ascii-art computers cookie definitions drugs education ethnic food fortunes goedel humorists kids law linuxcookie literature love magic medicine men-women miscellaneous news people pets platitudes politics riddles science songs-poems sports startrek translate-me wisdom work linux perl knghtbrd paradoxum zippy debian ; do \ install -m 0644 $i $i.dat /usr/share/games/fortunes || exit cookies-stamp ; \ cp -d $i.u8 /usr/share/games/fortunes ; \ done make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' cd fortune && /usr/bin/make CC='gcc' \ CFLAGS='-O2 -DFORTDIR="\"/tmp/tmp.hLpPMM/usr/share/games/fortunes\"" -DOFFDIR="\"/tmp/tmp.hLpPMM/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/tmp/tmp.hLpPMM/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/tmp/tmp.hLpPMM/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' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/fortune' install -m 0755 -d /tmp/tmp.hLpPMM/usr/games install -m 0755 fortune/fortune /tmp/tmp.hLpPMM/usr/games cd util && /usr/bin/make CC='gcc' CFLAGS='-O2 -DFORTDIR="\"/tmp/tmp.hLpPMM/usr/share/games/fortunes\"" -DOFFDIR="\"/tmp/tmp.hLpPMM/usr/share/games/fortunes/off\"" -DLOCFORTDIR="\"/tmp/tmp.hLpPMM/usr/local/share/games/fortunes\"" -DLOCOFFDIR="\"/tmp/tmp.hLpPMM/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/util' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/util' install -m 0755 -d /tmp/tmp.hLpPMM/usr/bin install -m 0755 util/strfile /tmp/tmp.hLpPMM/usr/bin install -m 0755 util/unstr /tmp/tmp.hLpPMM/usr/bin install -m 0755 -d /tmp/tmp.hLpPMM/usr/share/man/man6 install -m 0644 fortune/fortune.man /tmp/tmp.hLpPMM/usr/share/man/man6/fortune.6 install -m 0755 -d /tmp/tmp.hLpPMM/usr/share/man/man1 install -m 0644 util/strfile.man /tmp/tmp.hLpPMM/usr/share/man/man1/strfile.1 rm -f /tmp/tmp.hLpPMM/usr/share/man/man1/unstr.1 (cd /tmp/tmp.hLpPMM/usr/share/man/man1 && ln -sf strfile.1.gz /tmp/tmp.hLpPMM/usr/share/man/man1/unstr.1.gz) cd datfiles && /usr/bin/make COOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes \ OCOOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes/off WCOOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes/html \ OFFENSIVE=1 WEB=0 make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' if [ 1 = 1 ] ; then \ cd off && /usr/bin/make OCOOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes/off ; fi make[2]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' if [ 0 = 1 ] ; then \ cd html && /usr/bin/make WCOOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes/html; fi make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' cd datfiles && /usr/bin/make COOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes \ OCOOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes/off WCOOKIEDIR=/tmp/tmp.hLpPMM/usr/share/games/fortunes/html \ OFFENSIVE=1 WEB=0 install make[1]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles' install -m 0755 -d /tmp/tmp.hLpPMM/usr/share/games/fortunes if [ 1 = 1 ] ; then cd off && /usr/bin/make install ; fi make[2]: Entering directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' install -m 0755 -d /tmp/tmp.hLpPMM/usr/share/games/fortunes/off for i in drugs misandry privates sex astrology ethnic miscellaneous racism songs-poems black-humor hphobia misogyny religion vulgarity definitions limerick politics riddles zippy cookie fortunes linux art atheism debian ; \ do install -m 0644 $i $i.dat /tmp/tmp.hLpPMM/usr/share/games/fortunes/off || exit $? ; \ cp -d $i.u8 /tmp/tmp.hLpPMM/usr/share/games/fortunes/off ; \ done make[2]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles/off' if [ 0 = 1 ] ; then cd html && /usr/bin/make install ; fi for i in art ascii-art computers cookie definitions drugs education ethnic food fortunes goedel humorists kids law linuxcookie literature love magic medicine men-women miscellaneous news people pets platitudes politics riddles science songs-poems sports startrek translate-me wisdom work linux perl knghtbrd paradoxum zippy debian ; do \ install -m 0644 $i $i.dat /tmp/tmp.hLpPMM/usr/share/games/fortunes || exit cookies-stamp ; \ cp -d $i.u8 /tmp/tmp.hLpPMM/usr/share/games/fortunes ; \ done make[1]: Leaving directory `/isthmus/tmp/fortune-mod-1.99.1/datfiles'