------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/gccmakedep-1.0.3.txz Installing /packages/All/makedepend-1.0.6,1.txz Installing /packages/All/xorg-cf-files-1.0.6.txz Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/imake-1.0.8,1.txz Installing /packages/All/tradcpp-0.5.3.txz Installing /packages/All/libXau-1.0.9.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxml2-2.9.10.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxcb-1.13.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libX11-1.6.9,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXext-1.3.4,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> xfishtank-2.2_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> xfishtank-2.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xfishtank-2.2_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> xfishtank-2.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xfishtank-2.2_2 for building => SHA256 Checksum OK for xfishtank-2.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> xfishtank-2.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xfishtank-2.2_2 for building ===> Extracting for xfishtank-2.2_2 => SHA256 Checksum OK for xfishtank-2.2.tar.gz. Extracted Memory Use: 2.73M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xfishtank-2.2_2 ===> Applying ports patches for xfishtank-2.2_2 cd /construction/x11/xfishtank/xfishtank2.0; make clean rm -f xfishtank rm -f makeh xfishy.h rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut "#"* SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xfishtank-2.2_2 depends on executable: imake - found ===> xfishtank-2.2_2 depends on executable: tradcpp - found ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xfishtank-2.2_2 depends on executable: imake - found ===> xfishtank-2.2_2 depends on executable: tradcpp - found ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> Configuring for xfishtank-2.2_2 mv -f Makefile Makefile.bak imake -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I. -I./fishmaps -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -- xfish.c medcut.c read.c gifread.c > .depend xfish.c:45:10: fatal error: xfishy.h: No such file or directory #include "xfishy.h" ^~~~~~~~~~ compilation terminated. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xfishtank-2.2_2 --- makeh --- --- medcut.o --- --- read.o --- --- gifread.o --- --- makeh --- cc -pipe -O2 -fno-strict-aliasing -O -I. -I./fishmaps -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO makeh.c -lm -o makeh --- medcut.o --- cc -pipe -O2 -fno-strict-aliasing -O -I. -I./fishmaps -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c medcut.c --- gifread.o --- cc -pipe -O2 -fno-strict-aliasing -O -I. -I./fishmaps -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c gifread.c --- read.o --- cc -pipe -O2 -fno-strict-aliasing -O -I. -I./fishmaps -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c read.c --- medcut.o --- medcut.c: In function 'AddHash': medcut.c:61:33: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] hash_ptr = (struct color_rec *)malloc(sizeof(struct color_rec)); ^~~~~~ medcut.c:61:33: warning: incompatible implicit declaration of built-in function 'malloc' medcut.c:61:33: note: include '' or provide a declaration of 'malloc' medcut.c:3:1: +#include medcut.c:61:33: hash_ptr = (struct color_rec *)malloc(sizeof(struct color_rec)); ^~~~~~ medcut.c:65:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ medcut.c:65:3: warning: incompatible implicit declaration of built-in function 'exit' medcut.c:65:3: note: include '' or provide a declaration of 'exit' medcut.c: In function 'MedianCut': medcut.c:441:4: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free((char *)tptr); ^~~~ --- makeh --- makeh.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ makeh.c: In function 'main': makeh.c:16:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ makeh.c:16:3: warning: incompatible implicit declaration of built-in function 'exit' makeh.c:16:3: note: include '' or provide a declaration of 'exit' makeh.c:3:1: +#include makeh.c:16:3: exit(1); ^~~~ makeh.c:23:22: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] fishlist = (char **)malloc(numfish * sizeof(char *)); ^~~~~~ makeh.c:23:22: warning: incompatible implicit declaration of built-in function 'malloc' makeh.c:23:22: note: include '' or provide a declaration of 'malloc' --- medcut.o --- medcut.c:441:4: warning: incompatible implicit declaration of built-in function 'free' medcut.c:441:4: note: include '' or provide a declaration of 'free' medcut.c: In function 'MedianMerge': medcut.c:537:4: warning: incompatible implicit declaration of built-in function 'free' free((char *)tptr); ^~~~ medcut.c:537:4: note: include '' or provide a declaration of 'free' --- makeh --- makeh.c:28:32: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] fishlist[i] = (char *)malloc(strlen(prefix) + 1); ^~~~~~ makeh.c:28:32: warning: incompatible implicit declaration of built-in function 'strlen' makeh.c:28:32: note: include '' or provide a declaration of 'strlen' makeh.c:3:1: +#include makeh.c:28:32: fishlist[i] = (char *)malloc(strlen(prefix) + 1); ^~~~~~ makeh.c:29:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(fishlist[i], prefix); ^~~~~~ makeh.c:29:3: warning: incompatible implicit declaration of built-in function 'strcpy' makeh.c:29:3: note: include '' or provide a declaration of 'strcpy' makeh.c:101:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ makeh.c:101:2: note: include '' or provide a declaration of 'exit' --- gifread.o --- gifread.c: In function 'ReadGifBitmap': gifread.c:137:29: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] ptr = (unsigned char *) malloc(strlen(id) + 1); ^~~~~~ gifread.c:137:29: warning: incompatible implicit declaration of built-in function 'malloc' gifread.c:137:29: note: include '' or provide a declaration of 'malloc' gifread.c:63:1: +#include #endif /* SYSV */ gifread.c:137:29: ptr = (unsigned char *) malloc(strlen(id) + 1); ^~~~~~ gifread.c:137:36: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] ptr = (unsigned char *) malloc(strlen(id) + 1); ^~~~~~ gifread.c:137:36: warning: incompatible implicit declaration of built-in function 'strlen' gifread.c:137:36: note: include '' or provide a declaration of 'strlen' gifread.c:63:1: +#include #endif /* SYSV */ gifread.c:137:36: ptr = (unsigned char *) malloc(strlen(id) + 1); ^~~~~~ gifread.c:139:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (strncmp((char *)ptr, id, 6)) ^~~~~~~ gifread.c:141:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(ptr); ^~~~ gifread.c:141:2: warning: incompatible implicit declaration of built-in function 'free' gifread.c:141:2: note: include '' or provide a declaration of 'free' gifread.c:144:5: warning: incompatible implicit declaration of built-in function 'free' free(ptr); ^~~~ gifread.c:144:5: note: include '' or provide a declaration of 'free' gifread.c:278:12: warning: implicit declaration of function 'ReadCode' [-Wimplicit-function-declaration] Code = ReadCode(); ^~~~~~~~ gifread.c:292:6: warning: implicit declaration of function 'AddToPixel'; did you mean 'WhitePixel'? [-Wimplicit-function-declaration] AddToPixel(FinChar); ^~~~~~~~~~ WhitePixel gifread.c: At top level: gifread.c:398:1: warning: return type defaults to 'int' [-Wimplicit-int] ReadCode() ^~~~~~~~ gifread.c:412:1: warning: return type defaults to 'int' [-Wimplicit-int] AddToPixel(Index) ^~~~~~~~~~ --- read.o --- read.c:29:1: warning: return type defaults to 'int' [-Wimplicit-int] dscan(fp, ip) ^~~~~ read.c: In function 'dscan': read.c:50:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (-1); ^~~~ read.c:50:9: warning: incompatible implicit declaration of built-in function 'exit' read.c:50:9: note: include '' or provide a declaration of 'exit' read.c:5:1: +#include read.c:50:9: exit (-1); ^~~~ read.c:79:9: warning: incompatible implicit declaration of built-in function 'exit' exit (-1); ^~~~ read.c:79:9: note: include '' or provide a declaration of 'exit' read.c: In function 'ReadXpmPixmap': read.c:123:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] Color_Vals = (char **)malloc(sizeof(char *) * Colors); ^~~~~~ read.c:123:24: warning: incompatible implicit declaration of built-in function 'malloc' read.c:123:24: note: include '' or provide a declaration of 'malloc' read.c:190:21: warning: implicit declaration of function 'rindex' [-Wimplicit-function-declaration] if ((t = (char *)rindex(name_and_type, '_')) == NULL) ^~~~~~ read.c:190:21: warning: incompatible implicit declaration of built-in function 'rindex' --- xfishy.h --- --- read.o --- read.c:198:22: warning: implicit declaration of function 'index' [-Wimplicit-function-declaration] if ((t2 = (char *)index(name_and_type, '[')) != NULL) ^~~~~ read.c:198:22: warning: incompatible implicit declaration of built-in function 'index' read.c:202:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp("pixels", t)) ^~~~~~ read.c:256:9: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (strncmp(Color_Vals[k], line, CharsPP) == 0) ^~~~~~~ read.c:279:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free((char *)Color_Vals[i]); ^~~~ read.c:279:3: warning: incompatible implicit declaration of built-in function 'free' read.c:279:3: note: include '' or provide a declaration of 'free' read.c:281:2: warning: incompatible implicit declaration of built-in function 'free' free((char *)Color_Vals); ^~~~ --- xfishy.h --- ./makeh > xfishy.h --- read.o --- read.c:281:2: note: include '' or provide a declaration of 'free' read.c: In function 'ReadXbmBitmap': read.c:310:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (strlen(line) == (MAX_LINE - 1)) ^~~~~~ read.c:310:7: warning: incompatible implicit declaration of built-in function 'strlen' read.c:310:7: note: include '' or provide a declaration of 'strlen' read.c:5:1: +#include read.c:310:7: if (strlen(line) == (MAX_LINE - 1)) ^~~~~~ read.c:317:22: warning: incompatible implicit declaration of built-in function 'rindex' if (!(t = (char *)rindex(name_and_type, '_'))) ^~~~~~ read.c:339:22: warning: incompatible implicit declaration of built-in function 'rindex' if (!(t = (char *)rindex(name_and_type, '_'))) ^~~~~~ read.c:343:22: warning: incompatible implicit declaration of built-in function 'index' if ((t2 = (char *)index(name_and_type, '[')) != NULL) --- xfish.o --- --- read.o --- ^~~~~ read.c:380:27: warning: incompatible implicit declaration of built-in function 'malloc' dataP = (unsigned char *)malloc((*w) * (*h)); ^~~~~~ read.c:380:27: note: include '' or provide a declaration of 'malloc' read.c: In function 'ReadEbmBitmap': read.c:522:31: warning: incompatible implicit declaration of built-in function 'malloc' bit_data = (unsigned char *)malloc(bmap_size); ^~~~~~ read.c:522:31: note: include '' or provide a declaration of 'malloc' read.c: In function 'ReadCompactEbmBitmap': read.c:632:31: warning: incompatible implicit declaration of built-in function 'malloc' bit_data = (unsigned char *)malloc(bmap_size); ^~~~~~ read.c:632:31: note: include '' or provide a declaration of 'malloc' --- xfish.o --- cc -pipe -O2 -fno-strict-aliasing -O -I. -I./fishmaps -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xfish.c In file included from xfish.c:44: vroot.h: In function 'VirtualRootWindow': vroot.h:29:1: warning: type of 'screen' defaults to 'int' [-Wimplicit-int] VirtualRootWindow(dpy, screen) ^~~~~~~~~~~~~~~~~ xfish.c: In function 'msgdie': xfish.c:171:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ xfish.c:171:5: warning: incompatible implicit declaration of built-in function 'exit' xfish.c:171:5: note: include '' or provide a declaration of 'exit' xfish.c:48:1: +#include xfish.c:171:5: exit(1); ^~~~ xfish.c: In function 'parse': xfish.c:191:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(sname, getenv("DISPLAY")); ^~~~~~ xfish.c:191:5: warning: incompatible implicit declaration of built-in function 'strcpy' xfish.c:191:5: note: include '' or provide a declaration of 'strcpy' xfish.c:48:1: +#include xfish.c:191:5: strcpy(sname, getenv("DISPLAY")); ^~~~~~ xfish.c:191:19: warning: implicit declaration of function 'getenv'; did you mean 'fgetln'? [-Wimplicit-function-declaration] strcpy(sname, getenv("DISPLAY")); ^~~~~~ fgetln xfish.c:191:19: warning: passing argument 2 of 'strcpy' makes pointer from integer without a cast [-Wint-conversion] strcpy(sname, getenv("DISPLAY")); ^~~~~~~~~~~~~~~~~ xfish.c:191:19: note: expected 'const char *' but argument is of type 'int' xfish.c:196:11: warning: implicit declaration of function 'atoi'; did you mean 'atof'? [-Wimplicit-function-declaration] blimit = atoi(p); ^~~~ atof xfish.c:219:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(p, yess[i]) == 0) ^~~~~~ xfish.c:222:17: warning: implicit declaration of function 'getopt'; did you mean 'getw'? [-Wimplicit-function-declaration] while ((c = getopt(argc, argv, "dDob:C:c:p:m:f:i:r:s")) != EOF) { ^~~~~~ getw xfish.c:272:6: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ xfish.c:272:6: note: include '' or provide a declaration of 'exit' xfish.c: At top level: xfish.c:837:1: warning: return type defaults to 'int' [-Wimplicit-int] erasebubble(b, s) ^~~~~~~~~~~ xfish.c:845:1: warning: return type defaults to 'int' [-Wimplicit-int] putbubble(b, s, c) ^~~~~~~~~ xfish.c: In function 'init_colormap': xfish.c:1057:15: warning: comparison between pointer and integer if (colormap == NULL) ^~ xfish.c:1063:21: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] Allocated = (int *)malloc(NumCells * sizeof(int)); ^~~~~~ xfish.c:1063:21: warning: incompatible implicit declaration of built-in function 'malloc' xfish.c:1063:21: note: include '' or provide a declaration of 'malloc' xfish.c:1106:3: warning: implicit declaration of function 'MedianInit'; did you mean 'MedianSplit'? [-Wimplicit-function-declaration] MedianInit(); ^~~~~~~~~~ MedianSplit xfish.c:1132:4: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free((char *)cdp); ^~~~ xfish.c:1132:4: warning: incompatible implicit declaration of built-in function 'free' xfish.c:1132:4: note: include '' or provide a declaration of 'free' xfish.c: In function 'MakeImage': xfish.c:1220:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ xfish.c:1220:3: note: include '' or provide a declaration of 'exit' xfish.c:1236:30: warning: incompatible implicit declaration of built-in function 'malloc' bit_data = (unsigned char *)malloc(((width + linepad) * height) + 1); ^~~~~~ xfish.c:1236:30: note: include '' or provide a declaration of 'malloc' xfish.c: In function 'init_pixmap': xfish.c:1304:28: warning: incompatible implicit declaration of built-in function 'malloc' data = (unsigned char *) malloc((rwidth[k]+7) / 8 * rheight[k]); ^~~~~~ xfish.c:1304:28: note: include '' or provide a declaration of 'malloc' xfish.c:1410:3: warning: incompatible implicit declaration of built-in function 'free' free((char *)data); ^~~~ xfish.c:1410:3: note: include '' or provide a declaration of 'free' xfish.c:1417:18: warning: incompatible implicit declaration of built-in function 'malloc' x1A = (caddrt) malloc(rwidth[k] * rheight[k]); ^~~~~~ xfish.c:1417:18: note: include '' or provide a declaration of 'malloc' xfish.c:1466:3: warning: incompatible implicit declaration of built-in function 'free' free((char *)x1A); ^~~~ xfish.c:1466:3: note: include '' or provide a declaration of 'free' xfish.c: In function 'initialize': xfish.c:1625:27: warning: incompatible implicit declaration of built-in function 'malloc' ndata = (unsigned char *)malloc(size); ^~~~~~ xfish.c:1625:27: note: include '' or provide a declaration of 'malloc' xfish.c:1636:2: warning: incompatible implicit declaration of built-in function 'free' free((char *)ndata); ^~~~ xfish.c:1636:2: note: include '' or provide a declaration of 'free' xfish.c:1639:13: warning: comparison between pointer and integer if (PicMap == NULL) ^~ xfish.c:1725:24: warning: incompatible implicit declaration of built-in function 'malloc' binfo = (bubble *) malloc(blimit * sizeof(bubble)); ^~~~~~ xfish.c:1725:24: note: include '' or provide a declaration of 'malloc' xfish.c: In function 'new_bubble': xfish.c:1741:21: warning: implicit declaration of function 'rand'; did you mean 'GXand'? [-Wimplicit-function-declaration] b->x = width * (rand() / RAND_F_MAX); ^~~~ GXand xfish.c: In function 'high_res_sleep': xfish.c:2079:15: warning: passing argument 2 of 'select' from incompatible pointer type [-Wincompatible-pointer-types] select(0, &fds, &fds, &fds, &timeout); ^~~~ In file included from /usr/include/sys/time.h:45, from xfish.c:31: /usr/include/sys/select.h:48:17: note: expected 'fd_set * restrict' {aka 'struct fd_set * restrict'} but argument is of type 'int *' int select(int, fd_set * __restrict, fd_set * __restrict, ^~~~~~~~~~~~~~~~~~~ xfish.c:2079:21: warning: passing argument 3 of 'select' from incompatible pointer type [-Wincompatible-pointer-types] select(0, &fds, &fds, &fds, &timeout); ^~~~ In file included from /usr/include/sys/time.h:45, from xfish.c:31: /usr/include/sys/select.h:48:38: note: expected 'fd_set * restrict' {aka 'struct fd_set * restrict'} but argument is of type 'int *' int select(int, fd_set * __restrict, fd_set * __restrict, ^~~~~~~~~~~~~~~~~~~ xfish.c:2079:27: warning: passing argument 4 of 'select' from incompatible pointer type [-Wincompatible-pointer-types] select(0, &fds, &fds, &fds, &timeout); ^~~~ In file included from /usr/include/sys/time.h:45, from xfish.c:31: /usr/include/sys/select.h:49:6: note: expected 'fd_set * restrict' {aka 'struct fd_set * restrict'} but argument is of type 'int *' fd_set * __restrict, struct timeval * __restrict); ^~~~~~~~~~~~~~~~~~~ xfish.c: In function 'main': xfish.c:2102:5: warning: implicit declaration of function 'srand'; did you mean 'scanf'? [-Wimplicit-function-declaration] srand((unsigned) getpid()); ^~~~~ scanf xfish.c:2102:22: warning: implicit declaration of function 'getpid'; did you mean 'getline'? [-Wimplicit-function-declaration] srand((unsigned) getpid()); ^~~~~~ getline --- xfishtank --- rm -f xfishtank cc -o xfishtank -O -L/usr/local/lib xfish.o medcut.o read.o gifread.o -lXext -lX11 -lm -Wl,-rpath,/usr/local/lib SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xfishtank-2.2_2 ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xfishtank-2.2_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> Generating temporary packing list /usr/bin/install -c -s xfishtank /construction/x11/xfishtank/stage/usr/local/bin/xfishtank install in . done install.man in . done ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for xfishtank-2.2_2 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08