Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2020 11:11:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243387] dns/bind-tools
Message-ID:  <bug-243387-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243387
           Summary: dns/bind-tools
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: dron@kubstu.ru
          Assignee: mat@FreeBSD.org
             Flags: maintainer-feedback?(mat@FreeBSD.org)

Created attachment 210789
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210789&action=
=3Dedit
Patch for bind-9.14.9 configure

Build fail for dns/bind-tools (or another ports based on isc-bind9) if
devel/jsoncpp installed.

root@FreeBSD-12:/usr/ports/dns/bind-tools # make
=3D=3D=3D>  Building for bind-tools-9.14.9
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/include
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/include/isc
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/include/pk=
11
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/include/pk=
cs11
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/unix
making all in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/unix/inclu=
de
making all in
/usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/unix/include/isc
making all in
/usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/unix/include/pkcs11
cc  -I/usr/ports/dns/bind-tools/work/bind-9.14.9 -I../../.. -I./include=20
-I./../pthreads/include  -I../include  -I./../include  -I./.. -I/usr/includ=
e=20=20
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64  -DDIG_SIGCHASE=3D1 -O2 -pipe=
=20
-DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing  -pthread -I/usr/local/include/libxml2 -I/usr/include
-I/usr/local/include  -fPIC   -W -Wall -Wmissing-prototypes -Wcast-qual
-Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing
-fno-delete-null-pointer-checks  -c pk11_api.c
In file included from pk11_api.c:21:
In file included from ../include/isc/mem.h:20:
In file included from ../include/isc/json.h:36:
In file included from /usr/local/include/json/json.h:9:
In file included from /usr/local/include/json/autolink.h:9:
/usr/local/include/json/config.h:8:10: fatal error: 'cstddef' file not found
#include <cstddef>
         ^~~~~~~~~
1 error generated.
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc/unix
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib/isc
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/dns/bind-tools/work/bind-9.14.9/lib
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/dns/bind-tools/work/bind-9.14.9
*** Error code 1

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

Stop.
make: stopped in /usr/ports/dns/bind-tools
root@FreeBSD-12:/usr/ports/dns/bind-tools #

--=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-243387-7788>