File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -726,6 +726,19 @@ $ bzcat /var/log/guix/drvs/../...-foo-3.6.12.drv.bz2 | less
726
726
times, it may be `/tmp/...drv-1` or `/tmp/...drv-2`. Always consult the build
727
727
failure output for the most accurate, up-to-date information.
728
728
729
+ ### openssl-1.1.1l and openssl-1.1.1n
730
+
731
+ OpenSSL includes tests that will fail once some certificate has expired. A workaround
732
+ is to change your system clock:
733
+
734
+ ```sh
735
+ sudo timedatectl set-ntp no
736
+ sudo date --set "28 may 2022 15:00:00"
737
+ sudo --login guix build --cores=1 /gnu/store/g9alz81w4q03ncm542487xd001s6akd4-openssl-1.1.1l.drv
738
+ sudo --login guix build --cores=1 /gnu/store/mw6ax0gk33gh082anrdrxp2flrbskxv6-openssl-1.1.1n.drv
739
+ sudo timedatectl set-ntp yes
740
+ ```
741
+
729
742
### python(-minimal): [Errno 84] Invalid or incomplete multibyte or wide character
730
743
731
744
This error occurs when your `$TMPDIR` (default: /tmp) exists on a filesystem
You can’t perform that action at this time.
0 commit comments