WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xgap-4.32 mkdir -p bin/aarch64-apple-darwin23-clang cp cnf/configure.out bin/aarch64-apple-darwin23-clang/configure ( cd bin/aarch64-apple-darwin23-clang ; CC=clang ./configure --with-gaproot=/opt/pkg/lib/gap4.3 --prefix=/opt/pkg --build=aarch64-apple-darwin23 --host=aarch64-apple-darwin23 --mandir=/opt/pkg/share/man --enable-option-checking=yes ) checking for aarch64-apple-darwin23-gcc... clang 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 clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking build system type... aarch64-apple-darwin23 checking host system type... aarch64-apple-darwin23 checking target system type... aarch64-apple-darwin23 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... none required 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... clang -E checking for X... libraries , headers 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 ( cd bin/aarch64-apple-darwin23-clang ; /opt/pkg/bin/bmake CC=clang ) clang -I. -pipe -Os -I/opt/pkg/include -o xcmds.o -c ../../src.x11/xcmds.c ../../src.x11/xcmds.c:715:36: warning: passing 'const char **' to parameter of type 'String *' (aka 'char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] XawListChange( arg->sel->list, (const char **)text, 0, 0, True ); ^~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/math/xgap/work/.buildlink/include/X11/Xaw/List.h:170:12: note: passing argument to parameter 'list' here String *list, ^ 1 warning generated. clang -I. -pipe -Os -I/opt/pkg/include -o utils.o -c ../../src.x11/utils.c clang -I. -pipe -Os -I/opt/pkg/include -o gapgraph.o -c ../../src.x11/gapgraph.c clang -I. -pipe -Os -I/opt/pkg/include -o gaptext.o -c ../../src.x11/gaptext.c clang -I. -pipe -Os -I/opt/pkg/include -o pty.o -c ../../src.x11/pty.c clang -I. -pipe -Os -I/opt/pkg/include -o popdial.o -c ../../src.x11/popdial.c clang -I. -pipe -Os -I/opt/pkg/include -o xgap.o -c ../../src.x11/xgap.c clang -I. -pipe -Os -I/opt/pkg/include -o selfile.o -c ../../src.x11/selfile.c clang -o xgap xcmds.o utils.o gapgraph.o gaptext.o pty.o popdial.o xgap.o selfile.o -pipe -Os -I/opt/pkg/include -L/opt/pkg/lib -lXaw -lXmu -lXt -lXext -lX11 -lSM -lICE cp xgap.sh bin/xgap.sh