Never mind the downloading failure below. The relevant issue at hand is that the server certificate has expired. # repoman manifest >>> Downloading 'http://distfiles.gentoo.org/distfiles/samba-disable-python-patches-4.5.0_rc1.tar.xz' --2023-06-05 00:53:31-- http://distfiles.gentoo.org/distfiles/samba-disable-python-patches-4.5.0_rc1.tar.xz Resolving distfiles.gentoo.org... 216.165.129.135, 64.50.233.100, 64.50.236.52, ... Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2023-06-05 00:53:31 ERROR 404: Not Found. >>> Downloading 'https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz' --2023-06-05 00:53:31-- https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz Resolving dev.gentoo.org... 140.211.166.183, 2001:470:ea4a:1:5054:ff:fec7:86e4 Connecting to dev.gentoo.org|140.211.166.183|:443... connected. ERROR: cannot verify dev.gentoo.org's certificate, issued by 'CN=Let\'s Encrypt Authority X3,O=Let\'s Encrypt,C=US': Issued certificate has expired. To connect to dev.gentoo.org insecurely, use `--no-check-certificate'. !!! Couldn't download 'samba-disable-python-patches-4.5.0_rc1.tar.xz'. Aborting. !!! Fetch failed for samba-disable-python-patches-4.5.0_rc1.tar.xz, can't update Manifest Unable to generate manifest.
(In reply to Vieri from comment #0) > Never mind the downloading failure below. The relevant issue at hand is that > the server certificate has expired. > >>> Downloading 'https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz' > --2023-06-05 00:53:31-- > https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1. > tar.xz > Resolving dev.gentoo.org... 140.211.166.183, > 2001:470:ea4a:1:5054:ff:fec7:86e4 > Connecting to dev.gentoo.org|140.211.166.183|:443... connected. > ERROR: cannot verify dev.gentoo.org's certificate, issued by 'CN=Let\'s > Encrypt Authority X3,O=Let\'s Encrypt,C=US': > Issued certificate has expired. > To connect to dev.gentoo.org insecurely, use `--no-check-certificate'. > !!! Couldn't download 'samba-disable-python-patches-4.5.0_rc1.tar.xz'. > Aborting. > !!! Fetch failed for samba-disable-python-patches-4.5.0_rc1.tar.xz, can't > update Manifest > Unable to generate manifest. The current certificate of dev.gentoo.org expires on 2018-12-25. Not sure what your system is getting.
@Viere: Your system clock is wrong. wget output starts with the current timestamp, which on your system is reported as "--2023-06-05 00:53:31--".
(In reply to Robin Johnson from comment #2) > Your system clock is wrong. Spot on. Thank you, and sorry for the noise!