Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fix distfiles for boost
@ 2025-03-13 10:31 rbergmair
  2025-03-14 21:13 ` tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rbergmair @ 2025-03-13 10:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1822 bytes --]

There is a new pull request by rbergmair against master on the void-packages repository

https://github.com/rbergmair/void-packages master
https://github.com/void-linux/void-packages/pull/54677

fix distfiles for boost
When I tried to build my void system from source today, I got a checksum error on boost like so:
```
=> boost-1.83.0_7: installing host dependencies: which-2.21_4 bzip2-devel-1.0.8_2 icu-devel-73.2_2 python3-devel-3.13.2_1 pkg-config-0.29.2_3 openmpi-5.0.7_1 ...
=> boost-1.83.0_7: installing target dependencies: zlib-devel-1.3.1_1 bzip2-devel-1.0.8_2 icu-devel-73.2_2 python3-devel-3.13.2_1 liblzma-devel-5.6.2_1 libzstd-devel-1.5.7_1 libquadmath-devel-13.2.0_3 openmpi-devel-5.0.7_1 ...
=> boost-1.83.0_7: running do-fetch hook: 00-distfiles ...
=> boost-1.83.0_7: fetching distfile 'boost_1_83_0.tar.bz2' from 'https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2'...
boost_1_83_0.tar.bz2: [11KB 35%] 75MB/s ETA: 00m00s
boost_1_83_0.tar.bz2: 11KB [avg rate: 212MB/s]
=> boost-1.83.0_7: verifying checksum for distfile 'boost_1_83_0.tar.bz2'...
=> ERROR: SHA256 mismatch for 'boost_1_83_0.tar.bz2:'
79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
=> ERROR: boost-1.83.0_7: couldn't verify distfiles, exiting...
```

When I fetched the above url with curl, I saw that it returned HTML instead of returning a bz2 archive.  When I opened it in a browser, I saw a page with JFrog branding that read "Time flies when you’re having fun.
Your 14-day trial may be over, but you have options!"

When I changed the `distfiles` variable as in this pull request, that fixed it.

#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/54677.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54677.patch --]
[-- Type: text/x-diff, Size: 936 bytes --]

From e42c6d5b2bb3cdb74cb717ab9144a29ab1785c7f Mon Sep 17 00:00:00 2001
From: Richard Bergmair <r.bergmair.gh@rb.uref.email>
Date: Thu, 13 Mar 2025 10:25:56 +0000
Subject: [PATCH] fix distfiles for boost

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 70f7be74e4fc31..790ea8467e9343 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -10,7 +10,7 @@ short_desc="Free peer-reviewed portable C++ source libraries"
 maintainer="John <me@johnnynator.dev>"
 license="BSL-1.0"
 homepage="https://www.boost.org/"
-distfiles="https://boostorg.jfrog.io/artifactory/main/release/${version%.rc*}/source/boost_${version//./_}.tar.bz2"
+distfiles="https://archives.boost.io/release/${version%.rc*}/source/boost_${version//./_}.tar.bz2"
 checksum=6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e
 python_version=3
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fix distfiles for boost
  2025-03-13 10:31 [PR PATCH] fix distfiles for boost rbergmair
@ 2025-03-14 21:13 ` tranzystorekk
  2025-03-14 22:19 ` [PR PATCH] [Updated] " Johnnynator
  2025-03-14 22:19 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2025-03-14 21:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/54677#issuecomment-2725789238

Comment:
cc @sgn

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] fix distfiles for boost
  2025-03-13 10:31 [PR PATCH] fix distfiles for boost rbergmair
  2025-03-14 21:13 ` tranzystorekk
@ 2025-03-14 22:19 ` Johnnynator
  2025-03-14 22:19 ` [PR PATCH] [Merged]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2025-03-14 22:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1829 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/rbergmair/void-packages master
https://github.com/void-linux/void-packages/pull/54677

fix distfiles for boost
When I tried to build my void system from source today, I got a checksum error on boost like so:
```
=> boost-1.83.0_7: installing host dependencies: which-2.21_4 bzip2-devel-1.0.8_2 icu-devel-73.2_2 python3-devel-3.13.2_1 pkg-config-0.29.2_3 openmpi-5.0.7_1 ...
=> boost-1.83.0_7: installing target dependencies: zlib-devel-1.3.1_1 bzip2-devel-1.0.8_2 icu-devel-73.2_2 python3-devel-3.13.2_1 liblzma-devel-5.6.2_1 libzstd-devel-1.5.7_1 libquadmath-devel-13.2.0_3 openmpi-devel-5.0.7_1 ...
=> boost-1.83.0_7: running do-fetch hook: 00-distfiles ...
=> boost-1.83.0_7: fetching distfile 'boost_1_83_0.tar.bz2' from 'https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2'...
boost_1_83_0.tar.bz2: [11KB 35%] 75MB/s ETA: 00m00s
boost_1_83_0.tar.bz2: 11KB [avg rate: 212MB/s]
=> boost-1.83.0_7: verifying checksum for distfile 'boost_1_83_0.tar.bz2'...
=> ERROR: SHA256 mismatch for 'boost_1_83_0.tar.bz2:'
79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
=> ERROR: boost-1.83.0_7: couldn't verify distfiles, exiting...
```

When I fetched the above url with curl, I saw that it returned HTML instead of returning a bz2 archive.  When I opened it in a browser, I saw a page with JFrog branding that read "Time flies when you’re having fun.
Your 14-day trial may be over, but you have options!"

When I changed the `distfiles` variable as in this pull request, that fixed it.

#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/54677.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54677.patch --]
[-- Type: text/x-diff, Size: 936 bytes --]

From 33dd2d17ab6b4d8a5aebfc1eea1783e7781a8b73 Mon Sep 17 00:00:00 2001
From: Richard Bergmair <r.bergmair.gh@rb.uref.email>
Date: Thu, 13 Mar 2025 10:25:56 +0000
Subject: [PATCH] boost: fix distfile url

---
 srcpkgs/boost/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 70f7be74e4fc31..790ea8467e9343 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -10,7 +10,7 @@ short_desc="Free peer-reviewed portable C++ source libraries"
 maintainer="John <me@johnnynator.dev>"
 license="BSL-1.0"
 homepage="https://www.boost.org/"
-distfiles="https://boostorg.jfrog.io/artifactory/main/release/${version%.rc*}/source/boost_${version//./_}.tar.bz2"
+distfiles="https://archives.boost.io/release/${version%.rc*}/source/boost_${version//./_}.tar.bz2"
 checksum=6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e
 python_version=3
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: fix distfiles for boost
  2025-03-13 10:31 [PR PATCH] fix distfiles for boost rbergmair
  2025-03-14 21:13 ` tranzystorekk
  2025-03-14 22:19 ` [PR PATCH] [Updated] " Johnnynator
@ 2025-03-14 22:19 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2025-03-14 22:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1668 bytes --]

There's a merged pull request on the void-packages repository

fix distfiles for boost
https://github.com/void-linux/void-packages/pull/54677

Description:
When I tried to build my void system from source today, I got a checksum error on boost like so:
```
=> boost-1.83.0_7: installing host dependencies: which-2.21_4 bzip2-devel-1.0.8_2 icu-devel-73.2_2 python3-devel-3.13.2_1 pkg-config-0.29.2_3 openmpi-5.0.7_1 ...
=> boost-1.83.0_7: installing target dependencies: zlib-devel-1.3.1_1 bzip2-devel-1.0.8_2 icu-devel-73.2_2 python3-devel-3.13.2_1 liblzma-devel-5.6.2_1 libzstd-devel-1.5.7_1 libquadmath-devel-13.2.0_3 openmpi-devel-5.0.7_1 ...
=> boost-1.83.0_7: running do-fetch hook: 00-distfiles ...
=> boost-1.83.0_7: fetching distfile 'boost_1_83_0.tar.bz2' from 'https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2'...
boost_1_83_0.tar.bz2: [11KB 35%] 75MB/s ETA: 00m00s
boost_1_83_0.tar.bz2: 11KB [avg rate: 212MB/s]
=> boost-1.83.0_7: verifying checksum for distfile 'boost_1_83_0.tar.bz2'...
=> ERROR: SHA256 mismatch for 'boost_1_83_0.tar.bz2:'
79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
=> ERROR: boost-1.83.0_7: couldn't verify distfiles, exiting...
```

When I fetched the above url with curl, I saw that it returned HTML instead of returning a bz2 archive.  When I opened it in a browser, I saw a page with JFrog branding that read "Time flies when you’re having fun.
Your 14-day trial may be over, but you have options!"

When I changed the `distfiles` variable as in this pull request, that fixed it.

#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-14 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-13 10:31 [PR PATCH] fix distfiles for boost rbergmair
2025-03-14 21:13 ` tranzystorekk
2025-03-14 22:19 ` [PR PATCH] [Updated] " Johnnynator
2025-03-14 22:19 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).