Re: poudriere -b latest: Package fetch: Failed to fetch package repository.
void <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <aG-roERXxmMdGD9R@int21h> |
On Wed, Jul 09, 2025 at 06:25:45PM -0700, Pat Maddox wrote:
>On Tue, Jul 8, 2025, at 5:59 AM, void wrote:
>> On Mon, Jul 07, 2025 at 11:21:25AM +0100, Nuno Teixeira wrote:
>>>Anyone having same issue?
>>
>> Hi,
>>
>> Yes, in my example 14-stable:
>>
>> https://lists.freebsd.org/archives/freebsd-pkg/2025-July/001345.html
>> --
>
>Is it the same issue discussed here? https://github.com/freebsd/poudriere/pull/1228
>
I don't think so. On this 14-stable system, I first commented out the kmod
lines in /etc/pkg/FreeBSD.conf, then ran pkg update -f, then ran poudriere
with the lines enabling -b in poudriere.conf:
PACKAGE_FETCH_BRANCH=latest
# The branch will be appended to the URL:
PACKAGE_FETCH_URL=pkg+https://pkg.FreeBSD.org/\${ABI}
ran poudriere and still see
[00:00:38] Package fetch: Looking for missing packages to fetch from pkg+https://pkg.FreeBSD.org/${ABI}/latest
Updating FreeBSD repository catalogue...
[redacted.home.arpa] Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
[redacted.home.arpa] Fetching data.pkg: 100% 10 MiB 10.5MB/s 00:01
Processing entries: 100%
FreeBSD repository update completed. 35712 packages processed.
FreeBSD is up to date.
[00:00:42] Package fetch: Failed to fetch package repository.
[00:00:42] Checking packages for incremental rebuild needs
It makes no difference if -b functionality is set in poudriere.conf or
the command line '-b latest'
I have also checked 'vim /usr/local/share/poudriere/common.sh +4505' and it has
${pkg_bin} update -f -r FreeBSD; then
--