Bug 274914 - x11-toolkits/qt6-declarative: fails to fetch
Summary: x11-toolkits/qt6-declarative: fails to fetch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-04 17:48 UTC by Kelly Hays
Modified: 2023-11-05 22:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kelly Hays 2023-11-04 17:48:40 UTC
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.
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2023-11-05 20:48:59 UTC
Size mismatch is due to repo growth. Will fix momentarily.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-11-05 22:14:33 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-11-05 22:17:34 UTC
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(-)
Comment 4 Jason E. Hale freebsd_committer freebsd_triage 2023-11-05 22:19:15 UTC
Fixed now. Thank you for the report!