GNU bug report logs -
#74573
[PATCH] gnu: artanis: update to 1.0.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 28 Nov 2024 06:37:02 UTC
Severity: normal
Tags: patch
Merged with 74649
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74573 in the body.
You can then email your comments to 74573 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74573
; Package
guix-patches
.
(Thu, 28 Nov 2024 06:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 28 Nov 2024 06:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (artanis): update to 1.0.0.
[source]: Remove code removing non-existent old directories.
Change-Id: I27b38eaff75cda008ae7de3eceb84dc5b7bf01aa
---
gnu/packages/guile-xyz.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a21289d368..3a69300ffe 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -149,22 +149,19 @@ (define-module (gnu packages guile-xyz)
(define-public artanis
(package
(name "artanis")
- (version "0.6")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/artanis/artanis-"
version ".tar.gz"))
(sha256
(base32
- "1y4mf8vv2fwjg4z8c4d7an5rxi96sh7krk0djnafm2l66i97cj3m"))
+ "05sigqvm04x0r1gwpwrxjffb3i13bss3ff24frr477zqm54wv5d8"))
(modules '((guix build utils)))
(snippet
'(begin
- ;; Unbundle guile-redis and guile-json
(delete-file-recursively "artanis/third-party/json.scm")
- (delete-file-recursively "artanis/third-party/json")
(delete-file-recursively "artanis/third-party/redis.scm")
- (delete-file-recursively "artanis/third-party/redis")
(substitute* '("artanis/artanis.scm"
"artanis/lpc.scm"
"artanis/oht.scm"
base-commit: ce877a777e6ec089dc347e9883387d3080b471cf
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74573
; Package
guix-patches
.
(Mon, 02 Dec 2024 18:35:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 74573 <at> debbugs.gnu.org (full text, mbox):
---------- Forwarded message ---------
From: Andy Tai <atai <at> atai.org>
OK I guess I will need to update my patch for this.
On Mon, Dec 2, 2024 at 1:02 AM Nala Ginrut <mulei <at> gnu.org> wrote:
> Hi Andy Tai and Guix folks!
> Recently Artanis-1.0.0 has released, I think there's still a thing to
> notice for Aarch64.
> You may need to pass --build=aarch64-unknown-linux-gnu to ./configure
> for Aarch64.
> Here's the related link:
> https://gitlab.com/hardenedlinux/artanis/-/issues/115#note_2054372084
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74573
; Package
guix-patches
.
(Wed, 04 Dec 2024 06:36:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 74573 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (artanis): update to 1.0.0.
[source]: Remove code removing non-existent old directories.
[arguments]<#:configure-flags>: Add aarch64 specific flag.
Change-Id: I27b38eaff75cda008ae7de3eceb84dc5b7bf01aa
---
gnu/packages/guile-xyz.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a21289d368..13b1f48e49 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -149,22 +149,19 @@ (define-module (gnu packages guile-xyz)
(define-public artanis
(package
(name "artanis")
- (version "0.6")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/artanis/artanis-"
version ".tar.gz"))
(sha256
(base32
- "1y4mf8vv2fwjg4z8c4d7an5rxi96sh7krk0djnafm2l66i97cj3m"))
+ "05sigqvm04x0r1gwpwrxjffb3i13bss3ff24frr477zqm54wv5d8"))
(modules '((guix build utils)))
(snippet
'(begin
- ;; Unbundle guile-redis and guile-json
(delete-file-recursively "artanis/third-party/json.scm")
- (delete-file-recursively "artanis/third-party/json")
(delete-file-recursively "artanis/third-party/redis.scm")
- (delete-file-recursively "artanis/third-party/redis")
(substitute* '("artanis/artanis.scm"
"artanis/lpc.scm"
"artanis/oht.scm"
@@ -201,7 +198,9 @@ (define-public artanis
pkg-config
util-linux)) ;for the `script' command
(arguments
- `(#:modules (((guix build guile-build-system)
+ `(#:configure-flags
+ '( ,@(if (target-aarch64?) '("--build=aarch64-unknown-linux-gnu") '()))
+ #:modules (((guix build guile-build-system)
#:select (target-guile-effective-version))
,@%default-gnu-modules)
#:imported-modules ((guix build guile-build-system)
base-commit: 2c700af42cbb17859a7d80807fef2000cab7f8ad
--
2.46.0
Merged 74573 74649.
Request was from
Andy Tai <lichengtai <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Fri, 13 Dec 2024 00:49:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Thu, 26 Dec 2024 22:24:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Thu, 26 Dec 2024 22:24:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 74573-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Andy Tai <atai <at> atai.org> skribis:
> * gnu/packages/guile-xyz.scm (artanis): update to 1.0.0.
> [source]: Remove code removing non-existent old directories.
> [arguments]<#:configure-flags>: Add aarch64 specific flag.
>
> Change-Id: I27b38eaff75cda008ae7de3eceb84dc5b7bf01aa
[...]
> (arguments
> - `(#:modules (((guix build guile-build-system)
> + `(#:configure-flags
> + '( ,@(if (target-aarch64?) '("--build=aarch64-unknown-linux-gnu") '()))
Applied without the #:configure-flags above since that’s already exactly
what happens by default.
Thanks,
Ludo’.
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Thu, 26 Dec 2024 22:24:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Josep Bigorra <jjbigorra <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 26 Dec 2024 22:24:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 24 Jan 2025 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.