Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Rebuild final llvm12 packages
@ 2024-07-29 11:58 Calandracas606
  2024-07-29 12:24 ` [PR PATCH] [Updated] " Calandracas606
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Calandracas606 @ 2024-07-29 11:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages rebuild-final-llvm12-packages
https://github.com/void-linux/void-packages/pull/51526

Rebuild final llvm12 packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
  -  i686
  -  aarch64 (cross)
  -  aarch64-musl (cross)
  -  armv7l (cross)
  -  armv7l-musl (cross)
  -  armv6l (cross)
  -  armv6l-musl (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rebuild-final-llvm12-packages-51526.patch --]
[-- Type: text/x-diff, Size: 2470 bytes --]

From 0ac36cf0893b61d1c015f5e43ee917df8ea84d2d Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 9 Jul 2024 22:03:32 -0400
Subject: [PATCH 1/2] mozjs102: build with llvm18

---
 srcpkgs/mozjs102/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mozjs102/template b/srcpkgs/mozjs102/template
index 04050f47c1fe34..1b8d6293130728 100644
--- a/srcpkgs/mozjs102/template
+++ b/srcpkgs/mozjs102/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs102'
 pkgname=mozjs102
 version=102.15.1
-revision=1
+revision=2
 build_wrksrc=js/src
 build_style=gnu-configure
 build_helper=rust
@@ -11,7 +11,7 @@ configure_args="--disable-jemalloc --disable-strip --disable-tests \
  --enable-shared-js --enable-system-ffi --with-intl-api --with-system-icu \
  --with-system-nspr --with-system-zlib --enable-hardening --enable-release"
 hostmakedepends="make pkg-config python3 python3-setuptools python3-six perl m4
- rust cargo llvm12 clang python3-looseversion"
+ rust cargo llvm18 clang18 python3-looseversion"
 makedepends="icu-devel libffi-devel nspr-devel python3-devel readline-devel
  zlib-devel rust-std"
 checkdepends="python3"

From 9127c0f09c30ef091596cf3b6429e15d217dd245 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 9 Jul 2024 22:14:13 -0400
Subject: [PATCH 2/2] ghdl: update to 4.1.0.

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

diff --git a/srcpkgs/ghdl/template b/srcpkgs/ghdl/template
index 0e2d82c2d42fd9..3bf5686364505f 100644
--- a/srcpkgs/ghdl/template
+++ b/srcpkgs/ghdl/template
@@ -6,8 +6,8 @@
 #
 pkgname=ghdl
 reverts="20181129_1"
-version=3.0.0
-revision=2
+version=4.1.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --srcdir=.. --disable-werror"
 makedepends="zlib-devel"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/ghdl/ghdl"
 changelog="https://raw.githubusercontent.com/ghdl/ghdl/master/NEWS.md"
 distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
-checksum=c1ed4d2095df80131260a48c55bb53409ce8d4c38bba42618ca040115faf08b9
+checksum=0aab531b45a6613b0918f3ac6ec717b8acfad051d1abb1c39eb7490590c7a324
 nocross=yes
 # testsuite is big and long
 make_check=extended
@@ -39,7 +39,7 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 if [ "$build_option_llvm" ]; then
-	makedepends+=" llvm12"
+	makedepends+=" llvm18-devel"
 fi
 
 do_configure() {

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

* Re: [PR PATCH] [Updated] Rebuild final llvm12 packages
  2024-07-29 11:58 [PR PATCH] Rebuild final llvm12 packages Calandracas606
@ 2024-07-29 12:24 ` Calandracas606
  2024-07-30 18:58 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Calandracas606 @ 2024-07-29 12:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages rebuild-final-llvm12-packages
https://github.com/void-linux/void-packages/pull/51526

Rebuild final llvm12 packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
  -  i686
  -  aarch64 (cross)
  -  aarch64-musl (cross)
  -  armv7l (cross)
  -  armv7l-musl (cross)
  -  armv6l (cross)
  -  armv6l-musl (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rebuild-final-llvm12-packages-51526.patch --]
[-- Type: text/x-diff, Size: 2831 bytes --]

From 4c67f23592155ec46b823747a261250b77990a03 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 9 Jul 2024 22:03:32 -0400
Subject: [PATCH 1/2] mozjs102: build with llvm18, broken.

---
 srcpkgs/mozjs102/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mozjs102/template b/srcpkgs/mozjs102/template
index 04050f47c1fe34..c0934e3f3581e4 100644
--- a/srcpkgs/mozjs102/template
+++ b/srcpkgs/mozjs102/template
@@ -1,7 +1,7 @@
 # Template file for 'mozjs102'
 pkgname=mozjs102
 version=102.15.1
-revision=1
+revision=2
 build_wrksrc=js/src
 build_style=gnu-configure
 build_helper=rust
@@ -11,7 +11,7 @@ configure_args="--disable-jemalloc --disable-strip --disable-tests \
  --enable-shared-js --enable-system-ffi --with-intl-api --with-system-icu \
  --with-system-nspr --with-system-zlib --enable-hardening --enable-release"
 hostmakedepends="make pkg-config python3 python3-setuptools python3-six perl m4
- rust cargo llvm12 clang python3-looseversion"
+ rust cargo llvm18 clang18 python3-looseversion"
 makedepends="icu-devel libffi-devel nspr-devel python3-devel readline-devel
  zlib-devel rust-std"
 checkdepends="python3"
@@ -21,6 +21,7 @@ license="MPL-2.0"
 homepage="https://spidermonkey.dev"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
 checksum=09194fb765953bc6979a35aa8834118c453b9d6060bf1ec4e134551bad740113
+broken="ModuleNotFoundError: No module named 'distutils'"
 
 LDFLAGS="-Wl,-z,stack-size=1048576"
 

From 6ca2c53c51fb85862da7ee9a1b392582a1e07b1d Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 9 Jul 2024 22:14:13 -0400
Subject: [PATCH 2/2] ghdl: update to 4.1.0.

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

diff --git a/srcpkgs/ghdl/template b/srcpkgs/ghdl/template
index 0e2d82c2d42fd9..3bf5686364505f 100644
--- a/srcpkgs/ghdl/template
+++ b/srcpkgs/ghdl/template
@@ -6,8 +6,8 @@
 #
 pkgname=ghdl
 reverts="20181129_1"
-version=3.0.0
-revision=2
+version=4.1.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --srcdir=.. --disable-werror"
 makedepends="zlib-devel"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/ghdl/ghdl"
 changelog="https://raw.githubusercontent.com/ghdl/ghdl/master/NEWS.md"
 distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
-checksum=c1ed4d2095df80131260a48c55bb53409ce8d4c38bba42618ca040115faf08b9
+checksum=0aab531b45a6613b0918f3ac6ec717b8acfad051d1abb1c39eb7490590c7a324
 nocross=yes
 # testsuite is big and long
 make_check=extended
@@ -39,7 +39,7 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 if [ "$build_option_llvm" ]; then
-	makedepends+=" llvm12"
+	makedepends+=" llvm18-devel"
 fi
 
 do_configure() {

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

* Re: [PR REVIEW] Rebuild final llvm12 packages
  2024-07-29 11:58 [PR PATCH] Rebuild final llvm12 packages Calandracas606
  2024-07-29 12:24 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-07-30 18:58 ` classabbyamp
  2024-07-30 19:00 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-07-30 18:58 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51526#discussion_r1697438738

Comment:
don't bump revision if fit doesn't need to rebuild

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

* Re: [PR REVIEW] Rebuild final llvm12 packages
  2024-07-29 11:58 [PR PATCH] Rebuild final llvm12 packages Calandracas606
  2024-07-29 12:24 ` [PR PATCH] [Updated] " Calandracas606
  2024-07-30 18:58 ` [PR REVIEW] " classabbyamp
@ 2024-07-30 19:00 ` classabbyamp
  2024-07-30 19:02 ` [PR PATCH] [Updated] " Calandracas606
  2024-07-31 17:24 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-07-30 19:00 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51526#discussion_r1697438738

Comment:
don't bump revision if it doesn't need to rebuild

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

* Re: [PR PATCH] [Updated] Rebuild final llvm12 packages
  2024-07-29 11:58 [PR PATCH] Rebuild final llvm12 packages Calandracas606
                   ` (2 preceding siblings ...)
  2024-07-30 19:00 ` classabbyamp
@ 2024-07-30 19:02 ` Calandracas606
  2024-07-31 17:24 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: Calandracas606 @ 2024-07-30 19:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages rebuild-final-llvm12-packages
https://github.com/void-linux/void-packages/pull/51526

Rebuild final llvm12 packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
  -  i686
  -  aarch64 (cross)
  -  aarch64-musl (cross)
  -  armv7l (cross)
  -  armv7l-musl (cross)
  -  armv6l (cross)
  -  armv6l-musl (cross)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rebuild-final-llvm12-packages-51526.patch --]
[-- Type: text/x-diff, Size: 2653 bytes --]

From 0fbefdfb6b02816db076666850711d19ac0b2241 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 9 Jul 2024 22:03:32 -0400
Subject: [PATCH 1/2] mozjs102: build with llvm18, broken.

---
 srcpkgs/mozjs102/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/mozjs102/template b/srcpkgs/mozjs102/template
index 04050f47c1fe34..7f01a2732b1952 100644
--- a/srcpkgs/mozjs102/template
+++ b/srcpkgs/mozjs102/template
@@ -11,7 +11,7 @@ configure_args="--disable-jemalloc --disable-strip --disable-tests \
  --enable-shared-js --enable-system-ffi --with-intl-api --with-system-icu \
  --with-system-nspr --with-system-zlib --enable-hardening --enable-release"
 hostmakedepends="make pkg-config python3 python3-setuptools python3-six perl m4
- rust cargo llvm12 clang python3-looseversion"
+ rust cargo llvm18 clang18 python3-looseversion"
 makedepends="icu-devel libffi-devel nspr-devel python3-devel readline-devel
  zlib-devel rust-std"
 checkdepends="python3"
@@ -21,6 +21,7 @@ license="MPL-2.0"
 homepage="https://spidermonkey.dev"
 distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
 checksum=09194fb765953bc6979a35aa8834118c453b9d6060bf1ec4e134551bad740113
+broken="ModuleNotFoundError: No module named 'distutils'"
 
 LDFLAGS="-Wl,-z,stack-size=1048576"
 

From 3346fa490d27fe01c72052de45d4d0e772f3c3c3 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 9 Jul 2024 22:14:13 -0400
Subject: [PATCH 2/2] ghdl: update to 4.1.0.

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

diff --git a/srcpkgs/ghdl/template b/srcpkgs/ghdl/template
index 0e2d82c2d42fd9..3bf5686364505f 100644
--- a/srcpkgs/ghdl/template
+++ b/srcpkgs/ghdl/template
@@ -6,8 +6,8 @@
 #
 pkgname=ghdl
 reverts="20181129_1"
-version=3.0.0
-revision=2
+version=4.1.0
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --srcdir=.. --disable-werror"
 makedepends="zlib-devel"
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/ghdl/ghdl"
 changelog="https://raw.githubusercontent.com/ghdl/ghdl/master/NEWS.md"
 distfiles="https://github.com/ghdl/ghdl/archive/v${version}.tar.gz"
-checksum=c1ed4d2095df80131260a48c55bb53409ce8d4c38bba42618ca040115faf08b9
+checksum=0aab531b45a6613b0918f3ac6ec717b8acfad051d1abb1c39eb7490590c7a324
 nocross=yes
 # testsuite is big and long
 make_check=extended
@@ -39,7 +39,7 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 if [ "$build_option_llvm" ]; then
-	makedepends+=" llvm12"
+	makedepends+=" llvm18-devel"
 fi
 
 do_configure() {

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

* Re: [PR PATCH] [Merged]: Rebuild final llvm12 packages
  2024-07-29 11:58 [PR PATCH] Rebuild final llvm12 packages Calandracas606
                   ` (3 preceding siblings ...)
  2024-07-30 19:02 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-07-31 17:24 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-07-31 17:24 UTC (permalink / raw)
  To: ml

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

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

Rebuild final llvm12 packages
https://github.com/void-linux/void-packages/pull/51526

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

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

<!--
#### 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
  -  i686
  -  aarch64 (cross)
  -  aarch64-musl (cross)
  -  armv7l (cross)
  -  armv7l-musl (cross)
  -  armv6l (cross)
  -  armv6l-musl (cross)


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

end of thread, other threads:[~2024-07-31 17:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-29 11:58 [PR PATCH] Rebuild final llvm12 packages Calandracas606
2024-07-29 12:24 ` [PR PATCH] [Updated] " Calandracas606
2024-07-30 18:58 ` [PR REVIEW] " classabbyamp
2024-07-30 19:00 ` classabbyamp
2024-07-30 19:02 ` [PR PATCH] [Updated] " Calandracas606
2024-07-31 17:24 ` [PR PATCH] [Merged]: " classabbyamp

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