=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 py27-pslib-0.2.0nb4 (cd /tmp/print/py-pslib/work/python-pslib-0.2.0/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python2.7 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/print/py-pslib/work/.cwrapper/bin:/tmp/print/py-pslib/work/.buildlink/bin:/tmp/print/py-pslib/work/.gcc/bin:/tmp/print/py-pslib/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/print/py-pslib/work/.home CWRAPPERS_CONFIG_DIR=/tmp/print/py-pslib/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/print/py-pslib/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/print/py-pslib/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/print/py-pslib/work/.tools/bin/gdbus-codegen PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/print/py-pslib/work/.buildlink/lib/pkgconfig:/tmp/print/py-pslib/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/print/py-pslib/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/print/py-pslib/work/.cwrapper/config /usr/pkg/bin/python2.7 setup.py build ) running build running build_ext building 'pslib' extension creating build creating build/temp.netbsd-9.0-amd64-2.7 gcc -fno-strict-aliasing -O2 -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -I/usr/pkg/include -DNDEBUG -O2 -fPIC -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -fPIC -I/usr/pkg/include/python2.7 -c pslib.c -o build/temp.netbsd-9.0-amd64-2.7/pslib.o pslib.c: In function 'PY_get_buffer': pslib.c:131:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c:134:23: warning: passing argument 2 of 'PS_get_buffer' makes pointer from integer without a cast [-Wint-conversion] PS_get_buffer(ps, size); ^~~~ In file included from pslib.c:14:0: /tmp/print/py-pslib/work/.buildlink/include/libps/pslib.h:264:1: note: expected 'long int *' but argument is of type 'long int' PS_get_buffer(PSDoc *psdoc, long *size); ^~~~~~~~~~~~~ pslib.c: In function 'PY_restore': pslib.c:152:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_save': pslib.c:173:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_get_opaque': pslib.c:194:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_end_page': pslib.c:215:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_delete': pslib.c:234:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_fill': pslib.c:321:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_clip': pslib.c:342:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_closepath': pslib.c:363:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_closepath_stroke': pslib.c:384:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_fill_stroke': pslib.c:405:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_stroke': pslib.c:424:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_close': pslib.c:468:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_list_parameters': pslib.c:488:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_list_resources': pslib.c:508:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_open_file': pslib.c:532:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_open_fp': pslib.c:555:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_list_values': pslib.c:576:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setpolydash': pslib.c:610:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setmiterlimit': pslib.c:634:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setlinewidth': pslib.c:655:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setlinecap': pslib.c:676:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_deletefont': pslib.c:697:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_close_image': pslib.c:718:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setlinejoin': pslib.c:739:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setgray': pslib.c:760:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setflat': pslib.c:781:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_rotate': pslib.c:802:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_continue_text': pslib.c:823:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_show': pslib.c:844:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_show2': pslib.c:870:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_continue_text2': pslib.c:892:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_moveto': pslib.c:913:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_begin_page': pslib.c:934:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setdash': pslib.c:955:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_scale': pslib.c:976:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_translate': pslib.c:997:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_lineto': pslib.c:1018:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_get_value': pslib.c:1042:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_set_border_style': pslib.c:1064:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_set_value': pslib.c:1086:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_set_info': pslib.c:1107:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_set_parameter': pslib.c:1128:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_get_parameter': pslib.c:1151:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setfont': pslib.c:1172:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_show_boxed': pslib.c:1199:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_open_image': pslib.c:1222:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_open_image_file': pslib.c:1246:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_show_xy': pslib.c:1268:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_show_xy2': pslib.c:1290:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_place_image': pslib.c:1311:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_stringwidth': pslib.c:1333:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_stringwidth2': pslib.c:1355:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_add_bookmark': pslib.c:1376:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_add_note': pslib.c:1401:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_string_geometry': pslib.c:1426:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_circle': pslib.c:1447:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_set_border_dash': pslib.c:1468:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_set_border_color': pslib.c:1489:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_findfont': pslib.c:1511:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_rect': pslib.c:1532:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_add_launchlink': pslib.c:1553:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_add_pdflink': pslib.c:1576:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_add_locallink': pslib.c:1599:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_add_weblink': pslib.c:1622:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_arc': pslib.c:1645:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_arcn': pslib.c:1668:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_curveto': pslib.c:1691:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_setcolor': pslib.c:1715:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_do_close': pslib.c:1741:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ pslib.c: In function 'PY_do_line': pslib.c:1761:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ps = (PSDoc*) num; ^ creating build/lib.netbsd-9.0-amd64-2.7 gcc -shared -L/tmp/lang/python27/work/Python-2.7.18 -pthread -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include build/temp.netbsd-9.0-amd64-2.7/pslib.o -L/usr/pkg/lib -lps -lpython2.7 -o build/lib.netbsd-9.0-amd64-2.7/pslib.so -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib ld: /tmp/print/py-pslib/work/.buildlink/lib/libpython2.7.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() ld: /tmp/print/py-pslib/work/.buildlink/lib/libpython2.7.so: warning: warning: tempnam() possibly used unsafely, use mkstemp() or mkdtemp()