Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2022 14:47:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262501] dns/powerdns-recursor don't build with libressl
Message-ID:  <bug-262501-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 262501
           Summary: dns/powerdns-recursor don't build with libressl
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: nti@w4w.net
                CC: tremere@cainites.net
                CC: tremere@cainites.net
             Flags: maintainer-feedback?(tremere@cainites.net)

Can=E2=80=99t build the newest ports powerdns-recursor 4.6.0 and dnsdist 1.=
7.0 with
libressl as default ssl library. Same error:=20

mv -f $depbase.Tpo $depbase.Po
depbase=3D`echo credentials.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
c++ -std=3Dc++17 -DHAVE_CONFIG_H -I.  -I/usr/local/include/lua52  -I./ext/y=
ahttp
-pthread     -O3 -Wall -pthread -DSYSCONFDIR=3D\"/usr/local/etc/pdns\"=20
-I./ext/json11 -I./ext/protozero/include -I./ext/yahttp -I/usr/local/includ=
e=20
-DBOOST_CONTAINER_USE_STD_EXCEPTIONS  -I/usr/local/include/lua52   -isystem
/usr/local/include -DSYSCONFDIR=3D\"/usr/local/etc/pdns\"
-DPKGLIBDIR=3D\"/usr/local/lib/pdns-recursor\" -DLOCALSTATEDIR=3D\"/var/run=
\"
-DNODCACHEDIR=3D\"/var/lib/pdns-recursor\" -fPIE -DPIE -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=3D2 --param ssp-buffer-size=3D4 -fstack-protector -Wall -=
Wextra
-Wshadow -Wno-unused-parameter -Wmissing-declarations -Wredundant-decls -g =
-O2
-O2 -pipe -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing  -isystem /usr/local/include  -MT credentials.o -MD -MP
-MF $depbase.Tpo -c -o credentials.o credentials.cc &&\
mv -f $depbase.Tpo $depbase.Po
credentials.cc:99:90: error: use of undeclared identifier 'EVP_PKEY_SCRYPT'
  auto pctx =3D std::unique_ptr<EVP_PKEY_CTX, void
(*)(EVP_PKEY_CTX*)>(EVP_PKEY_CTX_new_id(EVP_PKEY_SCRYPT, nullptr),
EVP_PKEY_CTX_free);

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