[MacPorts] #58956: gnome-vfs: build fails agains openssl 1.1.1
MacPorts
noreply at macports.org
Sat Sep 7 21:23:27 UTC 2019
#58956: gnome-vfs: build fails agains openssl 1.1.1
--------------------+-----------------------
Reporter: kencu | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gnome-vfs
--------------------+-----------------------
On Mojave
{{{
/opt/local/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from
macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
gnome-vfs-ssl.c:403:38: error: incomplete definition of type 'struct
ssl_st'
if (ssl->private->ssl->ctx)
~~~~~~~~~~~~~~~~~^
/opt/local/include/openssl/ossl_typ.h:147:16: note: forward declaration of
'struct ssl_st'
typedef struct ssl_st SSL;
^
gnome-vfs-ssl.c:404:56: error: incomplete definition of type 'struct
ssl_st'
SSL_CTX_free (ssl->private->ssl->ctx);
~~~~~~~~~~~~~~~~~^
/opt/local/include/openssl/ossl_typ.h:147:16: note: forward declaration of
'struct ssl_st'
typedef struct ssl_st SSL;
^
gnome-vfs-ssl.c:708:33: error: incomplete definition of type 'struct
ssl_st'
SSL_CTX_free (ssl->private->ssl->ctx);
~~~~~~~~~~~~~~~~~^
/opt/local/include/openssl/ossl_typ.h:147:16: note: forward declaration of
'struct ssl_st'
typedef struct ssl_st SSL;
^
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58956>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list