Date: Thu, 09 Mar 2017 03:34:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217655] security/softhsm2 build errors using libressl on 11.0Stable Message-ID: <bug-217655-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217655 Bug ID: 217655 Summary: security/softhsm2 build errors using libressl on 11.0Stable Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au CC: jaap@NLnetLabs.nl CC: jaap@NLnetLabs.nl Flags: maintainer-feedback?(jaap@NLnetLabs.nl) Our make.conf contains DEFAULT_VERSIONS+=3Dssl=3Dlibressl and libressl is installed. # uname -aKU FreeBSD b2.hs 11.0-STABLE FreeBSD 11.0-STABLE #0 r314716M: Mon Mar 6 16:22= :28 AEDT 2017 root@hathor:/110003/D/K8/hqdev-amd64-smp-vga amd64 1100509 1100509 # make -C /usr/ports/security/softhsm2 -DMAKE_JOBS_UNSAFE=20 results in these errors: OSSLDH.cpp:141:7: error: use of undeclared identifier 'DH_set0_pqg' if (!DH_set0_pqg(dh, bn_p, NULL, bn_g)) ^ OSSLDH.cpp:154:8: error: use of undeclared identifier 'DH_set_length' if (!DH_set_length(dh, params->getXBitLength())) ^ OSSLDH.cpp:207:2: error: use of undeclared identifier 'DH_get0_key' DH_get0_key(pub, &bn_pub_key, NULL); ^ OSSLDH.cpp:299:2: error: use of undeclared identifier 'DH_get0_pqg' DH_get0_pqg(dh, &bn_p, NULL, &bn_g); ^ 2 warnings and 4 errors generated. *** Error code 1 I'm unable to locate my rubber chicken for the right magic to happen... --=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-217655-13>