Re: stable/15 pkgs seems to be broken
- Reply: Mark Millard : "Re: stable/15 pkgs seems to be broken"
- In reply to: Lexi Winter : "Re: stable/15 pkgs seems to be broken"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Oct 2025 13:09:10 UTC
On Tue, Oct 14, 2025 at 01:54:21PM +0100, Lexi Winter wrote:
>is this error from poudriere? you didn't mention that in your mail.
Sorry, I should have said.
>
>> # The branch will be appended to the URL:
>> PACKAGE_FETCH_URL=pkg+https://pkg.FreeBSD.org/\${ABI}
>
>can you show the repository config poudriere is actually using?
>
>from a quick look at /usr/local/share/poudriere/common.sh, it seems like
>poudriere assumes the ports repository is called "FreeBSD", but in 15.0
>it is now called "FreeBSD-ports". attempting to set the URL without the
>rest of the repository configuration would cause this error. this would
>be an issue that needs to be fixed in poudriere.
>
>(perhaps this has already been fixed in a more recent version; i don't
>follow poudriere development.)
ah - line 4483
-reponame="${PACKAGE_FETCH_REPO:-FreeBSD}"
+reponame="${PACKAGE_FETCH_REPO:-FreeBSD-ports}"
should fix it. Thank you for this.
The poudriere version is poudriere-dsh2dsh-3.4.99.20251007
--