>>> Building on exopi-2 under net/dnsmasq BDEPENDS = [archivers/xz] DIST = [net/dnsmasq:dnsmasq-2.93.tar.xz] FULLPKGNAME = dnsmasq-2.93 Avoided depends for xz-5.8.3 distfiles size=642764 >>> Running build in net/dnsmasq at 1780908192.02 ===> net/dnsmasq ===> Building from scratch dnsmasq-2.93 ===> dnsmasq-2.93 depends on: xz->=5.4.0 -> xz-5.8.3 ===> Verifying specs: c ===> found c.103.0 ===> Checking files for dnsmasq-2.93 `/exopi-cvs/ports/distfiles/dnsmasq-2.93.tar.xz' is up to date. >> (SHA256) all files: OK ===> Extracting for dnsmasq-2.93 ===> Patching for dnsmasq-2.93 ===> Applying OpenBSD patch patch-dnsmasq_conf_example Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: dnsmasq.conf.example |--- dnsmasq.conf.example.orig |+++ dnsmasq.conf.example -------------------------- Patching file dnsmasq.conf.example using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-man_dnsmasq_8 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: man/dnsmasq.8 |--- man/dnsmasq.8.orig |+++ man/dnsmasq.8 -------------------------- Patching file man/dnsmasq.8 using Plan A... Hunk #1 succeeded at 173. Hunk #2 succeeded at 2343. Hunk #3 succeeded at 2812. done ===> Applying OpenBSD patch patch-src_config_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/config.h |--- src/config.h.orig |+++ src/config.h -------------------------- Patching file src/config.h using Plan A... Hunk #1 succeeded at 50. Hunk #2 succeeded at 224. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for dnsmasq-2.93 ===> Configuring for dnsmasq-2.93 ===> Building for dnsmasq-2.93 cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c cache.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c rfc1035.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c util.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c option.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c forward.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c network.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c dnsmasq.c dnsmasq.c:741:19: warning: variable 'dummy' is uninitialized when passed as a const pointer argument here [-Wuninitialized-const-pointer] 741 | (setgroups(0, &dummy) == -1 || | ^~~~~ 1 warning generated. cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c dhcp.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c lease.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c rfc2131.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c netlink.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c dbus.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c bpf.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c helper.c helper.c:112:25: warning: variable 'dummy' is uninitialized when passed as a const pointer argument here [-Wuninitialized-const-pointer] 112 | if (setgroups(0, &dummy) == -1 || | ^~~~~ 1 warning generated. cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c tftp.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c log.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c conntrack.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c dhcp6.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c rfc3315.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c dhcp-common.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c outpacket.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c radv.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c slaac.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c auth.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c ipset.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c pattern.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c domain.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c dnssec.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c blockdata.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c tables.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c loop.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c inotify.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c poll.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c rrfilter.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c edns0.c edns0.c:526:31: warning: initializer-string for character array is too long, array size is 4 but initializer has size 5 (including the null terminating character); did you mean to use the 'nonstring' attribute? [-Wunterminated-string-initialization] 526 | struct umbrella_opt opt = {{"ODNS"}, UMBRELLA_VERSION, 0, {0}}; | ^~~~~~ 1 warning generated. cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c arp.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c crypto.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c dump.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c ubus.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c metrics.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c domain-match.c cc -O2 -pipe -Wall -W -DVERSION='"2.93"' -c nftset.c cc -o dnsmasq cache.o rfc1035.o util.o option.o forward.o network.o dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o helper.o tftp.o log.o conntrack.o dhcp6.o rfc3315.o dhcp-common.o outpacket.o radv.o slaac.o auth.o ipset.o pattern.o domain.o dnssec.o blockdata.o tables.o loop.o inotify.o poll.o rrfilter.o edns0.o arp.o crypto.o dump.o ubus.o metrics.o domain-match.o nftset.o ld: warning: cache.c(cache.o:(really_insert)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: cache.c(cache.o:(log_query)): warning: sprintf() is often misused, please use snprintf() ld: warning: cache.c(cache.o:(read_hostsfile)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in net/dnsmasq at 1780908214.75 ===> net/dnsmasq ===> Faking installation for dnsmasq-2.93 `dnsmasq' is up to date. install -d /exopi-obj/pobj/dnsmasq-2.93/fake-amd64/usr/local/sbin install -d /exopi-obj/pobj/dnsmasq-2.93/fake-amd64/usr/local/man/man8 install -m 644 man/dnsmasq.8 /exopi-obj/pobj/dnsmasq-2.93/fake-amd64/usr/local/man/man8 install -m 755 src/dnsmasq /exopi-obj/pobj/dnsmasq-2.93/fake-amd64/usr/local/sbin /exopi-obj/pobj/dnsmasq-2.93/bin/install -d -m 755 /exopi-obj/pobj/dnsmasq-2.93/fake-amd64/usr/local/share/examples/dnsmasq /exopi-obj/pobj/dnsmasq-2.93/bin/install -c -m 644 /exopi-obj/pobj/dnsmasq-2.93/dnsmasq-2.93/dnsmasq.conf.example /exopi-obj/pobj/dnsmasq-2.93/fake-amd64/usr/local/share/examples/dnsmasq Installing /exopi-cvs/ports/net/dnsmasq/pkg/dnsmasq.rc as /exopi-obj/pobj/dnsmasq-2.93/fake-amd64/etc/rc.d/dnsmasq ===> Building package for dnsmasq-2.93 Create /exopi-cvs/ports/packages/amd64/all/dnsmasq-2.93.tgz Creating package dnsmasq-2.93 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************** | 22% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/dnsmasq-2.93.tgz >>> Running clean in net/dnsmasq at 1780908226.82 ===> net/dnsmasq ===> Cleaning for dnsmasq-2.93 >>> Ended at 1780908227.13 max_stuck=6.08/build=22.74/package=12.08/clean=0.33