Date: Fri, 04 Dec 2020 07:56:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251575] security/php74-openssl fails to build with libressl Message-ID: <bug-251575-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251575 Bug ID: 251575 Summary: security/php74-openssl fails to build with libressl Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tz@freebsd.org Reporter: sgs@pichove.org Flags: maintainer-feedback?(tz@freebsd.org) Assignee: tz@freebsd.org Attachment #220238 text/plain mime type: Created attachment 220238 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220238&action= =3Dedit php74-openssl build log security/php74-openssl-7.4.13_1 fails to build (see attachment) against libressl: --- xp_ssl.lo --- cc -I. -I/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl -DPHP_ATOM_INC -I/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/include -I/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/main -I/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -fstack-protector-strong -c /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/xp_ssl.c -fP= IC -DPIC -o .libs/xp_ssl.o --- openssl.lo --- /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:650= 1:8: error: use of undeclared identifier 'EVP_CIPH_OCB_MODE' case EVP_CIPH_OCB_MODE: ^ /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:650= 6:49: error: use of undeclared identifier 'EVP_CIPH_OCB_MODE' mode->set_tag_length_always =3D cipher_mode =3D=3D EVP_CIPH_OCB_MODE; ^ /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:650= 9:30: error: use of undeclared identifier 'EVP_CTRL_AEAD_GET_TAG' mode->aead_get_tag_flag =3D EVP_CTRL_AEAD_GET_TAG; ^ /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:651= 0:30: error: use of undeclared identifier 'EVP_CTRL_AEAD_SET_TAG' mode->aead_set_tag_flag =3D EVP_CTRL_AEAD_SET_TAG; ^ /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:651= 1:28: error: use of undeclared identifier 'EVP_CTRL_AEAD_SET_IVLEN' mode->aead_ivlen_flag =3D EVP_CTRL_AEAD_SET_IVLEN; ^ 5 errors generated. *** [openssl.lo] Error code 1 make[1]: stopped in /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl 1 error make[1]: stopped in /usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 --=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-251575-7788>