Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Mar 2017 14:57:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217640] net/nsd can't build 4.1.15 from ports
Message-ID:  <bug-217640-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217640

            Bug ID: 217640
           Summary: net/nsd can't build 4.1.15 from ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: max@kostikov.co

Trying to update NSD from ports I got build error.
...
--- query.o ---
./query.c:667:50: error: use of undeclared identifier 'rbnode_t'
                        memcpy(&temp->node, &additional->node,
sizeof(rbnode_t));
                                                                      ^
./query.c:1116:54: error: use of undeclared identifier 'rbnode_t'
                memcpy(&match->node, &wildcard_child->node, sizeof(rbnode_t=
));
                                                                   ^
2 errors generated.
*** [query.o] Error code 1

make[2]: stopped in /usr/ports/dns/nsd/work/nsd-4.1.15
1 error

make[2]: stopped in /usr/ports/dns/nsd/work/nsd-4.1.15
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/dns/nsd
*** Error code 1

Stop.
make: stopped in /usr/ports/dns/nsd

Here is build options.
# make showconfig | grep on
=3D=3D=3D> The following configuration options are available for nsd-4.1.15:
     DOCS=3Don: Build and/or install documentation
     IPV6=3Don: IPv6 protocol support
     LARGEFILE=3Don: Largefile support
     MINRESPSIZE=3Don: Minimial response sizing
     NSEC3=3Don: NSEC3 support
     ROOT_SERVER=3Doff: Configure as a root server
     RRL=3Don: Response Rate Limiting
     ZONE_STATS=3Doff: Separate statistics for each zone
=3D=3D=3D> Use 'make config' to modify these settings

System
# uname -v
FreeBSD 11.0-RELEASE-p8 #0: Wed Feb 22 06:12:04 UTC 2017=20=20=20=20
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217640-13>