[Bug 217655] security/softhsm2 build errors using libressl on 11.0Stable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 9 03:34:58 UTC 2017


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

            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 at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au
                CC: jaap at NLnetLabs.nl
                CC: jaap at NLnetLabs.nl
             Flags: maintainer-feedback?(jaap at NLnetLabs.nl)

Our make.conf contains
DEFAULT_VERSIONS+=ssl=libressl
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 at hathor:/110003/D/K8/hqdev-amd64-smp-vga amd64 1100509
1100509

# make -C /usr/ports/security/softhsm2 -DMAKE_JOBS_UNSAFE 
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...

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


More information about the freebsd-ports-bugs mailing list