Re: stable/15 pkgs seems to be broken
- Reply: void : "Re: stable/15 pkgs seems to be broken"
- In reply to: void : "Re: stable/15 pkgs seems to be broken"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Oct 2025 12:54:21 UTC
void wrote in <aO5FKGxLgSfNUDoD@int21h>:
> On Tue, Oct 14, 2025 at 12:42:01PM +0100, Lexi Winter wrote:
> > void wrote in <aO42cqlFUAjpgF3a@int21h>:
> > > stable/15 pkgs seems to be broken. Is this expected?
> >
> > > Updating FreeBSD repository catalogue...
> > > pkg: packagesite URL error for pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/meta.conf -- pkg+:// implies SRV mirror type
> > > pkg: packagesite URL error for pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/meta.txz -- pkg+:// implies SRV mirror type
> >
> > please show your pkg(8) repository configuration file(s) for this
> > repository.
>
> % cat /etc/pkg/FreeBSD.conf
[...]
>
> poudriere.conf has the following:
is this error from poudriere? you didn't mention that in your mail.
> # 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.)