thierry@
Developer
Hello,
I have updated a poudriere jail to 15-CURRENT, and when I try to run `poudriere testport -b latest' it fails with this error:
This is poudriere-devel-3.4.99.20250601.
Pkg works outside of poudriere, and /usr/local/poudriere/jails/15amd64/etc/pkg/FreeBSD.conf is identical with /etc/pkg/FreeBSD.conf.
It contains:
Do you see anything wrong?
I have updated a poudriere jail to 15-CURRENT, and when I try to run `poudriere testport -b latest' it fails with this error:
Code:
[00:00:06] Package fetch: Looking for missing packages to fetch from pkg+[URL]http://pkg.freebsd.org/$[/URL]{ABI}/latest
Updating FreeBSD repository catalogue...
pkg-static: packagesite URL error for pkg+[URL]http://pkg.freebsd.org/FreeBSD:15:amd64/latest/meta.conf[/URL] -- pkg+:// implies SRV mirror type
pkg-static: packagesite URL error for pkg+[URL]http://pkg.freebsd.org/FreeBSD:15:amd64/latest/meta.txz[/URL] -- pkg+:// implies SRV mirror type
repository FreeBSD has no meta file, using default settings
pkg-static: packagesite URL error for pkg+[URL]http://pkg.freebsd.org/FreeBSD:15:amd64/latest/data.pkg[/URL] -- pkg+:// implies SRV mirror type
pkg-static: packagesite URL error for pkg+[URL]http://pkg.freebsd.org/FreeBSD:15:amd64/latest/data.tzst[/URL] -- pkg+:// implies SRV mirror type
pkg-static: packagesite URL error for pkg+[URL]http://pkg.freebsd.org/FreeBSD:15:amd64/latest/packagesite.pkg[/URL] -- pkg+:// implies SRV mirror type
pkg-static: packagesite URL error for pkg+[URL]http://pkg.freebsd.org/FreeBSD:15:amd64/latest/packagesite.tzst[/URL] -- pkg+:// implies SRV mirror type
Unable to update repository FreeBSD
Error updating repositories!
[00:00:06] Package fetch: Not fetching as remote repository is unavailable.
Pkg works outside of poudriere, and /usr/local/poudriere/jails/15amd64/etc/pkg/FreeBSD.conf is identical with /etc/pkg/FreeBSD.conf.
It contains:
Code:
FreeBSD-ports: {
url: "pkg+[URL]https://pkg.freebsd.org/$[/URL]{ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}