pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Why are so many distfiles not available for recent pkgsrc changes?



On Mon, Mar 11, 2024 at 07:33:46AM -0400, MLH wrote:
> Thomas Klausner wrote:
> > On Sat, Mar 09, 2024 at 02:32:59PM -0500, MLH wrote:
> > > For the past two weeks many distfiles for recent pkgsrc changes
> > > have not been available. ftp.netbsd.org/pub/pkgsrc/distfiles nor
> > > the mirrors that I know of don't have them. For example:
> > > go1.21.8.src.tar.gz, build-1.1.1.tar.gz, pyparsing-3.1.2.tar.gz,
> > > pango-1.52.1.tar.xz and several others. I found build-1.1.1.tar.gz
> > > and pyparsing-3.1.2.tar.gz elsewhere. pyparsing at the git repository,
> > > so why isn't that referenced as a source?
> > 
> > There is a weekly cron job on ftp.netbsd.org that runs every Sunday
> > and fetches all distfiles (and is monitored for problems). I guess you
> > were just trying to get them before they were mirrored.
> 
> /usr/pkgsrc/lang/go121
> 
> --  Unable to fetch expected file go1.21.8.src.tar.gz

ftp.netbsd.org has the file:

-bash-5.1$ cd /pub/pkgsrc/distfiles
-bash-5.1$ ll go1.21.8.src.tar.gz
-rw-rw-r--  1 pkgmastr  netbsd  26992984 Mar  5 17:39 go1.21.8.src.tar.gz

and make fetch works for me:

/usr/pkgsrc/lang/go121> make checksum
=> Bootstrap dependency digest>=20211023: found digest-20220214
=> Fetching go1.21.8.src.tar.gz
=> Total size: 26992984 bytes
Trying [2a00:1450:4016:80c::201b]:443 ...
Requesting https://storage.googleapis.com/golang/go1.21.8.src.tar.gz
100% |*************************************************************************************************************************| 26360 KiB   11.42 MiB/s    00:00 ETA
26992984 bytes retrieved in 00:02 (11.42 MiB/s)
=> Checksum BLAKE2s OK for go1.21.8.src.tar.gz
=> Checksum SHA512 OK for go1.21.8.src.tar.gz

Perhaps you need to update your SSL certificates
(mozilla-rootcerts-openssl, or newer base system if you're using
10/current).
 Thomas


Home | Main Index | Thread Index | Old Index