Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scons: Update to 4.7.0
@ 2024-03-29 21:13 wpbirney
  2024-03-30  9:43 ` scons: update " sgn
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: wpbirney @ 2024-03-29 21:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wpbirney/void-packages scons-4.7.0
https://github.com/void-linux/void-packages/pull/49596

scons: Update to 4.7.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-musl (crossbuild)

Note that i switched the distfile to sourceforge as SCons devs are no longer cutting releases on github and now the main scons website points to sourceforge to get an official tarball.

Tested it on building godot as well without issue



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

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

From 3b4f0365862aec34e40a02d02ddf62f97dbbefcd Mon Sep 17 00:00:00 2001
From: wpbirney <wpb@360scada.com>
Date: Fri, 29 Mar 2024 17:05:43 -0400
Subject: [PATCH] scons: Update to 4.7.0

---
 srcpkgs/scons/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template
index ab712691c903fa..40f7326c7e6488 100644
--- a/srcpkgs/scons/template
+++ b/srcpkgs/scons/template
@@ -1,7 +1,7 @@
 # Template file for 'scons'
 pkgname=scons
-version=4.4.0
-revision=3
+version=4.7.0
+revision=1
 build_style="python3-module"
 make_install_args="--install-data=/usr/share/man/man1/"
 hostmakedepends="python3 python3-setuptools"
@@ -10,8 +10,8 @@ short_desc="Software construction tool"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="MIT"
 homepage="https://www.scons.org/"
-distfiles="https://github.com/SCons/scons/releases/download/${version}/SCons-${version}.tar.gz"
-checksum=7703c4e9d2200b4854a31800c1dbd4587e1fa86e75f58795c740bcfa7eca7eaa
+distfiles="${SOURCEFORGE_SITE}/scons/${version}/SCons-${version}.tar.gz"
+checksum=d9fcd831700ce373ecd30ac55e9d7eff20754215cff5967c4972237d614a326e
 make_check=no #SCons dist tarballs do not have tests, confirmed with SCons dev
 
 post_install() {

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
@ 2024-03-30  9:43 ` sgn
  2024-03-30 14:14 ` wpbirney
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: sgn @ 2024-03-30  9:43 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2027993966

Comment:
Did you try recompile all packages that use `scons`?

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
  2024-03-30  9:43 ` scons: update " sgn
@ 2024-03-30 14:14 ` wpbirney
  2024-03-30 14:20 ` wpbirney
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:14 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [ ]  goxel
- [ ]  gpsd
- [ ]  libffado
- [ ]  pingus
- [ ]  rmlint
- [ ]  serf
- [ ]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
  2024-03-30  9:43 ` scons: update " sgn
  2024-03-30 14:14 ` wpbirney
@ 2024-03-30 14:20 ` wpbirney
  2024-03-30 14:21 ` wpbirney
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:20 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [ ]  gpsd
- [ ]  libffado
- [ ]  pingus
- [ ]  rmlint
- [ ]  serf
- [ ]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (2 preceding siblings ...)
  2024-03-30 14:20 ` wpbirney
@ 2024-03-30 14:21 ` wpbirney
  2024-03-30 14:22 ` wpbirney
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:21 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [ ]  libffado
- [ ]  pingus
- [ ]  rmlint
- [ ]  serf
- [ ]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (3 preceding siblings ...)
  2024-03-30 14:21 ` wpbirney
@ 2024-03-30 14:22 ` wpbirney
  2024-03-30 14:24 ` wpbirney
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:22 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus
- [ ]  rmlint
- [ ]  serf
- [ ]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (4 preceding siblings ...)
  2024-03-30 14:22 ` wpbirney
@ 2024-03-30 14:24 ` wpbirney
  2024-03-30 14:25 ` wpbirney
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:24 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [ ]  rmlint
- [ ]  serf
- [ ]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (5 preceding siblings ...)
  2024-03-30 14:24 ` wpbirney
@ 2024-03-30 14:25 ` wpbirney
  2024-03-30 14:26 ` wpbirney
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:25 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [ ]  serf
- [ ]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (6 preceding siblings ...)
  2024-03-30 14:25 ` wpbirney
@ 2024-03-30 14:26 ` wpbirney
  2024-03-30 14:28 ` wpbirney
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:26 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [x]  serf
- [ ]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (7 preceding siblings ...)
  2024-03-30 14:26 ` wpbirney
@ 2024-03-30 14:28 ` wpbirney
  2024-03-30 14:32 ` wpbirney
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:28 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21
- [ ]  cbang
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (8 preceding siblings ...)
  2024-03-30 14:28 ` wpbirney
@ 2024-03-30 14:32 ` wpbirney
  2024-03-30 14:32 ` wpbirney
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:32 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21 - compile errors
- [ ]  cbang - compile errors
- [ ]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (9 preceding siblings ...)
  2024-03-30 14:32 ` wpbirney
@ 2024-03-30 14:32 ` wpbirney
  2024-03-30 14:32 ` wpbirney
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:32 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [ ]  xboxdrv
- [ ]  endless-sky-gl21 - compile errors
- [ ]  cbang - compile errors
- [x]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (10 preceding siblings ...)
  2024-03-30 14:32 ` wpbirney
@ 2024-03-30 14:32 ` wpbirney
  2024-03-30 14:34 ` wpbirney
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:32 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [ ]  xboxdrv - failed to fetch
- [ ]  endless-sky-gl21 - compile errors
- [ ]  cbang - compile errors
- [x]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (11 preceding siblings ...)
  2024-03-30 14:32 ` wpbirney
@ 2024-03-30 14:34 ` wpbirney
  2024-03-30 14:43 ` wpbirney
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:34 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [ ]  xboxdrv - failed to fetch
- [ ]  endless-sky-gl21 - compile errors with both scons 4.4 and the PR 4.7
- [ ]  cbang - compile errors with both scons 4.4 and the PR 4.7
- [x]  sunpinyin

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (12 preceding siblings ...)
  2024-03-30 14:34 ` wpbirney
@ 2024-03-30 14:43 ` wpbirney
  2024-03-30 23:38 ` sgn
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: wpbirney @ 2024-03-30 14:43 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [ ]  pingus - failed to fetch "https://gitlab.com/pingus/pingus/-/archive/v0.7.6/pingus-v0.7.6.tar.gz: Forbidden" not scons related
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [ ]  xboxdrv - failed to fetch
- [ ]  endless-sky-gl21 - compile errors with both scons 4.4 and the PR 4.7
- [ ]  cbang - compile errors with both scons 4.4 and the PR 4.7
- [x]  sunpinyin

SCons 4.7.0 update didn't break any packages using build_style=scons

Both `pingus` and `xboxdrv` have gitlab distfiles that 404 currently.
`endless-sky-gl21` and `cbang` have compile errors regardless of which scons version is used.

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (13 preceding siblings ...)
  2024-03-30 14:43 ` wpbirney
@ 2024-03-30 23:38 ` sgn
  2024-03-31  1:02 ` sgn
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: sgn @ 2024-03-30 23:38 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [x]  pingus - 77d36c47c3faf56b12f52855dfe0cb5b7390d57d
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [ ]  xboxdrv - failed to fetch
- [ ]  endless-sky-gl21 - compile errors with both scons 4.4 and the PR 4.7
- [ ]  cbang - compile errors with both scons 4.4 and the PR 4.7
- [x]  sunpinyin

SCons 4.7.0 update didn't break any packages using build_style=scons

Both `pingus` and `xboxdrv` have gitlab distfiles that 404 currently.
`endless-sky-gl21` and `cbang` have compile errors regardless of which scons version is used.

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (14 preceding siblings ...)
  2024-03-30 23:38 ` sgn
@ 2024-03-31  1:02 ` sgn
  2024-03-31  1:18 ` sgn
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: sgn @ 2024-03-31  1:02 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [x]  pingus - 77d36c47c3faf56b12f52855dfe0cb5b7390d57d
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [x]  xboxdrv a6c1b46d0eeb0d5a52a118bfc5055ff685029cfc
- [ ]  endless-sky-gl21 - compile errors with both scons 4.4 and the PR 4.7
- [ ]  cbang - compile errors with both scons 4.4 and the PR 4.7
- [x]  sunpinyin

SCons 4.7.0 update didn't break any packages using build_style=scons

Both `pingus` and `xboxdrv` have gitlab distfiles that 404 currently.
`endless-sky-gl21` and `cbang` have compile errors regardless of which scons version is used.

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (15 preceding siblings ...)
  2024-03-31  1:02 ` sgn
@ 2024-03-31  1:18 ` sgn
  2024-03-31  1:22 ` sgn
  2024-03-31  1:22 ` [PR PATCH] [Merged]: " sgn
  18 siblings, 0 replies; 20+ messages in thread
From: sgn @ 2024-03-31  1:18 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [x]  pingus - 77d36c47c3faf56b12f52855dfe0cb5b7390d57d
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [x]  xboxdrv a6c1b46d0eeb0d5a52a118bfc5055ff685029cfc
- [ ]  endless-sky-gl21 - compile errors with both scons 4.4 and the PR 4.7
- [x]  cbang - b50b3e2d16c18ec9c8d42b1c922077263e54809d

- [x]  sunpinyin

SCons 4.7.0 update didn't break any packages using build_style=scons

Both `pingus` and `xboxdrv` have gitlab distfiles that 404 currently.
`endless-sky-gl21` and `cbang` have compile errors regardless of which scons version is used.

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

* Re: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (16 preceding siblings ...)
  2024-03-31  1:18 ` sgn
@ 2024-03-31  1:22 ` sgn
  2024-03-31  1:22 ` [PR PATCH] [Merged]: " sgn
  18 siblings, 0 replies; 20+ messages in thread
From: sgn @ 2024-03-31  1:22 UTC (permalink / raw)
  To: ml

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

New comment by wpbirney on void-packages repository

https://github.com/void-linux/void-packages/pull/49596#issuecomment-2028083719

Comment:
> Did you try recompile all packages that use `scons`?

I have not yet, but i will now to be sure

- [x]  godot
- [x]  goxel
- [x]  gpsd
- [x]  libffado
- [x]  pingus - 77d36c47c3faf56b12f52855dfe0cb5b7390d57d
- [x]  rmlint
- [x]  serf
- [x]  vdrift
- [x]  xboxdrv a6c1b46d0eeb0d5a52a118bfc5055ff685029cfc
- [x]  endless-sky-gl21 - compile errors with both scons 4.4 and the PR 4.7
- [x]  cbang - b50b3e2d16c18ec9c8d42b1c922077263e54809d

- [x]  sunpinyin

SCons 4.7.0 update didn't break any packages using build_style=scons

Both `pingus` and `xboxdrv` have gitlab distfiles that 404 currently.
`endless-sky-gl21` and `cbang` have compile errors regardless of which scons version is used.

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

* Re: [PR PATCH] [Merged]: scons: update to 4.7.0
  2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
                   ` (17 preceding siblings ...)
  2024-03-31  1:22 ` sgn
@ 2024-03-31  1:22 ` sgn
  18 siblings, 0 replies; 20+ messages in thread
From: sgn @ 2024-03-31  1:22 UTC (permalink / raw)
  To: ml

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

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

scons: update to 4.7.0
https://github.com/void-linux/void-packages/pull/49596

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64-musl (crossbuild)

Note that i switched the distfile to sourceforge as SCons devs are no longer cutting releases on github and now the main scons website points to sourceforge to get an official tarball.

Tested it on building godot as well without issue



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

end of thread, other threads:[~2024-03-31  1:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 21:13 [PR PATCH] scons: Update to 4.7.0 wpbirney
2024-03-30  9:43 ` scons: update " sgn
2024-03-30 14:14 ` wpbirney
2024-03-30 14:20 ` wpbirney
2024-03-30 14:21 ` wpbirney
2024-03-30 14:22 ` wpbirney
2024-03-30 14:24 ` wpbirney
2024-03-30 14:25 ` wpbirney
2024-03-30 14:26 ` wpbirney
2024-03-30 14:28 ` wpbirney
2024-03-30 14:32 ` wpbirney
2024-03-30 14:32 ` wpbirney
2024-03-30 14:32 ` wpbirney
2024-03-30 14:34 ` wpbirney
2024-03-30 14:43 ` wpbirney
2024-03-30 23:38 ` sgn
2024-03-31  1:02 ` sgn
2024-03-31  1:18 ` sgn
2024-03-31  1:22 ` sgn
2024-03-31  1:22 ` [PR PATCH] [Merged]: " sgn

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).