Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 22:46:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243383] devel/qca + LibreSSL = fails to build
Message-ID:  <bug-243383-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243383
           Summary: devel/qca + LibreSSL =3D 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@FreeBSD.org
          Reporter: dave@jetcafe.org
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)
 Attachment #210780 text/plain
         mime type:

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

Building devel/qca with latest quarterly snapshot 2020Q1 on FreeBSD 11.3 wi=
th
ssl=3Dlibressl and option SSL fails. The relevant log bits are at the end o=
f the
comment.

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

bug #235883=20
bug #232784

A complete log will be attached.=20

In file included from
/wrkdirs/usr/ports/devel/qca/work/qca-2.2.1/plugins/qca-ossl/qca-ossl.cpp:4=
4:
/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 declara=
tion
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:4=
4:
/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:2=
849: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:2=
853: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.

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