File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,8 @@ More information: https://github.com/python/cpython/issues/81765
671
671
OpenSSL includes tests that will fail once some certificate has expired.
672
672
The workarounds from the GnuTLS section immediately below can be used.
673
673
674
+ For openssl-1.1.1l use 2022-05-01 as the date.
675
+
674
676
### GnuTLS: test-suite FAIL: status-request-revoked
675
677
676
678
*The derivation is likely identified by: `/gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv`*
@@ -705,11 +707,12 @@ authorized.
705
707
This workaround was described [here](https://issues.guix.gnu.org/44559#5).
706
708
707
709
Basically:
708
- 2. Turn off NTP
709
- 3. Set system time to 2020-10-01
710
- 4. guix build --no-substitutes /gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv
711
- 5. Set system time back to accurate current time
712
- 6. Turn NTP back on
710
+
711
+ 1. Turn off NTP
712
+ 2. Set system time to 2020-10-01
713
+ 3. guix build --no-substitutes /gnu/store/vhphki5sg9xkdhh2pbc8gi6vhpfzryf0-gnutls-3.6.12.drv
714
+ 4. Set system time back to accurate current time
715
+ 5. Turn NTP back on
713
716
714
717
For example,
715
718
You can’t perform that action at this time.
0 commit comments