maintainer-feedback requested: [Bug 228344] net/qt5-network: fails update to 5.9.4_4 with libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 18 16:25:06 UTC 2018


Bugzilla Automation <bugzilla at FreeBSD.org> has asked kde at FreeBSD.org for
maintainer-feedback:
Bug 228344: net/qt5-network: fails update to 5.9.4_4 with libressl
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228344



--- Description ---
Fails with:
int q_OPENSSL_sk_num(OPENSSL_STACK *a);
		     ^~~~~~~~~~~~~
		     OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslcertificate.cpp:116:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:88:28: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void q_OPENSSL_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *));
			   ^~~~~~~~~~~~~
			   OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslcertificate.cpp:116:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:89:1: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
OPENSSL_STACK *q_OPENSSL_sk_new_null();
^~~~~~~~~~~~~
OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslcertificate.cpp:116:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:90:24: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void q_OPENSSL_sk_push(OPENSSL_STACK *st, void *data);
		       ^~~~~~~~~~~~~
		       OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslcertificate.cpp:116:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:91:24: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void q_OPENSSL_sk_free(OPENSSL_STACK *a);
		       ^~~~~~~~~~~~~
		       OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslcertificate.cpp:116:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:92:27: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void * q_OPENSSL_sk_value(OPENSSL_STACK *a, int b);
			  ^~~~~~~~~~~~~
			  OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslcertificate.cpp:116:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:95:45: error: unknown type name
'OPENSSL_INIT_SETTINGS'
int q_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
					    ^
ssl/qsslsocket_openssl11_symbols_p.h:107:50: error: unknown type name
'X509_STORE_CTX_verify_cb'
void q_X509_STORE_set_verify_cb(X509_STORE *ctx, X509_STORE_CTX_verify_cb
verify_cb);
						 ^
ssl/qsslsocket_openssl11_symbols_p.h:124:48: error: unknown type name
'OPENSSL_INIT_SETTINGS'
int q_OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS
*settings);
					       ^
9 errors generated.
*** [.obj/qsslcertificate.o] Error code 1

make[1]: stopped in
/ram/usr/ports/net/qt5-network/work/qtbase-everywhere-src-5.10.1/src/network
--- .obj/qsslkey_p.o ---
In file included from ssl/qsslkey_p.cpp:60:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:87:22: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
int q_OPENSSL_sk_num(OPENSSL_STACK *a);
		     ^~~~~~~~~~~~~
		     OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslkey_p.cpp:60:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:88:28: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void q_OPENSSL_sk_pop_free(OPENSSL_STACK *a, void (*b)(void *));
			   ^~~~~~~~~~~~~
			   OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslkey_p.cpp:60:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:89:1: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
OPENSSL_STACK *q_OPENSSL_sk_new_null();
^~~~~~~~~~~~~
OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslkey_p.cpp:60:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:90:24: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void q_OPENSSL_sk_push(OPENSSL_STACK *st, void *data);
		       ^~~~~~~~~~~~~
		       OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslkey_p.cpp:60:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:91:24: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void q_OPENSSL_sk_free(OPENSSL_STACK *a);
		       ^~~~~~~~~~~~~
		       OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslkey_p.cpp:60:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:92:27: error: unknown type name
'OPENSSL_STACK'; did you mean 'OPENSSL_BLOCK'?
void * q_OPENSSL_sk_value(OPENSSL_STACK *a, int b);
			  ^~~~~~~~~~~~~
			  OPENSSL_BLOCK
/usr/local/include/openssl/safestack.h:132:15: note: 'OPENSSL_BLOCK' declared
here
typedef void *OPENSSL_BLOCK;
	      ^
In file included from ssl/qsslkey_p.cpp:60:
In file included from ssl/qsslsocket_openssl_symbols_p.h:220:
ssl/qsslsocket_openssl11_symbols_p.h:95:45: error: unknown type name
'OPENSSL_INIT_SETTINGS'
int q_OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings);
					    ^
ssl/qsslsocket_openssl11_symbols_p.h:107:50: error: unknown type name
'X509_STORE_CTX_verify_cb'
void q_X509_STORE_set_verify_cb(X509_STORE *ctx, X509_STORE_CTX_verify_cb
verify_cb);
						 ^
ssl/qsslsocket_openssl11_symbols_p.h:124:48: error: unknown type name
'OPENSSL_INIT_SETTINGS'
int q_OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS
*settings);
					       ^
9 errors generated.
*** [.obj/qsslkey_p.o] Error code 1

make[1]: stopped in
/ram/usr/ports/net/qt5-network/work/qtbase-everywhere-src-5.10.1/src/network
2 errors

make[1]: stopped in
/ram/usr/ports/net/qt5-network/work/qtbase-everywhere-src-5.10.1/src/network
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1


More information about the kde-freebsd mailing list