=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for faces-1.6.1nb14 --- address.o --- --- get.o --- --- main.o --- --- mon.o --- --- get.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c get.c --- mon.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c mon.c --- main.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c main.c --- address.o --- yacc address.y gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c -o address.o y.tab.c --- get.o --- get.c: In function 'get_options': get.c:242:34: warning: implicit declaration of function 'atoi'; did you mean 'dtoc'? [-Wimplicit-function-declaration] maxcols = atoi(next) ; ^~~~ dtoc get.c:371:24: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1) ; ^~~~ get.c:371:24: warning: incompatible implicit declaration of built-in function 'exit' get.c:371:24: note: include '' or provide a declaration of 'exit' get.c:380:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((*pptr == (char) NULL) || (*pptr == ':')) ^ get.c:386:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (*(pptr++) == (char) NULL) break ; ^ get.c:392:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (pptr) *(pptr++) = (char) NULL ; ^ get.c: In function 'getname': get.c:501:24: warning: implicit declaration of function 'getuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] pwent = getpwuid(getuid()) ; ^~~~~~ getpwuid get.c: In function 'getparam': get.c:517:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1) ; ^~~~ get.c:517:7: note: include '' or provide a declaration of 'exit' get.c: In function 'usage': get.c:631:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1) ; ^~~~ get.c:631:3: note: include '' or provide a declaration of 'exit' get.c: In function 'write_cmdline': get.c:640:11: warning: assignment makes integer from pointer without a cast [-Wint-conversion] line[0] = NULL ; ^ get.c:680:3: warning: implicit declaration of function 'save_cmdline'; did you mean 'write_cmdline'? [-Wimplicit-function-declaration] save_cmdline(line) ; ^~~~~~~~~~~~ write_cmdline --- address.o --- address.y: In function 'newstring3': address.y:294:2: warning: implicit declaration of function 'nomem'; did you mean 'memmem'? [-Wimplicit-function-declaration] nomem(); ^~~~~ memmem address.y: At top level: address.y:345:1: warning: return type defaults to 'int' [-Wimplicit-int] parseit(line) ^~~~~~~ address.y: In function 'parseit': address.y:348:5: warning: implicit declaration of function 'Afreeall'; did you mean 'Afree'? [-Wimplicit-function-declaration] Afreeall(); ^~~~~~~~ Afree address.y: In function 'eatcomment': address.y:381:4: warning: implicit declaration of function 'panic' [-Wimplicit-function-declaration] panic("eatcomment botch"); ^~~~~ address.y: At top level: address.y:389:1: warning: return type defaults to 'int' [-Wimplicit-int] yylex() ^~~~~ address.y:522:1: warning: return type defaults to 'int' [-Wimplicit-int] appAddr(head, addr) ^~~~~~~ address.y:558:1: warning: return type defaults to 'int' [-Wimplicit-int] appDom(head, dom) ^~~~~~ address.y:577:1: warning: return type defaults to 'int' [-Wimplicit-int] prepDom(head, dom) ^~~~~~~ address.y: In function 'panic': address.y:729:7: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration] kill(getpid(), SIGQUIT); ^~~~~~ getenv address.y: At top level: address.y:733:1: warning: return type defaults to 'int' [-Wimplicit-int] nomem() ^~~~~ address.y:739:1: warning: return type defaults to 'int' [-Wimplicit-int] Afreeall() ^~~~~~~~ --- mon.o --- mon.c: In function 'process_face': mon.c:893:7: warning: implicit declaration of function 'uncompface' [-Wimplicit-function-declaration] if (uncompface(face_buf) < 0) return ; ^~~~~~~~~~ --- main.o --- main.c: In function 'main': main.c:240:18: warning: implicit declaration of function 'getcwd'; did you mean 'getw'? [-Wimplicit-function-declaration] iwd = (char *) getcwd(NULL, MAXPATHLEN) ; /* Save current working dir. */ ^~~~~~ getw --- mon.o --- mon.c: In function 'process_from': mon.c:948:11: warning: implicit declaration of function 'parse822from'; did you mean 'parsefrom'? [-Wimplicit-function-declaration] if (parse822from(line, &user, &host)) ^~~~~~~~~~~~ parsefrom --- main.o --- main.c:240:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] iwd = (char *) getcwd(NULL, MAXPATHLEN) ; /* Save current working dir. */ ^ In file included from main.c:52:0: faces.h:147:41: warning: implicit declaration of function 'gethostname'; did you mean 'gethostbyname'? [-Wimplicit-function-declaration] #define GETHOSTNAME(name, len) (void) gethostname(name, len) ^ main.c:270:3: note: in expansion of macro 'GETHOSTNAME' GETHOSTNAME(nextline, MAXLINE) ; ^~~~~~~~~~~ main.c: In function 'make_iconname': main.c:678:9: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif REGULAR_FILE_BUT_BROKEN ^~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'searchfacedb': main.c:794:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (*community != (char) NULL) ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from main.c:19: main.c:819:21: warning: passing argument 1 of '__builtin___strcpy_chk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ main.c:819:21: note: expected 'char *' but argument is of type 'char **' main.c:819:21: warning: passing argument 1 of '__strcpy_ichk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ In file included from /usr/include/string.h:127:0, from /usr/include/strings.h:68, from main.c:23: /usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'char **' __ssp_bos_icheck2_restrict(strcpy, char *, const char *) ^ main.c:819:21: warning: passing argument 1 of '__builtin___strcpy_chk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ main.c:819:21: note: expected 'char *' but argument is of type 'char **' main.c:819:21: warning: passing argument 1 of '__strcpy_ichk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ /usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'char **' __ssp_bos_icheck2_restrict(strcpy, char *, const char *) ^ In file included from /usr/include/ssp/stdio.h:34:0, from /usr/include/stdio.h:597, from main.c:19: main.c:819:21: warning: passing argument 1 of '__builtin___strcpy_chk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ main.c:819:21: note: expected 'char *' but argument is of type 'char **' main.c:819:21: warning: passing argument 1 of '__strcpy_ichk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ In file included from /usr/include/string.h:127:0, from /usr/include/strings.h:68, from main.c:23: /usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'char **' __ssp_bos_icheck2_restrict(strcpy, char *, const char *) ^ main.c:819:21: warning: passing argument 1 of '__builtin___strcpy_chk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ main.c:819:21: note: expected 'char *' but argument is of type 'char **' main.c:819:21: warning: passing argument 1 of '__strcpy_ichk' from incompatible pointer type [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^ /usr/include/ssp/string.h:89:1: note: expected 'char *' but argument is of type 'char **' __ssp_bos_icheck2_restrict(strcpy, char *, const char *) ^ main.c:821:28: warning: passing argument 1 of 'stat' from incompatible pointer type [-Wincompatible-pointer-types] if (!i && (i = (stat(temp, &buf) != -1))) ^~~~ In file included from main.c:27:0: /usr/include/sys/stat.h:247:5: note: expected 'const char *' but argument is of type 'char **' int stat(const char *, struct stat *) __RENAME(__stat50); ^~~~ In file included from /usr/include/string.h:127:0, from /usr/include/strings.h:68, from main.c:23: main.c:824:28: warning: passing argument 2 of '__builtin___strcpy_chk' from incompatible pointer type [-Wincompatible-pointer-types] STRCPY(iconname, temp) ; ^ main.c:824:11: note: in expansion of macro 'STRCPY' STRCPY(iconname, temp) ; ^~~~~~ main.c:824:28: note: expected 'const char *' but argument is of type 'char **' STRCPY(iconname, temp) ; ^ main.c:824:11: note: in expansion of macro 'STRCPY' STRCPY(iconname, temp) ; ^~~~~~ main.c:824:28: warning: passing argument 2 of '__strcpy_ichk' from incompatible pointer type [-Wincompatible-pointer-types] STRCPY(iconname, temp) ; ^ main.c:824:11: note: in expansion of macro 'STRCPY' STRCPY(iconname, temp) ; ^~~~~~ /usr/include/ssp/string.h:89:1: note: expected 'const char *' but argument is of type 'char **' __ssp_bos_icheck2_restrict(strcpy, char *, const char *) ^ --- parsefrom.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c parsefrom.c --- rec.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c rec.c --- address.o --- rm -f y.tab.c --- x11.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c x11.c x11.c:75:3: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:3: note: (near initialization for 'images[0]') x11.c:75:9: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:9: note: (near initialization for 'images[1]') x11.c:75:15: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:15: note: (near initialization for 'images[2]') x11.c:75:21: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:21: note: (near initialization for 'images[3]') x11.c:75:27: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:27: note: (near initialization for 'images[4]') x11.c:75:33: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:33: note: (near initialization for 'images[5]') x11.c:75:39: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:39: note: (near initialization for 'images[6]') x11.c:75:45: warning: initialization makes integer from pointer without a cast [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ x11.c:75:45: note: (near initialization for 'images[7]') x11.c:78:18: warning: initialization makes integer from pointer without a cast [-Wint-conversion] Pixmap pr[3] = { NULL, NULL, NULL } ; /* Current memory Pixmaps. */ ^~~~ x11.c:78:18: note: (near initialization for 'pr[0]') x11.c:78:24: warning: initialization makes integer from pointer without a cast [-Wint-conversion] Pixmap pr[3] = { NULL, NULL, NULL } ; /* Current memory Pixmaps. */ ^~~~ x11.c:78:24: note: (near initialization for 'pr[1]') x11.c:78:30: warning: initialization makes integer from pointer without a cast [-Wint-conversion] Pixmap pr[3] = { NULL, NULL, NULL } ; /* Current memory Pixmaps. */ ^~~~ x11.c:78:30: note: (near initialization for 'pr[2]') x11.c:79:22: warning: initialization makes integer from pointer without a cast [-Wint-conversion] Pixmap old_pr[2] = { NULL, NULL } ; /* Previous memory Pixmaps. */ ^~~~ x11.c:79:22: note: (near initialization for 'old_pr[0]') x11.c:79:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion] Pixmap old_pr[2] = { NULL, NULL } ; /* Previous memory Pixmaps. */ ^~~~ x11.c:79:28: note: (near initialization for 'old_pr[1]') x11.c: In function 'create_pixrects': x11.c:192:50: warning: comparison between pointer and integer if (mtype == MONNEW && old_pr[(int) DISP_NAME] != NULL) ^~ x11.c:195:51: warning: comparison between pointer and integer if (mtype == MONNEW && old_pr[(int) DISP_OTHER] != NULL) ^~ x11.c: In function 'destroy_image': x11.c:205:27: warning: comparison between pointer and integer if (images[(int) itype] != NULL) ^~ x11.c:208:27: warning: assignment makes integer from pointer without a cast [-Wint-conversion] images[(int) itype] = NULL ; ^ x11.c: In function 'get_resource': x11.c:265:62: warning: comparison between pointer and integer if (XrmGetResource(faces_DB, nstr, cstr, str_type, &value) == NULL) ^~ x11.c: In function 'init_font': x11.c:281:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1) ; ^~~~ x11.c:281:9: warning: incompatible implicit declaration of built-in function 'exit' x11.c:281:9: note: include '' or provide a declaration of 'exit' x11.c: In function 'init_graphics': x11.c:296:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1) ; ^~~~ x11.c:296:7: note: include '' or provide a declaration of 'exit' x11.c: In function 'init_ws_type': x11.c:401:46: warning: assignment makes integer from pointer without a cast [-Wint-conversion] pr[(int) DISP_NAME] = pr[(int) DISP_OTHER] = NULL ; ^ x11.c:402:54: warning: assignment makes integer from pointer without a cast [-Wint-conversion] old_pr[(int) DISP_NAME] = old_pr[(int) DISP_OTHER] = NULL ; ^ In file included from x11.c:39:0: x11.c: In function 'load_resources': faces.h:147:41: warning: implicit declaration of function 'gethostname'; did you mean 'getname'? [-Wimplicit-function-declaration] #define GETHOSTNAME(name, len) (void) gethostname(name, len) ^ x11.c:493:7: note: in expansion of macro 'GETHOSTNAME' GETHOSTNAME(name+len, MAXPATHLEN-len) ; ^~~~~~~~~~~ x11.c: In function 'show_display': x11.c:718:27: warning: assignment makes integer from pointer without a cast [-Wint-conversion] old_pr[(int) DISP_NAME] = NULL ; ^ x11.c:719:28: warning: assignment makes integer from pointer without a cast [-Wint-conversion] old_pr[(int) DISP_OTHER] = NULL ; ^ x11.c: In function 'start_tool': x11.c:758:22: warning: passing argument 2 of 'select' from incompatible pointer type [-Wincompatible-pointer-types] SELECT(32, &readmask, 0, 0, &tval) ; ^ In file included from /usr/include/sys/time.h:313:0, from x11.c:24: /usr/include/sys/select.h:69:5: 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, ^~~~~~ x11.c:779:17: warning: incompatible implicit declaration of built-in function 'exit' exit(0) ; ^~~~ x11.c:779:17: note: include '' or provide a declaration of 'exit' --- x11 --- (cd compface; /usr/bin/make -j 4 BINDIR=/usr/pkg/bin LIBDIR=/usr/pkg/lib INCDIR=/usr/pkg/include MANDIR=/usr/pkg/man CC="gcc" NOINDEX= SYSV= PREFIX=/usr/pkg CCOMP="-O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include") --- arith.lo --- --- file.lo --- --- compress.lo --- --- gen.lo --- --- file.lo --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -c file.c --- compress.lo --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -c compress.c --- arith.lo --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -c arith.c --- gen.lo --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -c gen.c --- arith.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c arith.c -fPIC -DPIC -o .libs/arith.o --- gen.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c gen.c -fPIC -DPIC -o .libs/gen.o --- file.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c file.c -fPIC -DPIC -o .libs/file.o --- compress.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c compress.c -fPIC -DPIC -o .libs/compress.o --- file.lo --- file.c: In function 'WriteFace': file.c:140:3: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] sprintf(t,"#define noname_width 48\n#define noname_height 48\nstatic char noname_bits[] = {\n "); ^~~~~~~ file.c:140:3: warning: incompatible implicit declaration of built-in function 'sprintf' file.c:140:3: note: include '' or provide a declaration of 'sprintf' file.c:187:3: warning: incompatible implicit declaration of built-in function 'sprintf' sprintf(t, "}\n"); ^~~~~~~ file.c:187:3: note: include '' or provide a declaration of 'sprintf' --- gen.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c gen.c -o gen.o >/dev/null 2>&1 --- arith.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c arith.c -o arith.o >/dev/null 2>&1 --- file.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c file.c -o file.o >/dev/null 2>&1 --- compress.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c compress.c -o compress.o >/dev/null 2>&1 --- uncompface.lo --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -c uncompface.c --- cmain.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c cmain.c --- compface.o --- --- uncompface.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c uncompface.c -fPIC -DPIC -o .libs/uncompface.o --- compface.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c compface.c --- uncmain.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c uncmain.c --- cmain.o --- cmain.c: In function 'main': cmain.c:47:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:69:7: note: in expansion of macro 'ERROR' ERROR ^~~~~ cmain.c: In function 'ReadBuf': cmain.c:146:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^~~~ fread --- uncmain.o --- uncmain.c: In function 'main': uncmain.c:49:11: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:78:7: note: in expansion of macro 'ERROR' ERROR ^~~~~ uncmain.c: In function 'ReadBuf': uncmain.c:155:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^~~~ fread --- uncompface.lo --- libtool: compile: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -c uncompface.c -o uncompface.o >/dev/null 2>&1 --- libcompface.la --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=link gcc -o libcompface.la arith.lo file.lo compress.lo gen.lo uncompface.lo -rpath /usr/pkg/lib -version-info 1:0 libtool: link: gcc -shared -fPIC -DPIC .libs/arith.o .libs/file.o .libs/compress.o .libs/gen.o .libs/uncompface.o -Wl,-soname -Wl,libcompface.so.1 -o .libs/libcompface.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libcompface.so.1" && ln -s "libcompface.so.1.0.0" "libcompface.so.1") libtool: link: (cd ".libs" && rm -f "libcompface.so" && ln -s "libcompface.so.1.0.0" "libcompface.so") libtool: link: ar cru .libs/libcompface.a arith.o file.o compress.o gen.o uncompface.o libtool: link: ranlib .libs/libcompface.a libtool: link: ( cd ".libs" && rm -f "libcompface.la" && ln -s "../libcompface.la" "libcompface.la" ) --- compface --- --- uncompface --- --- compface --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=link gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -o compface cmain.o compface.o libcompface.la --- uncompface --- /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=link gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -o uncompface uncmain.o libcompface.la libtool: link: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -o .libs/uncompface uncmain.o -pie -L./.libs -lcompface -Wl,-rpath,/usr/pkg/lib --- compface --- libtool: link: gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -o .libs/compface cmain.o compface.o -pie -L./.libs -lcompface -Wl,-rpath,/usr/pkg/lib (cd filters; /usr/bin/make -j 4 BINDIR=/usr/pkg/bin LIBDIR=/usr/pkg/lib INCDIR=/usr/pkg/include MANDIR=/usr/pkg/man CC="gcc" NOINDEX= SYSV= PREFIX=/usr/pkg CCOMP="-O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include") --- icon2ikon.o --- --- ikon2icon.o --- --- rs2icon.o --- --- icon2ikon.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c icon2ikon.c --- ikon2icon.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c ikon2icon.c --- rs2icon.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c rs2icon.c --- icon2ikon.o --- icon2ikon.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ icon2ikon.c: In function 'main': icon2ikon.c:46:8: warning: implicit declaration of function 'get_sun_icon' [-Wimplicit-function-declaration] if (!get_sun_icon(buf)) /* Read Sun icon into internal buffer. */ ^~~~~~~~~~~~ icon2ikon.c:47:5: warning: implicit declaration of function 'make_blit_ikon' [-Wimplicit-function-declaration] make_blit_ikon() ; /* Turn into Blit ikon format. */ ^~~~~~~~~~~~~~ icon2ikon.c: At top level: icon2ikon.c:51:1: warning: return type defaults to 'int' [-Wimplicit-int] get_sun_icon(buf) /* Load Sun icon file. */ ^~~~~~~~~~~~ icon2ikon.c:117:1: warning: return type defaults to 'int' [-Wimplicit-int] make_blit_ikon() /* Create Blit ikon on standard output. */ ^~~~~~~~~~~~~~ --- ikon2icon.o --- ikon2icon.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ ikon2icon.c: In function 'main': ikon2icon.c:43:3: warning: implicit declaration of function 'read_blit' [-Wimplicit-function-declaration] read_blit() ; /* Read blit info to internal buffer. */ ^~~~~~~~~ ikon2icon.c:44:3: warning: implicit declaration of function 'make_icon' [-Wimplicit-function-declaration] make_icon() ; /* Turn into Sun icon format. */ ^~~~~~~~~ ikon2icon.c: At top level: ikon2icon.c:48:1: warning: return type defaults to 'int' [-Wimplicit-int] make_icon() /* Create Sun icon on standard output. */ ^~~~~~~~~ ikon2icon.c:66:1: warning: return type defaults to 'int' [-Wimplicit-int] read_blit() /* Read rasterfile into internal buffer. */ ^~~~~~~~~ --- rs2icon.o --- rs2icon.c:58:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ rs2icon.c: In function 'main': rs2icon.c:63:3: warning: implicit declaration of function 'get_options' [-Wimplicit-function-declaration] get_options(argc, argv) ; /* Extract command line options. */ ^~~~~~~~~~~ rs2icon.c:64:3: warning: implicit declaration of function 'read_raster' [-Wimplicit-function-declaration] read_raster() ; /* Read rasterfile to internal buffer. */ ^~~~~~~~~~~ rs2icon.c:65:3: warning: implicit declaration of function 'make_icon' [-Wimplicit-function-declaration] make_icon() ; /* Turn rasterfile portion into an icon. */ ^~~~~~~~~ rs2icon.c: At top level: rs2icon.c:69:1: warning: return type defaults to 'int' [-Wimplicit-int] get_options(argc, argv) /* Extract command line options. */ ^~~~~~~~~~~ rs2icon.c: In function 'get_options': rs2icon.c:83:26: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] x = atoi(*argv) ; ^~~~ rs2icon.c:94:22: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1) ; ^~~~ rs2icon.c:94:22: warning: incompatible implicit declaration of built-in function 'exit' rs2icon.c:94:22: note: include '' or provide a declaration of 'exit' rs2icon.c: At top level: rs2icon.c:102:1: warning: return type defaults to 'int' [-Wimplicit-int] make_icon() /* Create icon from rasterfile on standard output. */ ^~~~~~~~~ rs2icon.c:126:1: warning: return type defaults to 'int' [-Wimplicit-int] read_raster() /* Read rasterfile into internal buffer. */ ^~~~~~~~~~~ --- ikon2icon --- gcc -o ikon2icon -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include ikon2icon.o --- icon2ikon --- gcc -o icon2ikon -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include icon2ikon.o --- rs2icon --- gcc -o rs2icon -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include rs2icon.o /tmp/mail/faces/work/.cwrapper/bin/libtool --mode=link gcc -o faces -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" -I/usr/X11R7/include address.o get.o main.o mon.o parsefrom.o rec.o x11.o -Wl,-zrelro -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib compface/libcompface.la -lX11 libtool: link: gcc -o .libs/faces -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/mail/faces/work/.buildlink/include -I/tmp/mail/faces/work/.x11-buildlink/include -DAUDIO_SUPPORT -DAUDIO_CMD=\"/usr/pkg/bin/rplay\" -DDNSLOOKUP -DFACEDIR=\"/usr/pkg/share/faces\" -DNISLOOKUP -DNO_43SELECT -DSPOOLDIR=\"/var/mail\" address.o get.o main.o mon.o parsefrom.o rec.o x11.o -Wl,-zrelro -Wl,-rpath -Wl,/usr/X11R7/lib -Wl,-rpath -Wl,/usr/pkg/lib -pie -L/tmp/mail/faces/work/.buildlink/lib -L/tmp/mail/faces/work/.x11-buildlink/lib -Lcompface/.libs -lcompface -lX11 -Wl,-rpath,/usr/pkg/lib