diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-20 07:18:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-20 07:18:15 +0200 |
commit | 87db93a765da4d7de8a976050e50db0cb88b751e (patch) | |
tree | 876f937a8b6fca45ce553093b0aa1ed05f6d7aa6 | |
parent | 7b57a961dfaa911e4acfb525bcd585db62a09cf6 (diff) |
F33 build
-rw-r--r-- | failed.txt | 9 | ||||
-rw-r--r-- | php.spec | 11 |
2 files changed, 16 insertions, 4 deletions
@@ -8,12 +8,13 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72fc30x/build.log:Tests failed : 1 /var/lib/mock/scl72fc31x/build.log:Tests failed : 1 /var/lib/mock/scl72fc32x/build.log:Tests failed : 1 +/var/lib/mock/scl72fc33x/build.log:Tests failed : 16 -fc30x, fc31x, fc32x: - TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] -el8x: - buildroot issue under investigation +fc30x, fc31x, fc32x, fc33x: + 3 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] +el8x, fc33x: + 3 buildroot issue with strict openssl policy (fixed in 7.4) (1) proc_open give erratic test results :( @@ -62,8 +62,13 @@ %global oraclever 18.3 %endif %global oraclelib 18.1 + +%else +%ifarch x86_64 +%global oraclever 19.8 %else %global oraclever 19.6 +%endif %global oraclelib 19.1 %endif @@ -1116,6 +1121,12 @@ exit 1 %build +# This package fails to build with LTO due to undefined symbols. LTO +# was disabled in OpenSuSE as well, but with no real explanation why +# beyond the undefined symbols. It really shold be investigated further. +# Disable LTO +%define _lto_cflags %{nil} + %{?dtsenable} # Set build date from https://reproducible-builds.org/specs/source-date-epoch/ |