=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for dvtm-0.15 cleaning dvtm build options: CFLAGS = -O2 -march=i586 -I/usr/include -std=c99 -I. -DVERSION="0.15" -DNDEBUG -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED LDFLAGS = -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -lc -lutil -lcurses CC = cc cp config.def.h config.h CC dvtm.c dvtm.c:1772:7: warning: implicit declaration of function 'pselect' is invalid in C99 [-Wimplicit-function-declaration] r = pselect(nfds + 1, &rd, NULL, NULL, NULL, &emptyset); ^ 1 warning generated. CC vt.c vt.c:1603:14: warning: implicit declaration of function 'forkpty' is invalid in C99 [-Wimplicit-function-declaration] pid_t pid = forkpty(&t->pty, NULL, NULL, &ws); ^ 1 warning generated. CC -o dvtm dvtm.o: In function `main': dvtm.c:(.text+0x6c2): undefined reference to `pselect' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/misc/dvtm/work/dvtm-0.15 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/misc/dvtm *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/misc/dvtm