=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for fd-3.01b --- hmachine.sed --- --- config.h --- --- hmachine.sed --- echo '1,/^$/d' > hmachine.sed --- config.h --- cp config.hin config.h --- hmachine.h --- sed -n -e 's:machine.h:hmachine.h:g' -e '1,/^$/p' machine.h > hmachine.h sed -f hmachine.sed machine.h >> hmachine.h --- mkmfsed --- cc -DPREFIX='"'/opt/pkg'"' -DCONFDIR='"'/opt/pkg/etc'"' -DDICTSRC='"''''"' -DFD=3 -DCCCOMMAND='"'cc'"' -DHOSTCCCOMMAND='"'cc'"' -DCFLAGS='"''''"' -DHOSTCFLAGS='"''''"' -DCPPFLAGS='"''''"' -DHOSTCPPFLAGS='"''''"' -DLDFLAGS='"''''"' -DHOSTLDFLAGS='"''''"' -o mkmfsed mkmfsed.c mkmfsed.c:302:48: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("s:__FDSETSIZE__:-DFD_SETSIZE=%d:\n", MAXOPENFILE); ~~ ^~~~~~~~~~~ %ld mkmfsed.c:20:22: note: expanded from macro 'MAXOPENFILE' #define MAXOPENFILE sysconf(_SC_OPEN_MAX) ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- mkmf.sed --- ./mkmfsed > mkmf.sed --- Makefile.tmp --- sed -f mkmf.sed Makefile.in > Makefile.tmp || (rm -f Makefile.tmp; exit 1) --- all --- make -f Makefile.tmp --- printf.o --- --- termio.o --- --- term.o --- --- stream.o --- --- string.o --- --- malloc.o --- --- time.o --- --- pathname.o --- --- printf.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -c -o printf.o printf.c --- termio.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -DFD_SETSIZE=-1 -c -o termio.o termio.c --- term.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -c -o term.o term.c --- stream.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -c -o stream.o stream.c --- string.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -c -o string.o string.c --- malloc.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -c -o malloc.o malloc.c --- time.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -c -o time.o time.c --- pathname.o --- cc -DDARWIN=1 -DLLVM=1 -O -Wno-attributes -Wno-empty-body -DFD=3 -c -o pathname.o pathname.c --- termio.o --- In file included from termio.c:7: In file included from ./headers.h:25: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:184: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:51:27: error: array is too large (576460752303423488 elements) __int32_t fds_bits[__DARWIN_howmany(__DARWIN_FD_SETSIZE, __DARWIN_NFDBITS)]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:47:33: note: expanded from macro '__DARWIN_howmany' #define __DARWIN_howmany(x, y) ((((x) % (y)) == 0) ? ((x) / (y)) : (((x) / (y)) + 1)) /* # y's == x bits? */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- printf.o --- printf.c:171:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if (n > MAXTYPE(int) / 10 ^~~~~~~~~~~~ ./typesize.h:38:26: note: expanded from macro 'MAXTYPE' #define MAXTYPE(t) ((t)~MINTYPE(t)) ^~~~~~~~~~ ./typesize.h:36:39: note: expanded from macro 'MINTYPE' #define MINTYPE(t) ((t)(_MAXUTYPE(t) << \ ~~~~~~~~~~~~ ^ printf.c:172:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value] || (n == MAXTYPE(int) / 10 ^~~~~~~~~~~~ ./typesize.h:38:26: note: expanded from macro 'MAXTYPE' #define MAXTYPE(t) ((t)~MINTYPE(t)) ^~~~~~~~~~ ./typesize.h:36:39: note: expanded from macro 'MINTYPE' #define MINTYPE(t) ((t)(_MAXUTYPE(t) << \ ~~~~~~~~~~~~ ^ printf.c:173:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value] && s[i] > (char)(MAXTYPE(int) % 10) + '0')) ^~~~~~~~~~~~ ./typesize.h:38:26: note: expanded from macro 'MAXTYPE' #define MAXTYPE(t) ((t)~MINTYPE(t)) ^~~~~~~~~~ ./typesize.h:36:39: note: expanded from macro 'MINTYPE' #define MINTYPE(t) ((t)(_MAXUTYPE(t) << \ ~~~~~~~~~~~~ ^ --- termio.o --- 1 error generated. *** [termio.o] Error code 1 make[1]: stopped in /opt/work/misc/fd/work/FD-3.01b --- printf.o --- 3 warnings generated. 1 error make[1]: stopped in /opt/work/misc/fd/work/FD-3.01b *** [all] Error code 2 bmake: stopped in /opt/work/misc/fd/work/FD-3.01b 1 error bmake: stopped in /opt/work/misc/fd/work/FD-3.01b *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/misc/fd *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/misc/fd