QT4 problem with OpenSSL

Nilton Jose Rizzo rizzo at i805.com.br
Fri Nov 23 17:16:09 UTC 2018


  Hi, I need a qt4 meta port to build the scribus port.

 I just installed a QT5, but scribus only work with qt4.


When I try to install qt4 or anythink else needs qt4 metaports

the qt4-network fail with this erro mesage:


ssl/qsslcertificate.cpp:264:68: error: member access into incomplete
type 'X509' (aka 'x509_st')
           
QByteArray::number(qlonglong(q_ASN1_INTEGER_get(d->x509->cert_info->version))
+ 1);
                                                                   ^
ssl/qsslcertificate.h:53:16: note: forward declaration of 'x509_st'
typedef struct x509_st X509; // ### check if this works
               ^
ssl/qsslcertificate.cpp:279:45: error: member access into incomplete
type 'X509' (aka 'x509_st')
        ASN1_INTEGER *serialNumber = d->x509->cert_info->serialNumber;
                                            ^
ssl/qsslcertificate.h:53:16: note: forward declaration of 'x509_st'
typedef struct x509_st X509; // ### check if this works
               ^
ssl/qsslcertificate.cpp:492:32: error: member access into incomplete
type 'X509' (aka 'x509_st')
    X509_PUBKEY *xkey = d->x509->cert_info->key;
                               ^
ssl/qsslcertificate.h:53:16: note: forward declaration of 'x509_st'
typedef struct x509_st X509; // ### check if this works
               ^
ssl/qsslcertificate.cpp:496:29: error: member access into incomplete
type 'EVP_PKEY' (aka 'evp_pkey_st')
    if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_RSA) {

0<--------  Cut


My Box:

root at valfenda:/usr/ports/net/qt4-network # uname -a && svnlite info
/usr/ports
FreeBSD valfenda 13.0-CURRENT FreeBSD 13.0-CURRENT r340249 VALFENDA  amd64
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 485565
Node Kind: directory
Schedule: normal
Last Changed Author: yuri
Last Changed Rev: 485565
Last Changed Date: 2018-11-21 20:37:49 -0200 (qua, 21 nov 2018)



More information about the freebsd-ports mailing list