Bug 256202 - textproc/yelp-xsl: wrong source URL
Summary: textproc/yelp-xsl: wrong source URL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Neel Chauhan
URL:
Keywords:
: 256234 256235 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-05-27 15:40 UTC by wcarson.bugzilla
Modified: 2024-01-19 14:49 UTC (History)
7 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wcarson.bugzilla 2021-05-27 15:40:38 UTC
Looks like the Makefile is looking for /40.0/ in the path, but the mirrors have it in /40/:

=> yelp-xsl-40.0.tar.xz doesn't seem to exist in /portdistfiles/gnome3.
=> Attempting to fetch https://download.gnome.org/sources/yelp-xsl/40.0/yelp-xsl-40.0.tar.xz
fetch: https://download.gnome.org/sources/yelp-xsl/40.0/yelp-xsl-40.0.tar.xz: Not Found

Correct location:

https://download.gnome.org/sources/yelp-xsl/40/yelp-xsl-40.0.tar.xz
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2021-05-27 19:29:38 UTC
Adding nc@.
Per the most recent powerpc64le build, this currently breaks 5867 ports (over 20% of all ports).
https://talos.anongoth.pl/build.html?mastername=powerpc64le-default&build=2021-05-27_13h18m29s
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2021-05-27 20:09:43 UTC
To fix this, we will need to review/commit: https://reviews.freebsd.org/D30514

This depends on the Mk/ directories which my mistake I committed to without approval and the change needed by these newer ports were reverted.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-05-28 12:04:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85dea591ba7dd37f864a9369f679087c2a411666

commit 85dea591ba7dd37f864a9369f679087c2a411666
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-05-28 12:03:35 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-05-28 12:03:35 +0000

    textproc/yelp-xsl: Workaround fetching before GNOME in bsd.sites.mk fixed

    PR:             256202

 textproc/yelp-xsl/Makefile | 1 +
 1 file changed, 1 insertion(+)
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2021-05-28 12:05:54 UTC
(In reply to Neel Chauhan from comment #2)
I pushed a workaround, please feel free to revert when the fix lands.
Comment 5 John Hein 2021-05-29 14:22:37 UTC
*** Bug 256235 has been marked as a duplicate of this bug. ***
Comment 6 Charlie Li freebsd_committer freebsd_triage 2021-05-29 16:06:54 UTC
*** Bug 256234 has been marked as a duplicate of this bug. ***
Comment 7 Neel Chauhan freebsd_committer freebsd_triage 2021-05-29 16:11:34 UTC
For the timebeing (read: as a hopefully temporary workaround), I will add the following for MASTER_SITES as suggested by Mathieu Arnold in #256235:

MASTER_SITES=  GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}

To unbreak the GNOME 40 fetching, before we can change the Mk/bsd.sites.mk.
Comment 8 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76585a941a4fd7d59b1a0d16d2442445057fcabb

commit 76585a941a4fd7d59b1a0d16d2442445057fcabb
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:05:51 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000

    x11/yelp: fix fetching from MASTER_SITES

    PR:     256202

 x11/yelp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 9 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb41ca01ad7a35dcd380e7f48ba1a89c6747c467

commit fb41ca01ad7a35dcd380e7f48ba1a89c6747c467
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:00:30 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:10:40 +0000

    accessibility/orca: fix fetching from MASTER_SITES

    PR:     256202

 accessibility/orca/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 10 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c93564d4de7f434297459bd672a80a87f2cef5de

commit c93564d4de7f434297459bd672a80a87f2cef5de
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:02:21 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:49 +0000

    editors/gedit: fix fetching from MASTER_SITES

    PR:     256202

 editors/gedit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 11 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=186bbf31282c7ab08951421652b483a62212d1bb

commit 186bbf31282c7ab08951421652b483a62212d1bb
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:05:13 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000

    textproc/yelp-xsl: correct MASTER_SITES

    PR:     256202

 textproc/yelp-xsl/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Comment 12 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76bc47bce3b474f50dcb8a529c55d2717ac828a5

commit 76bc47bce3b474f50dcb8a529c55d2717ac828a5
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:03:51 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000

    math/gnome-calculator: fix fetching from MASTER_SITES

    PR:     256202

 math/gnome-calculator/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 13 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bf7ac02b5d0bbeff8879a596a081d96238c42bb6

commit bf7ac02b5d0bbeff8879a596a081d96238c42bb6
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:02:58 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000

    editors/gedit-plugins: fix fetching from MASTER_SITES

    PR:     256202

 editors/gedit-plugins/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 14 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c6881262015e1424ecd65b9f796a24b5ee59712

commit 3c6881262015e1424ecd65b9f796a24b5ee59712
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:01:31 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:10:47 +0000

    deskutils/gnome-todo: fix fetching from MASTER_SITES

    PR:     256202

 deskutils/gnome-todo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 15 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=376a00a77cbbac1e2896809d88bfe8d33c64d2c5

commit 376a00a77cbbac1e2896809d88bfe8d33c64d2c5
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:03:21 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000

    graphics/eog: fix fetching from MASTER_SITES

    PR:     256202

 graphics/eog/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 16 commit-hook freebsd_committer freebsd_triage 2021-05-29 16:12:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6ccf9fbf1c4fc94839e556b5642ce45da41638a

commit b6ccf9fbf1c4fc94839e556b5642ce45da41638a
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 16:04:26 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 16:11:50 +0000

    security/seahorse: fix fetching from MASTER_SITES

    PR:     256202

 security/seahorse/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 17 dgilbert 2021-05-29 17:50:49 UTC
Just git pull'd and games/gnome-sudoku failed fetch.
Comment 18 commit-hook freebsd_committer freebsd_triage 2021-05-29 18:44:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e16ce63b9a583375446c05202533e45195a1723

commit 6e16ce63b9a583375446c05202533e45195a1723
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-05-29 18:44:16 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-29 18:44:16 +0000

    games/gnome-sudoku: fix fetching from MASTER_SITES

    PR:     256202

 games/gnome-sudoku/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 19 Neel Chauhan freebsd_committer freebsd_triage 2021-05-29 18:45:07 UTC
I guess I skipped over games/gnome-sudoku. Try git pull and make now.
Comment 20 dgilbert 2021-05-29 19:28:00 UTC
that seems to get the fetch issue.  I gather orca's issue is different?
Comment 21 Mark Linimon freebsd_committer freebsd_triage 2024-01-19 14:49:18 UTC
^Triage: committed back in 2021.