WARNING: [license.mk] Every package should define a LICENSE.
===> Building for traceroute-as-991603nb1
clang -pipe -Os     -c aslookup.c
clang -pipe -Os     -c vers.c
clang -pipe -Os    -DSTANDALONE -c aslookup.c -o aslookup-std.o
clang -pipe -Os    -DSTANDALONE -c vers.c -o vers-std.o
clang -pipe -Os    -o aslookup aslookup-std.o vers-std.o 
clang -pipe -Os     -c traceroute.c
traceroute.c:1740:52: warning: too few arguments in call to 'error'
                        error("sendto: truncated packet to %s", hostname);
                        ~~~~~                                           ^
traceroute.c:1795:59: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        n = recvfrom(sock, (char *)ipacket, len, 0, fromaddr_sa, &fromlen);
                                                                 ^~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:716:27: note: passing argument to parameter here
    socklen_t * __restrict) __DARWIN_ALIAS_C(recvfrom);
                          ^
traceroute.c:2674:33: warning: too few arguments in call to 'error'
                        error("Unknown host %s", host);
                        ~~~~~                        ^
traceroute.c:3141:24: warning: too few arguments in call to 'error'
                error("Out of memory");
                ~~~~~                ^
4 warnings generated.
clang  -o traceroute traceroute.o aslookup.o vers.o 
Undefined symbols for architecture arm64:
  "_res_9_init", referenced from:
      _main in traceroute.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [traceroute] Error code 1

bmake: stopped making "all" in /Users/pbulk/build/net/traceroute-as/work
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/net/traceroute-as/work
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/traceroute-as
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/traceroute-as