=> Bootstrap dependency digest>=20211023: found digest-20220214 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 xgap-4.32 --- bin/x86_64--netbsd-gcc/configure --- mkdir -p bin/x86_64--netbsd-gcc cp cnf/configure.out bin/x86_64--netbsd-gcc/configure --- bin/x86_64--netbsd-gcc/Makefile --- ( cd bin/x86_64--netbsd-gcc ; CC=gcc ./configure --with-gaproot=/usr/pkg/lib/gap4.3 --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --prefix=/usr/pkg --build=x86_64--netbsd --host=x86_64--netbsd --mandir=/usr/pkg/man --enable-option-checking=yes ) checking for x86_64--netbsd-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking build system type... x86_64--netbsd checking host system type... x86_64--netbsd checking target system type... x86_64--netbsd checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for library containing openpty... -lutil checking for util.h... yes checking for pty.h... no checking for libutil.h... no checking for sgtty.h... yes checking for termios.h... yes checking for termio.h... no checking for sys/ioctl.h... yes checking for sys/select.h... yes checking for signal.h... yes checking for sys/signal.h... yes checking for signal... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no checking how to run the C preprocessor... cpp checking for X... libraries /usr/X11R7/lib, headers /usr/X11R7/include checking whether -R must be followed by a space... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h --- compile --- ( cd bin/x86_64--netbsd-gcc ; /usr/bin/make CC=gcc ) --- xcmds.o --- --- utils.o --- --- gapgraph.o --- --- gaptext.o --- --- xcmds.o --- gcc -I. -O2 -I/usr/X11R7/include -o xcmds.o -c ../../src.x11/xcmds.c --- utils.o --- gcc -I. -O2 -I/usr/X11R7/include -o utils.o -c ../../src.x11/utils.c --- gapgraph.o --- gcc -I. -O2 -I/usr/X11R7/include -o gapgraph.o -c ../../src.x11/gapgraph.c --- gaptext.o --- gcc -I. -O2 -I/usr/X11R7/include -o gaptext.o -c ../../src.x11/gaptext.c --- xcmds.o --- ../../src.x11/xcmds.c: In function 'FunChangeList': ../../src.x11/xcmds.c:715:36: warning: passing argument 2 of 'XawListChange' from incompatible pointer type [-Wincompatible-pointer-types] XawListChange( arg->sel->list, (const char **)text, 0, 0, True ); ^ In file included from ../../src.x11/utils.h:120:0, from ../../src.x11/xcmds.c:9: /tmp/math/xgap/work/.x11-buildlink/include/X11/Xaw/List.h:167:6: note: expected 'char **' but argument is of type 'const char **' void XawListChange ^~~~~~~~~~~~~ --- pty.o --- gcc -I. -O2 -I/usr/X11R7/include -o pty.o -c ../../src.x11/pty.c --- popdial.o --- gcc -I. -O2 -I/usr/X11R7/include -o popdial.o -c ../../src.x11/popdial.c --- xgap.o --- gcc -I. -O2 -I/usr/X11R7/include -o xgap.o -c ../../src.x11/xgap.c --- selfile.o --- gcc -I. -O2 -I/usr/X11R7/include -o selfile.o -c ../../src.x11/selfile.c --- xgap --- gcc -o xgap xcmds.o utils.o gapgraph.o gaptext.o pty.o popdial.o xgap.o selfile.o -O2 -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lutil -L/usr/X11R7/lib -R/usr/X11R7/lib -lXaw -lXmu -lXt -lXext -lX11 -lSM -lICE cp xgap.sh bin/xgap.sh