Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] sbcl: update to 2.4.5
@ 2024-06-02 12:52 MIvanchev
  2024-06-02 12:54 ` [PR PATCH] [Updated] " MIvanchev
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From 4627a8376731f8b31e2ee013fb5585a14e9452f4 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..9d514ffbcbe891 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -15,7 +15,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +23,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"

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

* Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
@ 2024-06-02 12:54 ` MIvanchev
  2024-06-02 18:40 ` MIvanchev
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From 45d36069ad1d91dd08d7edbeac647461ed7f3939 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..b2a7822ebd9120 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -15,7 +15,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +23,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +55,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
  2024-06-02 12:54 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-06-02 18:40 ` MIvanchev
  2024-06-02 18:41 ` MIvanchev
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From e7e658b3d312285b1d32895ab722dffc5a95ee9f Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..fdc5bf4968b3c6 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -8,6 +8,7 @@ create_wrksrc="required"
 build_wrksrc=sbcl
 hostmakedepends="iana-etc texinfo"
 makedepends="libzstd-devel zlib-devel"
+checkdepends="strace which"
 conf_files="/etc/sbclrc"
 short_desc="Steel Bank Common Lisp"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -15,15 +16,16 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
+CFLAGS+=
 _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger"
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +57,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
  2024-06-02 12:54 ` [PR PATCH] [Updated] " MIvanchev
  2024-06-02 18:40 ` MIvanchev
@ 2024-06-02 18:41 ` MIvanchev
  2024-06-02 18:56 ` MIvanchev
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 18:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From 5a248f11e6495511593c0028aa5011b8444bb913 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..ac73076bb60b62 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -8,6 +8,7 @@ create_wrksrc="required"
 build_wrksrc=sbcl
 hostmakedepends="iana-etc texinfo"
 makedepends="libzstd-devel zlib-devel"
+checkdepends="strace which"
 conf_files="/etc/sbclrc"
 short_desc="Steel Bank Common Lisp"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -15,7 +16,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +24,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +56,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (2 preceding siblings ...)
  2024-06-02 18:41 ` MIvanchev
@ 2024-06-02 18:56 ` MIvanchev
  2024-06-02 19:20 ` MIvanchev
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 18:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From f7e41ee8678aae5e3691c855678922e5f6ae6312 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..55207441c40296 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -8,6 +8,7 @@ create_wrksrc="required"
 build_wrksrc=sbcl
 hostmakedepends="iana-etc texinfo"
 makedepends="libzstd-devel zlib-devel"
+checkdepends="strace which"
 conf_files="/etc/sbclrc"
 short_desc="Steel Bank Common Lisp"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -15,7 +16,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +24,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +56,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && CFLAGS+=-fPIE sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (3 preceding siblings ...)
  2024-06-02 18:56 ` MIvanchev
@ 2024-06-02 19:20 ` MIvanchev
  2024-06-02 20:16 ` MIvanchev
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From 1670e7ac6afa5278cf71b89e0e6d42be6621504b Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..82e5d75981b5f2 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -8,6 +8,7 @@ create_wrksrc="required"
 build_wrksrc=sbcl
 hostmakedepends="iana-etc texinfo"
 makedepends="libzstd-devel zlib-devel"
+checkdepends="strace which"
 conf_files="/etc/sbclrc"
 short_desc="Steel Bank Common Lisp"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -15,7 +16,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +24,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +56,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && CFLAGS=-fPIE sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (4 preceding siblings ...)
  2024-06-02 19:20 ` MIvanchev
@ 2024-06-02 20:16 ` MIvanchev
  2024-06-02 20:44 ` MIvanchev
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From ca46b97e35887ddef7f481a29fe306369778dd9b Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..7b1d3629732cd8 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -8,6 +8,7 @@ create_wrksrc="required"
 build_wrksrc=sbcl
 hostmakedepends="iana-etc texinfo"
 makedepends="libzstd-devel zlib-devel"
+checkdepends="strace which"
 conf_files="/etc/sbclrc"
 short_desc="Steel Bank Common Lisp"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -15,7 +16,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +24,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +56,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && LINKFLAGS=-fPIE sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

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

* Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (5 preceding siblings ...)
  2024-06-02 20:16 ` MIvanchev
@ 2024-06-02 20:44 ` MIvanchev
  2024-06-02 21:35 ` MIvanchev
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 20:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

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

From ac2f1d6c75ef71a1027d01328dbf572c8c9073f8 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..613ad107ed18f5 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -8,6 +8,7 @@ create_wrksrc="required"
 build_wrksrc=sbcl
 hostmakedepends="iana-etc texinfo"
 makedepends="libzstd-devel zlib-devel"
+checkdepends="strace which"
 conf_files="/etc/sbclrc"
 short_desc="Steel Bank Common Lisp"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -15,7 +16,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +24,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +56,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && LINKFLAGS="-fno-pie -no-pie" sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

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

* Re: sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (6 preceding siblings ...)
  2024-06-02 20:44 ` MIvanchev
@ 2024-06-02 21:35 ` MIvanchev
  2024-06-03 15:50 ` icp1994
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-02 21:35 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/50654#issuecomment-2144028332

Comment:
Added a proper `do_check`.

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

* Re: sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (7 preceding siblings ...)
  2024-06-02 21:35 ` MIvanchev
@ 2024-06-03 15:50 ` icp1994
  2024-06-03 15:57 ` fanyx
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: icp1994 @ 2024-06-03 15:50 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/50654#issuecomment-2145560338

Comment:
cc @leahneukirchen 

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

* Re: sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (8 preceding siblings ...)
  2024-06-03 15:50 ` icp1994
@ 2024-06-03 15:57 ` fanyx
  2024-06-03 16:01 ` MIvanchev
  2024-06-03 16:02 ` [PR PATCH] [Closed]: " MIvanchev
  11 siblings, 0 replies; 13+ messages in thread
From: fanyx @ 2024-06-03 15:57 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/50654#issuecomment-2145577496

Comment:
can be closed
https://github.com/void-linux/void-packages/commit/b26d4fada9db96c1b33b4351d488fa744b444e0c

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

* Re: sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (9 preceding siblings ...)
  2024-06-03 15:57 ` fanyx
@ 2024-06-03 16:01 ` MIvanchev
  2024-06-03 16:02 ` [PR PATCH] [Closed]: " MIvanchev
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-03 16:01 UTC (permalink / raw)
  To: ml

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

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/pull/50654#issuecomment-2145588960

Comment:
Closing this. @leahneukirchen IMO it's a good idea to enable the SBCL tests, they are very extensive.

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

* Re: [PR PATCH] [Closed]: sbcl: update to 2.4.5
  2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
                   ` (10 preceding siblings ...)
  2024-06-03 16:01 ` MIvanchev
@ 2024-06-03 16:02 ` MIvanchev
  11 siblings, 0 replies; 13+ messages in thread
From: MIvanchev @ 2024-06-03 16:02 UTC (permalink / raw)
  To: ml

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

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

sbcl: update to 2.4.5
https://github.com/void-linux/void-packages/pull/50654

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

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


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

end of thread, other threads:[~2024-06-03 16:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-02 12:52 [PR PATCH] [WIP] sbcl: update to 2.4.5 MIvanchev
2024-06-02 12:54 ` [PR PATCH] [Updated] " MIvanchev
2024-06-02 18:40 ` MIvanchev
2024-06-02 18:41 ` MIvanchev
2024-06-02 18:56 ` MIvanchev
2024-06-02 19:20 ` MIvanchev
2024-06-02 20:16 ` MIvanchev
2024-06-02 20:44 ` MIvanchev
2024-06-02 21:35 ` MIvanchev
2024-06-03 15:50 ` icp1994
2024-06-03 15:57 ` fanyx
2024-06-03 16:01 ` MIvanchev
2024-06-03 16:02 ` [PR PATCH] [Closed]: " MIvanchev

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