[Bug 251575] security/php74-openssl fails to build with libressl
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Dec 4 07:56:33 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251575
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 at freebsd.org
Reporter: sgs at pichove.org
Flags: maintainer-feedback?(tz at freebsd.org)
Assignee: tz at freebsd.org
Attachment #220238 text/plain
mime type:
Created attachment 220238
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220238&action=edit
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 -fPIC
-DPIC -o .libs/xp_ssl.o
--- openssl.lo ---
/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:6501: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:6506:49:
error: use of undeclared identifier 'EVP_CIPH_OCB_MODE'
mode->set_tag_length_always = cipher_mode ==
EVP_CIPH_OCB_MODE;
^
/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:6509:30:
error: use of undeclared identifier 'EVP_CTRL_AEAD_GET_TAG'
mode->aead_get_tag_flag = EVP_CTRL_AEAD_GET_TAG;
^
/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:6510:30:
error: use of undeclared identifier 'EVP_CTRL_AEAD_SET_TAG'
mode->aead_set_tag_flag = EVP_CTRL_AEAD_SET_TAG;
^
/usr/ports/security/php74-openssl/work/php-7.4.13/ext/openssl/openssl.c:6511:28:
error: use of undeclared identifier 'EVP_CTRL_AEAD_SET_IVLEN'
mode->aead_ivlen_flag = 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
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list