Poudriere build fails in the fetch phase. Looks like a size mismatch in patch file. Log excerpt follows: [00:00:05] =======================<phase: fetch >============================ [00:00:05] ===> License LGPL21 accepted by the user [00:00:05] => qtdeclarative-everywhere-src-6.5.3.tar.xz doesn't seem to exist in /portdistfiles/KDE/Qt/6.5.3. [00:00:05] => Attempting to fetch https://download.qt.io/official_releases/qt/6.5/6.5.3/submodules/qtdeclarative-everywhere-src-6.5.3.tar.xz [00:00:06] qtdeclarative-everywhere-src-6.5.3.tar.xz 32 MB 19 MBps 01s [00:00:07] => 54059d0dffd1966c8a442b3675eb979c32c16cbe.patch doesn't seem to exist in /portdistfiles/KDE/Qt/6.5.3. [00:00:07] => Attempting to fetch https://github.com/qt/qtdeclarative/commit/54059d0dffd1966c8a442b3675eb979c32c16cbe.patch [00:00:08] fetch: https://github.com/qt/qtdeclarative/commit/54059d0dffd1966c8a442b3675eb979c32c16cbe.patch: size mismatch: expected 1280, actual 1282 [00:00:08] => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/KDE/Qt/6.5.3/54059d0dffd1966c8a442b3675eb979c32c16cbe.patch [00:00:08] fetch: http://distcache.FreeBSD.org/ports-distfiles/KDE/Qt/6.5.3/54059d0dffd1966c8a442b3675eb979c32c16cbe.patch: Not Found [00:00:08] => Couldn't fetch it - please try to retrieve this [00:00:08] => port manually into /portdistfiles/KDE/Qt/6.5.3 and try again. [00:00:08] *** Error code 1 [00:00:08] [00:00:08] Stop.
Size mismatch is due to repo growth. Will fix momentarily.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa6370c967e1ddd87f5ea7664ac41074e13a123a commit fa6370c967e1ddd87f5ea7664ac41074e13a123a Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-11-05 22:05:11 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-11-05 22:14:20 +0000 x11-toolkits/qt6-declarative: Fix fetch of patch due to repo growth PR: 274914 Reported by: Kelly Hays <j.kelly.hays@gmail.com> MFH: 2023Q4 x11-toolkits/qt6-declarative/distinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
A commit in branch 2023Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd3c0d326915b8329618c93dd024f1baab6e1064 commit bd3c0d326915b8329618c93dd024f1baab6e1064 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-11-05 22:05:11 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-11-05 22:16:44 +0000 x11-toolkits/qt6-declarative: Fix fetch of patch due to repo growth PR: 274914 Reported by: Kelly Hays <j.kelly.hays@gmail.com> MFH: 2023Q4 (cherry picked from commit fa6370c967e1ddd87f5ea7664ac41074e13a123a) x11-toolkits/qt6-declarative/distinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Fixed now. Thank you for the report!