[Bug 248716] ftp/lftp-4.9.2 fails to build with libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 18 06:49:35 UTC 2020


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

            Bug ID: 248716
           Summary: ftp/lftp-4.9.2 fails to build with libressl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: sgs at pichove.org

Libressl fails to build against libressl-3.1.3 with the following error:

/bin/sh ../libtool --silent  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.
-I../lib  -I../lib -I../trio  -I/usr/include  -DLIBICONV_PLUG
-I/usr/local/include -isystem /usr/local/include -D_THREAD_SAFE  -O2 -pipe
-fno-strict-aliasing -DLIBICONV_PLUG -fstack-protector-strong -isystem
/usr/local/include  -DLIBICONV_PLUG -isystem /usr/local/include  -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -MT liblftp_network_la-lftp_ssl.lo -MD -MP -MF
.deps/liblftp_network_la-lftp_ssl.Tpo -c -o liblftp_network_la-lftp_ssl.lo
`test -f 'lftp_ssl.cc' || echo './'`lftp_ssl.cc
lftp_ssl.cc:1164:10: error: use of undeclared identifier
'X509_STORE_CTX_get_by_subject'; did you mean 'X509_STORE_get_by_subject'?
    rc = X509_STORE_CTX_get_by_subject(store_ctx, X509_LU_CRL, subject, obj);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         X509_STORE_get_by_subject
/usr/local/include/openssl/x509_vfy.h:479:5: note: 'X509_STORE_get_by_subject'
declared here
int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
    ^
lftp_ssl.cc:1204:10: error: use of undeclared identifier
'X509_STORE_CTX_get_by_subject'; did you mean 'X509_STORE_get_by_subject'?
    rc = X509_STORE_CTX_get_by_subject(store_ctx, X509_LU_CRL, issuer, obj);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         X509_STORE_get_by_subject
/usr/local/include/openssl/x509_vfy.h:479:5: note: 'X509_STORE_get_by_subject'
declared here
int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
    ^
--- liblftp_network_la-Resolver.lo ---
mv -f .deps/liblftp_network_la-Resolver.Tpo
.deps/liblftp_network_la-Resolver.Plo
--- liblftp_network_la-buffer_ssl.lo ---
/bin/sh ../libtool --silent  --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.
-I../lib  -I../lib -I../trio  -I/usr/include  -DLIBICONV_PLUG
-I/usr/local/include -isystem /usr/local/include -D_THREAD_SAFE  -O2 -pipe
-fno-strict-aliasing -DLIBICONV_PLUG -fstack-protector-strong -isystem
/usr/local/include  -DLIBICONV_PLUG -isystem /usr/local/include  -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -MT liblftp_network_la-buffer_ssl.lo -MD -MP -MF
.deps/liblftp_network_la-buffer_ssl.Tpo -c -o liblftp_network_la-buffer_ssl.lo
`test -f 'buffer_ssl.cc' || echo './'`buffer_ssl.cc
--- liblftp_network_la-lftp_ssl.lo ---
2 errors generated.
*** [liblftp_network_la-lftp_ssl.lo] Error code 1

make[4]: stopped in /usr/ports/ftp/lftp/work/lftp-4.9.2/src
--- liblftp_network_la-NetAccess.lo ---
mv -f .deps/liblftp_network_la-NetAccess.Tpo
.deps/liblftp_network_la-NetAccess.Plo
--- SSH_Access.lo ---
mv -f .deps/SSH_Access.Tpo .deps/SSH_Access.Plo
--- liblftp_network_la-buffer_ssl.lo ---
mv -f .deps/liblftp_network_la-buffer_ssl.Tpo
.deps/liblftp_network_la-buffer_ssl.Plo
1 error

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


More information about the freebsd-ports-bugs mailing list