[Bug 243383] devel/qca + LibreSSL = fails to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 15 22:46:14 GMT 2020


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

            Bug ID: 243383
           Summary: devel/qca + LibreSSL = fails to build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde at FreeBSD.org
          Reporter: dave at jetcafe.org
          Assignee: kde at FreeBSD.org
             Flags: maintainer-feedback?(kde at FreeBSD.org)
 Attachment #210780 text/plain
         mime type:

Created attachment 210780
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210780&action=edit
Poudriere log of build

Building devel/qca with latest quarterly snapshot 2020Q1 on FreeBSD 11.3 with
ssl=libressl and option SSL fails. The relevant log bits are at the end of the
comment.

Note, this resembles but is not exactly equivalent to the following bugs:

bug #235883 
bug #232784

A complete log will be attached. 

In file included from
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/qca-ossl.cpp:44:
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/ossl110-compat.h:260:12:
error: static declaration of 'RSA_meth_set_sign' follows non-static declaration
static int RSA_meth_set_sign(RSA_METHOD *meth, int (*sign) (int type, const
unsigned char *m,
           ^
/usr/local/include/openssl/rsa.h:480:5: note: previous declaration is here
int RSA_meth_set_sign(RSA_METHOD *rsa, int (*sign)(int type,
    ^
In file included from
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/qca-ossl.cpp:44:
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/ossl110-compat.h:268:12:
error: static declaration of 'RSA_meth_set_verify' follows non-static
declaration
static int RSA_meth_set_verify(RSA_METHOD *meth, int (*verify) (int dtype,
const unsigned char *m,
           ^
/usr/local/include/openssl/rsa.h:486:5: note: previous declaration is here
int RSA_meth_set_verify(RSA_METHOD *rsa, int (*verify)(int dtype,
    ^
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/qca-ossl.cpp:2849:4:
error: call to 'RSA_meth_set_sign' is ambiguous
                        RSA_meth_set_sign(ops, NULL);
                        ^~~~~~~~~~~~~~~~~
/usr/local/include/openssl/rsa.h:480:5: note: candidate function
int RSA_meth_set_sign(RSA_METHOD *rsa, int (*sign)(int type,
    ^
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/ossl110-compat.h:260:12:
note: candidate function
static int RSA_meth_set_sign(RSA_METHOD *meth, int (*sign) (int type, const
unsigned char *m,
           ^
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/qca-ossl.cpp:2853:4:
error: call to 'RSA_meth_set_verify' is ambiguous
                        RSA_meth_set_verify(ops, NULL); //pkcs11_rsa_verify
                        ^~~~~~~~~~~~~~~~~~~
/usr/local/include/openssl/rsa.h:486:5: note: candidate function
int RSA_meth_set_verify(RSA_METHOD *rsa, int (*verify)(int dtype,
    ^
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/ossl110-compat.h:268:12:
note: candidate function
static int RSA_meth_set_verify(RSA_METHOD *meth, int (*verify) (int dtype,
const unsigned char *m,
           ^
4 errors generated.

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


More information about the kde-freebsd mailing list