>>> Building on exopi-2 under plan9/tcs DIST = [plan9/tcs:tcs.shar.Z] FULLPKGNAME = tcs-19950325 distfiles size=312440 >>> Running build in plan9/tcs at 1714025903.01 ===> plan9/tcs ===> Building from scratch tcs-19950325 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for tcs-19950325 `/exopi-cvs/ports/distfiles/tcs.shar.Z' is up to date. >> (SHA256) tcs.shar.Z: OK ===> Extracting for tcs-19950325 Makefile README big5.c big5.h conv.h conv_big5.c conv_gb.c conv_jis.c conv_ksc.c cyrillic.h gb.c gb.h hdr.h jis.h ksc.c ksc.h kuten208.c kuten208.h kuten212.c kuten212.h plan9.h tcs.c utf.c version.c regress bundle bbundle tcs.1 tcs.ps ex01.src ex02.src ex03.src ex04.src ex05.src ex06.src ex07.src ex08.src ex09.src ex10.src ex11.src ex12.src ex01.ok ex02.ok ex03.ok ex04.ok ex05.ok ex06.ok ex07.ok ex08.ok ex09.ok ex10.ok ex11.ok ex12.ok ===> Patching for tcs-19950325 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for tcs-19950325 ===> Configuring for tcs-19950325 ===> Building for tcs-19950325 cc -O2 -pipe -D_POSIX_SOURCE -c tcs.c cc -O2 -pipe -D_POSIX_SOURCE -c conv_jis.c conv_jis.c:49:76: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] EPR "%s: non-JIS character %02x in %s near byte %d\n", argv0, c, file, input_loc); ~~ ^~~~~~~~~ %ld conv_jis.c:100:88: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] EPR "%s: ambiguous kuten208 %d (mapped to 0x%x) near byte %ld in %s\n", argv0, n, l, input_loc, file); ~~ ^ %lx conv_jis.c:195:88: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] EPR "%s: ambiguous kuten208 %d (mapped to 0x%x) near byte %ld in %s\n", argv0, n, l, input_loc, file); ~~ ^ %lx conv_jis.c:260:88: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] EPR "%s: ambiguous kuten208 %d (mapped to 0x%x) near byte %ld in %s\n", argv0, n, l, input_loc, file); ~~ ^ %lx conv_jis.c:342:88: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] EPR "%s: ambiguous kuten208 %d (mapped to 0x%x) near byte %ld in %s\n", argv0, n, l, input_loc, file); ~~ ^ %lx conv_jis.c:377:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] OUT(out, ob, r-ob); ^ ./hdr.h:30:4: note: expanded from macro 'OUT' else ((Outfn)(out->fn))(r, n, (long *)0) ^ 6 warnings generated. cc -O2 -pipe -D_POSIX_SOURCE -c conv_big5.c conv_big5.c:49:20: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] argv0, lastc, cold, input_loc, file); ^~~~ conv_big5.c:61:31: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] argv0, lastc-161, lastc, cold, input_loc, file); ^~~~ conv_big5.c:76:13: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] argv0, n, lastc, cold, input_loc, file); ^ conv_big5.c:76:23: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] argv0, n, lastc, cold, input_loc, file); ^~~~ conv_big5.c:113:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] OUT(out, ob, r-ob); ^ ./hdr.h:30:4: note: expanded from macro 'OUT' else ((Outfn)(out->fn))(r, n, (long *)0) ^ 5 warnings generated. cc -O2 -pipe -D_POSIX_SOURCE -c conv_gb.c conv_gb.c:44:93: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] EPR "%s: bad gb glyph %d (from 0x%x,0x%x) near byte %ld in %s\n", argv0, c-0xA0, lastc, cold, input_loc, file); ~~ ^~~~ %lx conv_gb.c:54:76: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] EPR "%s: unknown gb %d (from 0x%x,0x%x) near byte %ld in %s\n", argv0, n, lastc, cold, input_loc, file); ~~ ^ %ld conv_gb.c:54:86: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] EPR "%s: unknown gb %d (from 0x%x,0x%x) near byte %ld in %s\n", argv0, n, lastc, cold, input_loc, file); ~~ ^~~~ %lx conv_gb.c:91:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] OUT(out, ob, r-ob); ^ ./hdr.h:30:4: note: expanded from macro 'OUT' else ((Outfn)(out->fn))(r, n, (long *)0) ^ 4 warnings generated. cc -O2 -pipe -D_POSIX_SOURCE -c utf.c utf.c:83:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] OUT(out, runes, r-runes); ^ ./hdr.h:30:4: note: expanded from macro 'OUT' else ((Outfn)(out->fn))(r, n, (long *)0) ^ utf.c:148:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] OUT(out, runes, r-runes); ^ ./hdr.h:30:4: note: expanded from macro 'OUT' else ((Outfn)(out->fn))(r, n, (long *)0) ^ utf.c:346:12: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion] str[0] = Char1; ~ ^~~~~ cc -O2 -pipe -D_POSIX_SOURCE -c kuten208.c 3 warnings generated. cc -O2 -pipe -D_POSIX_SOURCE -c gb.c cc -O2 -pipe -D_POSIX_SOURCE -c big5.c cc -O2 -pipe -D_POSIX_SOURCE -c version.c cc -O2 -pipe -D_POSIX_SOURCE -c conv_ksc.c conv_ksc.c:111:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] OUT(out, ob, r-ob); ^ ./hdr.h:30:4: note: expanded from macro 'OUT' else ((Outfn)(out->fn))(r, n, (long *)0) ^ 1 warning generated. cc -O2 -pipe -D_POSIX_SOURCE -c ksc.c cc -O2 -pipe -D_POSIX_SOURCE -o tcs tcs.o conv_jis.o conv_big5.o conv_gb.o utf.o kuten208.o gb.o big5.o version.o conv_ksc.o ksc.o >>> Running package in plan9/tcs at 1714025912.03 ===> plan9/tcs ===> Faking installation for tcs-19950325 /exopi-obj/pobj/tcs-19950325/bin/install -c -s -m 755 /exopi-obj/pobj/tcs-19950325/tcs /exopi-obj/pobj/tcs-19950325/fake-amd64/usr/local/bin /exopi-obj/pobj/tcs-19950325/bin/install -c -m 644 /exopi-obj/pobj/tcs-19950325/tcs.1 /exopi-obj/pobj/tcs-19950325/fake-amd64/usr/local/man/man1 ===> Building package for tcs-19950325 Create /exopi-cvs/ports/packages/amd64/all/tcs-19950325.tgz Creating package tcs-19950325 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 10% checksumming|************ | 20% checksumming|****************** | 30% checksumming|************************ | 40% checksumming|******************************* | 50% checksumming|************************************* | 60% checksumming|******************************************* | 70% checksumming|************************************************* | 80% checksumming|******************************************************* | 90% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/tcs-19950325.tgz >>> Running clean in plan9/tcs at 1714025914.91 ===> plan9/tcs ===> Cleaning for tcs-19950325 >>> Ended at 1714025915.67 max_stuck=0.00/build=9.05/package=2.87/clean=0.79