[Bug 217640] net/nsd can't build 4.1.15 from ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 8 14:57:18 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217640

            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 at FreeBSD.org
          Reporter: max at 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
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes 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
===> The following configuration options are available for nsd-4.1.15:
     DOCS=on: Build and/or install documentation
     IPV6=on: IPv6 protocol support
     LARGEFILE=on: Largefile support
     MINRESPSIZE=on: Minimial response sizing
     NSEC3=on: NSEC3 support
     ROOT_SERVER=off: Configure as a root server
     RRL=on: Response Rate Limiting
     ZONE_STATS=off: Separate statistics for each zone
===> Use 'make config' to modify these settings

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

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


More information about the freebsd-ports-bugs mailing list