=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for maradns-2.0.17
--- all ---
cd deadwood-*/src ; make FLAGS=-O2 ; cd ../.. ;  cd libs ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK ; cd ../dns ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK ; cd ../rng ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK ; cd ../parse ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK ; cd ../qual ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK ; cd ../server ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK "VERSION=2.0.17" COMPILED=\""Darwin system at Sun Oct 22 02:39:20 UTC 2023 (IPv6)"\" ; cd ../tools ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK ; cd ../tcp ; make "CC=clang -O2 -Wall" DEBUG=-DNO_FLOCK "VERSION=2.0.17" ; cat ../00README.FIRST
--- DwStr.o ---
--- DwMararc.o ---
--- DwRadioGatun.o ---
--- DwStr.o ---
clang -O2 -DIPV6 -Wall -c -o DwStr.o DwStr.c
--- DwMararc.o ---
clang -O2 -DIPV6 -Wall -c -o DwMararc.o DwMararc.c
--- DwRadioGatun.o ---
clang -O2 -DIPV6 -Wall -c -o DwRadioGatun.o DwRadioGatun.c
--- DwSocket.o ---
clang -O2 -DIPV6 -Wall -c -o DwSocket.o DwSocket.c
--- DwUdpSocket.o ---
clang -O2 -DIPV6 -Wall -c -o DwUdpSocket.o DwUdpSocket.c
--- DwSocket.o ---
In file included from DwSocket.c:20:
./DwSocket.h:273:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
ip_addr_T get_upstream_ip();
          ^
DwSocket.c:793:11: note: conflicting prototype is here
ip_addr_T get_upstream_ip(dw_str *query, int b) {
          ^
--- DwTcpSocket.o ---
clang -O2 -DIPV6 -Wall -c -o DwTcpSocket.o DwTcpSocket.c
--- DwUdpSocket.o ---
DwUdpSocket.c:203:39: warning: passing arguments to 'get_upstream_ip' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                addr = get_upstream_ip(query,n);
                                      ^
--- DwTcpSocket.o ---
DwTcpSocket.c:121:33: warning: passing arguments to 'get_upstream_ip' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        rem_ip = get_upstream_ip(query,b);
                                ^
1 warning generated.
--- DwSys.o ---
clang -O2 -DIPV6 -Wall -c -o DwSys.o DwSys.c
In file included from DwSys.c:31:
In file included from ./DwSocket.h:103:
./DwSys.h:104:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void process_mararc();
     ^
DwSys.c:559:6: note: conflicting prototype is here
void process_mararc(char *name) {
     ^
--- DwSocket.o ---
1 warning generated.
--- RandomPrime ---
clang -O3 -o RandomPrime RandomPrime.c
--- DwUdpSocket.o ---
1 warning generated.
--- DwCompress.o ---
clang -O2 -DIPV6 -Wall -c -o DwCompress.o DwCompress.c
--- DwSys.o ---
1 warning generated.
--- DwDnsStr.o ---
clang -O2 -DIPV6 -Wall -c -o DwDnsStr.o DwDnsStr.c
--- DwRecurse.o ---
clang -O2 -DIPV6 -Wall -c -o DwRecurse.o DwRecurse.c
--- DwRandPrime.h ---
if [ -e /dev/urandom ] ; then ./RandomPrime > DwRandPrime.h ; fi
--- DwHash.o ---
clang -O2 -DIPV6 -Wall -c -o DwHash.o DwHash.c
--- DwDict.o ---
clang -O2 -DIPV6 -Wall -c -o DwDict.o DwDict.c
--- Deadwood ---
clang -O2 -DIPV6 -Wall -o Deadwood DwMain.c DwStr.o  DwMararc.o  DwRadioGatun.o  DwSocket.o  DwUdpSocket.o  DwTcpSocket.o  DwSys.o  DwHash.o  DwCompress.o  DwDnsStr.o  DwRecurse.o  DwDict.o -lrt
DwMain.c:66:31: warning: passing arguments to 'process_mararc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                process_mararc(argv[2]);
                              ^
DwMain.c:69:31: warning: passing arguments to 'process_mararc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                process_mararc("/opt/pkg/etc/maradns/dwood3rc");
                              ^
2 warnings generated.
ld: library 'rt' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [Deadwood] Error code 1

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/deadwood-3.2.14/src
1 error

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/deadwood-3.2.14/src
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/libs
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/dns
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/rng
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/parse
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/qual
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/server
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/tools
A failure has been detected in another branch of the parallel make

make[1]: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17/tcp
Copyright (c) 2002-2015 Sam Trenholme and others

TERMS

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

This software is provided 'as is' with no guarantees of correctness or
fitness for purpose.
A failure has been detected in another branch of the parallel make

bmake: stopped in /Users/pbulk/build/net/maradns/work/maradns-2.0.17
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/maradns
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/maradns