Re: git: 8374a33c804a - main - tex* : Update version 20150521=>20210325
- In reply to: Antoine Brodin : "Re: git: 8374a33c804a - main - tex* : Update version 20150521=>20210325"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 22:25:10 UTC
> On 19 Feb 2022, at 22:36, Antoine Brodin <antoine@FreeBSD.org> wrote: > > On Sat, Feb 19, 2022 at 9:29 PM Muhammad Moinur Rahman <bofh@freebsd.org> wrote: >> >> >> >>> On 19 Feb 2022, at 22:25, Antoine Brodin <antoine@freebsd.org> wrote: >>> >>> On Sat, Feb 19, 2022 at 9:21 PM Antoine Brodin <antoine@freebsd.org> wrote: >>>> >>>> On Sat, Feb 19, 2022 at 2:26 AM Muhammad Moinur Rahman <bofh@freebsd.org> wrote: >>>>> >>>>> The branch main has been updated by bofh: >>>>> >>>>> URL: https://cgit.FreeBSD.org/ports/commit/?id=8374a33c804a728bf435da801571ae9905244f50 >>>>> >>>>> commit 8374a33c804a728bf435da801571ae9905244f50 >>>>> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> >>>>> AuthorDate: 2022-02-19 02:19:20 +0000 >>>>> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> >>>>> CommitDate: 2022-02-19 02:25:00 +0000 >>>>> >>>>> tex* : Update version 20150521=>20210325 >>>> >>>> Hi, >>>> >>>> texlive-texmf is unfetchable. Please fix as a lot of ports depend on it. >>> unfetchable on 32bits systems, please find a solution. >>> >> I am not sure whether if the file size has any effect on 32-bit system but the current file size is around 3313MB. Does that ring any bell? > > Here is the failure on 32 bits: > > => texlive-20210325-texmf.tar.xz doesn't seem to exist in /portdistfiles/TeX. > => Attempting to fetch > https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/texlive-20210325-texmf.tar.xz > fetch: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/texlive-20210325-texmf.tar.xz: > size mismatch: expected 2147483647, actual 3474113420 I think somehow the jail is created inside a UFS filesystem which if I am not wrong has a max limit of 2147483648=2GB file size on i386 and this number actually resembles your number. I think it’s time to move the builder(i386) jail into ZFS. :) > Antoine