Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2022 00:54:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268403] The ports mirror does not cache all the files that need to be downloaded like gentoo does
Message-ID:  <bug-268403-7788-QBrxgb5VF0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268403-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268403-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268403

--- Comment #12 from Philip Paeps <philip@FreeBSD.org> ---
Now we're starting to get useful information ...

Your MASTER_SITE_OVERRIDE is set wrong.

fetch: http://distcache.freebsd.org/ports-distfiles/bashbash-5.2.tar.gz: Not
Found
fetch:
http://distcache.freebsd.org/ports-distfiles/TeXtexlive-20210325-texmf.tar.=
xz:
Not Found

These work fine:
http://distcache.freebsd.org/ports-distfiles/bash/bash-5.2.tar.gz
http://distcache.freebsd.org/ports-distfiles/TeX/texlive-20210325-texmf.tar=
.xz

Note the additional '/'es.

This is wrong:
MASTER_SITE_OVERRIDE?=3Dhttp://distcache.freebsd.org/ports-distfiles/${DIST=
_SUBDIR}

It should be:
MASTER_SITE_OVERRIDE?=3Dhttp://distcache.freebsd.org/ports-distfiles/${DIST=
_SUBDIR}/

You could also simply set it to this as I recommended:
MASTER_SITE_OVERRIDE?=3D  ${MASTER_SITE_BACKUP}

Reading through Mk/bsd.port.mk, setting this would achieve the same effect:

MASTER_SITE_FREEBSD=3D

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268403-7788-QBrxgb5VF0>