Bug 15673

Summary: PKGCONF_SITE in pkgconf.mk points to parked domain
Product: buildroot Reporter: Ryder Cutler <rydercutler>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, todd.valentic
Priority: P5    
Version: 2023.05   
Target Milestone: ---   
Hardware: All   
OS: All   
Host: Target:
Build:
Attachments: fix broken URL

Description Ryder Cutler 2023-07-01 08:06:47 UTC
The pkgconf package (package/pkgconf/pkgconf.mk) attempts to download the tarball from a now parked domain (dereferenced.org)
Comment 1 Arnout Vandecappelle 2023-07-01 08:14:34 UTC
See https://github.com/pkgconf/pkgconf/issues/302

The README still points to dereferenced.org, although github-generated tarballs are available (https://github.com/pkgconf/pkgconf/tags) - I haven't checked if they're equivalent with the release tarball.

Let's give it some time, but if it doesn't get fixed upstream we should switch to github.
Comment 2 jeffplays1292 2023-07-02 03:03:19 UTC
(In reply to Arnout Vandecappelle from comment #1)
The archives aren't the same. They are configured with ./autogen.sh on pkgconf 1.6.3. Also they have different sha256 because github releases uses an internal version of gzip.
Comment 3 Sébastien Szymanski 2023-07-03 09:33:55 UTC
Created attachment 9619 [details]
fix broken URL
Comment 4 Sébastien Szymanski 2023-07-03 09:35:35 UTC
(In reply to Arnout Vandecappelle from comment #1)

There is a new release tarball location. I have sent the attached patch to fix the URL in Buildroot.
Comment 5 Arnout Vandecappelle 2023-07-03 18:02:14 UTC
Fixed on master with commit 
https://gitlab.com/buildroot.org/buildroot/-/commit/ef95ec920cbae32e5a525d887b7a279440d96f11
Comment 6 Bernd Kuhls 2023-07-06 17:57:58 UTC
*** Bug 15682 has been marked as a duplicate of this bug. ***