=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for faces-1.6.1nb10 yacc address.y cc -O2 -march=i586 -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 address.y:294:2: warning: implicit declaration of function 'nomem' is invalid in C99 [-Wimplicit-function-declaration] nomem(); ^ address.y:345:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] parseit(line) ^ address.y:348:5: warning: implicit declaration of function 'Afreeall' is invalid in C99 [-Wimplicit-function-declaration] Afreeall(); ^ address.y:353:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ address.y:381:4: warning: implicit declaration of function 'panic' is invalid in C99 [-Wimplicit-function-declaration] panic("eatcomment botch"); ^ address.y:389:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] yylex() ^ address.y:522:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] appAddr(head, addr) ^ address.y:535:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ address.y:558:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] appDom(head, dom) ^ address.y:571:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ address.y:577:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] prepDom(head, dom) ^ address.y:587:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ address.y:709:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (*s++ = *t++) ~~~~~^~~~~~ address.y:709:15: note: place parentheses around the assignment to silence this warning while (*s++ = *t++) ^ ( ) address.y:709:15: note: use '==' to turn this assignment into an equality comparison while (*s++ = *t++) ^ == address.y:714:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (*s++ = *t++) ~~~~~^~~~~~ address.y:714:14: note: place parentheses around the assignment to silence this warning while (*s++ = *t++) ^ ( ) address.y:714:14: note: use '==' to turn this assignment into an equality comparison while (*s++ = *t++) ^ == address.y:729:7: warning: implicit declaration of function 'getpid' is invalid in C99 [-Wimplicit-function-declaration] kill(getpid(), SIGQUIT); ^ address.y:733:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] nomem() ^ address.y:739:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] Afreeall() ^ address.y:746:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 18 warnings generated. rm -f y.tab.c cc -O2 -march=i586 -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 get.c:242:34: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] maxcols = atoi(next) ; ^ get.c:371:24: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1) ; ^ get.c:371:24: note: include the header or explicitly provide a declaration for 'exit' get.c:501:24: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration] pwent = getpwuid(getuid()) ; ^ get.c:640:11: warning: incompatible pointer to integer conversion assigning to 'char' from 'void *' [-Wint-conversion] line[0] = NULL ; ^ ~~~~ get.c:680:3: warning: implicit declaration of function 'save_cmdline' is invalid in C99 [-Wimplicit-function-declaration] save_cmdline(line) ; ^ 5 warnings generated. cc -O2 -march=i586 -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 main.c:240:18: warning: implicit declaration of function 'getcwd' is invalid in C99 [-Wimplicit-function-declaration] iwd = (char *) getcwd(NULL, MAXPATHLEN) ; /* Save current working dir. */ ^ main.c:270:3: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] GETHOSTNAME(nextline, MAXLINE) ; ^ ./faces.h:147:41: note: expanded from macro 'GETHOSTNAME' #define GETHOSTNAME(name, len) (void) gethostname(name, len) ^ main.c:678:9: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif REGULAR_FILE_BUT_BROKEN ^ // main.c:819:21: warning: incompatible pointer types passing 'char *[1024]' to parameter of type 'char *' [-Wincompatible-pointer-types] STRCAT(strcpy(temp, facepath[id]), b) ; ^~~~ main.c:821:28: warning: incompatible pointer types passing 'char *[1024]' to parameter of type 'const char *' [-Wincompatible-pointer-types] if (!i && (i = (stat(temp, &buf) != -1))) ^~~~ /usr/include/sys/stat.h:247:22: note: passing argument to parameter here int stat(const char *, struct stat *) __RENAME(__stat50); ^ main.c:824:28: warning: incompatible pointer types passing 'char *[1024]' to parameter of type 'const char *' [-Wincompatible-pointer-types] STRCPY(iconname, temp) ; ^~~~ 6 warnings generated. cc -O2 -march=i586 -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 mon.c:893:7: warning: implicit declaration of function 'uncompface' is invalid in C99 [-Wimplicit-function-declaration] if (uncompface(face_buf) < 0) return ; ^ mon.c:948:11: warning: implicit declaration of function 'parse822from' is invalid in C99 [-Wimplicit-function-declaration] if (parse822from(line, &user, &host)) ^ 2 warnings generated. cc -O2 -march=i586 -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 cc -O2 -march=i586 -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 cc -O2 -march=i586 -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: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:75:9: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:75:15: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:75:21: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:75:27: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:75:33: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:75:39: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:75:45: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:78:18: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] Pixmap pr[3] = { NULL, NULL, NULL } ; /* Current memory Pixmaps. */ ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:78:24: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] Pixmap pr[3] = { NULL, NULL, NULL } ; /* Current memory Pixmaps. */ ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:78:30: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] Pixmap pr[3] = { NULL, NULL, NULL } ; /* Current memory Pixmaps. */ ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:79:22: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] Pixmap old_pr[2] = { NULL, NULL } ; /* Previous memory Pixmaps. */ ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:79:28: warning: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] Pixmap old_pr[2] = { NULL, NULL } ; /* Previous memory Pixmaps. */ ^~~~ /usr/include/sys/null.h:13:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ x11.c:192:50: warning: comparison between pointer and integer ('Pixmap' (aka 'unsigned long') and 'void *') if (mtype == MONNEW && old_pr[(int) DISP_NAME] != NULL) ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ x11.c:195:51: warning: comparison between pointer and integer ('Pixmap' (aka 'unsigned long') and 'void *') if (mtype == MONNEW && old_pr[(int) DISP_OTHER] != NULL) ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ x11.c:205:27: warning: comparison between pointer and integer ('Pixmap' (aka 'unsigned long') and 'void *') if (images[(int) itype] != NULL) ~~~~~~~~~~~~~~~~~~~ ^ ~~~~ x11.c:208:27: warning: incompatible pointer to integer conversion assigning to 'Pixmap' (aka 'unsigned long') from 'void *' [-Wint-conversion] images[(int) itype] = NULL ; ^ ~~~~ x11.c:265:62: warning: comparison between pointer and integer ('int' and 'void *') if (XrmGetResource(faces_DB, nstr, cstr, str_type, &value) == NULL) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ x11.c:281:9: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1) ; ^ x11.c:281:9: note: include the header or explicitly provide a declaration for 'exit' x11.c:401:46: warning: incompatible pointer to integer conversion assigning to 'Pixmap' (aka 'unsigned long') from 'void *' [-Wint-conversion] pr[(int) DISP_NAME] = pr[(int) DISP_OTHER] = NULL ; ^ ~~~~ x11.c:402:54: warning: incompatible pointer to integer conversion assigning to 'Pixmap' (aka 'unsigned long') from 'void *' [-Wint-conversion] old_pr[(int) DISP_NAME] = old_pr[(int) DISP_OTHER] = NULL ; ^ ~~~~ x11.c:493:7: warning: implicit declaration of function 'gethostname' is invalid in C99 [-Wimplicit-function-declaration] GETHOSTNAME(name+len, MAXPATHLEN-len) ; ^ ./faces.h:147:41: note: expanded from macro 'GETHOSTNAME' #define GETHOSTNAME(name, len) (void) gethostname(name, len) ^ x11.c:718:27: warning: incompatible pointer to integer conversion assigning to 'Pixmap' (aka 'unsigned long') from 'void *' [-Wint-conversion] old_pr[(int) DISP_NAME] = NULL ; ^ ~~~~ x11.c:719:28: warning: incompatible pointer to integer conversion assigning to 'Pixmap' (aka 'unsigned long') from 'void *' [-Wint-conversion] old_pr[(int) DISP_OTHER] = NULL ; ^ ~~~~ x11.c:758:22: warning: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] SELECT(32, &readmask, 0, 0, &tval) ; ^~~~~~~~~ /usr/include/sys/select.h:71:36: note: passing argument to parameter here int select(int, fd_set * __restrict, fd_set * __restrict, ^ x11.c:828:11: warning: enumeration values 'DISP_NAME' and 'DISP_OTHER' not handled in switch [-Wswitch] switch (dtype) ^ 26 warnings generated. (cd compface; /usr/pkg/bin/bmake BINDIR=/usr/pkg/bin LIBDIR=/usr/pkg/lib INCDIR=/usr/pkg/include MANDIR=/usr/pkg/man CC="cc" NOINDEX= SYSV= PREFIX=/usr/pkg CCOMP="-O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include") libtool --mode=compile cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -c arith.c libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c arith.c -fPIC -DPIC -o .libs/arith.o arith.c:91:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] register WORD a, *r; ^ ./compface.h:187:29: note: previous declaration is here void BigDiv P((unsigned char, unsigned char *)) ; ^ ./compface.h:27:18: note: expanded from macro 'P' #define P(args) args ^ arith.c:135:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] register WORD a; ^ ./compface.h:188:29: note: previous declaration is here void BigMul P((unsigned char)) ; ^ ./compface.h:27:18: note: expanded from macro 'P' #define P(args) args ^ arith.c:209:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] WORD a; ^ ./compface.h:185:29: note: previous declaration is here void BigAdd P((unsigned char)) ; ^ ./compface.h:27:18: note: expanded from macro 'P' #define P(args) args ^ 3 warnings generated. libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c arith.c -o arith.o >/dev/null 2>&1 libtool --mode=compile cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -c file.c libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c file.c -fPIC -DPIC -o .libs/file.o file.c:140:3: warning: implicitly declaring library function 'sprintf' with type 'int (char *, const char *, ...)' sprintf(t,"#define noname_width 48\n#define noname_height 48\nstatic char noname_bits[] = {\n "); ^ file.c:140:3: note: include the header or explicitly provide a declaration for 'sprintf' 1 warning generated. libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c file.c -o file.o >/dev/null 2>&1 libtool --mode=compile cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -c compress.c libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c compress.c -fPIC -DPIC -o .libs/compress.o libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c compress.c -o compress.o >/dev/null 2>&1 libtool --mode=compile cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -c gen.c libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c gen.c -fPIC -DPIC -o .libs/gen.o libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c gen.c -o gen.o >/dev/null 2>&1 libtool --mode=compile cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -c uncompface.c libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c uncompface.c -fPIC -DPIC -o .libs/uncompface.o libtool: compile: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -c uncompface.c -o uncompface.o >/dev/null 2>&1 libtool --mode=link cc -o libcompface.la arith.lo file.lo compress.lo gen.lo uncompface.lo -rpath /usr/pkg/lib -version-info 1:0 libtool: link: cc -shared -fPIC -DPIC .libs/arith.o .libs/file.o .libs/compress.o .libs/gen.o .libs/uncompface.o -L/usr/pkgsrc/work/mail/faces/work/.buildlink/lib -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" ) cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c cmain.c cmain.c:69:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:47:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:146:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^ cmain.c:146:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmain.c:146:13: note: place parentheses around the assignment to silence this warning while (len = read(infile, t, FACEBUFLEN - count)) ^ ( ) cmain.c:146:13: note: use '==' to turn this assignment into an equality comparison while (len = read(infile, t, FACEBUFLEN - count)) ^ == 3 warnings generated. cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c compface.c libtool --mode=link cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -o compface cmain.o compface.o libcompface.la libtool: link: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -o .libs/compface cmain.o compface.o -L./.libs -lcompface -L/usr/pkgsrc/work/mail/faces/work/.buildlink/lib -Wl,-rpath,/usr/pkg/lib cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c uncmain.c uncmain.c:78:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:49:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:155:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^ uncmain.c:155:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uncmain.c:155:13: note: place parentheses around the assignment to silence this warning while (len = read(infile, t, FACEBUFLEN - count)) ^ ( ) uncmain.c:155:13: note: use '==' to turn this assignment into an equality comparison while (len = read(infile, t, FACEBUFLEN - count)) ^ == 3 warnings generated. libtool --mode=link cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -o uncompface uncmain.o libcompface.la libtool: link: cc -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/include -o .libs/uncompface uncmain.o -L./.libs -lcompface -L/usr/pkgsrc/work/mail/faces/work/.buildlink/lib -Wl,-rpath,/usr/pkg/lib (cd filters; /usr/pkg/bin/bmake BINDIR=/usr/pkg/bin LIBDIR=/usr/pkg/lib INCDIR=/usr/pkg/include MANDIR=/usr/pkg/man CC="cc" NOINDEX= SYSV= PREFIX=/usr/pkg CCOMP="-O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include") cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c icon2ikon.c icon2ikon.c:41:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ icon2ikon.c:46:8: warning: implicit declaration of function 'get_sun_icon' is invalid in C99 [-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' is invalid in C99 [-Wimplicit-function-declaration] make_blit_ikon() ; /* Turn into Blit ikon format. */ ^ icon2ikon.c:51:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] get_sun_icon(buf) /* Load Sun icon file. */ ^ icon2ikon.c:117:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] make_blit_ikon() /* Create Blit ikon on standard output. */ ^ icon2ikon.c:123:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 6 warnings generated. cc -o icon2ikon -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include icon2ikon.o cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c ikon2icon.c ikon2icon.c:41:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^ ikon2icon.c:43:3: warning: implicit declaration of function 'read_blit' is invalid in C99 [-Wimplicit-function-declaration] read_blit() ; /* Read blit info to internal buffer. */ ^ ikon2icon.c:44:3: warning: implicit declaration of function 'make_icon' is invalid in C99 [-Wimplicit-function-declaration] make_icon() ; /* Turn into Sun icon format. */ ^ ikon2icon.c:48:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] make_icon() /* Create Sun icon on standard output. */ ^ ikon2icon.c:64:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ikon2icon.c:66:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] read_blit() /* Read rasterfile into internal buffer. */ ^ ikon2icon.c:85:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 7 warnings generated. cc -o ikon2icon -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include ikon2icon.o cc -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/pkg/include -I/usr/X11R7/include -c rs2icon.c rs2icon.c:58:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ rs2icon.c:63:3: warning: implicit declaration of function 'get_options' is invalid in C99 [-Wimplicit-function-declaration] get_options(argc, argv) ; /* Extract command line options. */ ^ rs2icon.c:64:3: warning: implicit declaration of function 'read_raster' is invalid in C99 [-Wimplicit-function-declaration] read_raster() ; /* Read rasterfile to internal buffer. */ ^ rs2icon.c:65:3: warning: implicit declaration of function 'make_icon' is invalid in C99 [-Wimplicit-function-declaration] make_icon() ; /* Turn rasterfile portion into an icon. */ ^ rs2icon.c:69:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] get_options(argc, argv) /* Extract command line options. */ ^ rs2icon.c:83:26: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] x = atoi(*argv) ; ^ rs2icon.c:94:22: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1) ; ^ rs2icon.c:94:22: note: include the header or explicitly provide a declaration for 'exit' rs2icon.c:99:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ rs2icon.c:102:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] make_icon() /* Create icon from rasterfile on standard output. */ ^ rs2icon.c:124:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ rs2icon.c:126:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] read_raster() /* Read rasterfile into internal buffer. */ ^ rs2icon.c:138:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 12 warnings generated. cc -o rs2icon -O2 -march=i586 -I/usr/pkg/include -I/usr/X11R7/include rs2icon.o libtool --mode=link cc -o faces -O2 -march=i586 -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 -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib compface/libcompface.la -lX11 libtool: link: cc -o .libs/faces -O2 -march=i586 -I/usr/pkgsrc/work/mail/faces/work/.buildlink/include -I/usr/pkgsrc/work/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,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib -L/usr/pkgsrc/work/mail/faces/work/.buildlink/lib -L/usr/pkgsrc/work/mail/faces/work/.x11-buildlink/lib -Lcompface/.libs -lcompface -lX11 -Wl,-rpath,/usr/pkg/lib main.o: In function `main': main.c:(.text+0x2a1): undefined reference to `yp_get_default_domain' main.o: In function `h_to_c': main.c:(.text+0x61a): undefined reference to `yp_match' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/mail/faces/work/faces *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/mail/faces *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/mail/faces