GNU bug report logs -
#61824
[PATCH] gnu: ledger: Update to 3.3.0.
Previous Next
Reported by: jlicht <at> fsfe.org
Date: Sun, 26 Feb 2023 20:51:01 UTC
Severity: normal
Tags: patch
Done: Jelle Licht <jlicht <at> fsfe.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 61824 in the body.
You can then email your comments to 61824 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#61824
; Package
guix-patches
.
(Sun, 26 Feb 2023 20:51:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jlicht <at> fsfe.org
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 26 Feb 2023 20:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Jelle Licht <jlicht <at> fsfe.org>
* gnu/packages/finance.scm (ledger): Update to 3.3.0.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d2da017091..631985f377 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -311,7 +311,7 @@ (define-public homebank
(define-public ledger
(package
(name "ledger")
- (version "3.2.1")
+ (version "3.3.0")
(source
(origin
(method git-fetch)
@@ -320,7 +320,7 @@ (define-public ledger
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0x6jxwss3wwzbzlwmnwb8yzjk8f9wfawif4f1b74z2qg6hc4r7f6"))
+ (base32 "09xn5v830lwzkmshhh42ik88gv6hazydb2jxd7kvvhd0k4g7l4yj"))
(snippet '(begin
;; Remove test that fails due to difference in
;; reported error message (missing leading "./" in the
--
2.39.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61824
; Package
guix-patches
.
(Mon, 27 Feb 2023 13:32:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 61824 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi.
Did you try removing the snippet and the line disabling
the BaselineTest_cmd-org test in the 'check-setup' phase?
I tried and all the tests passed on my machine.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61824
; Package
guix-patches
.
(Tue, 28 Feb 2023 01:22:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 61824 <at> debbugs.gnu.org (full text, mbox):
From: Jelle Licht <jlicht <at> fsfe.org>
* gnu/packages/finance.scm (ledger): Update to 3.3.0.
[source]: Remove snippet.
[arguments]<#:phases>: Re-enable old test.
---
Changes in v2:
- enable now-working tests
gnu/packages/finance.scm | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d2da017091..82b20fd331 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -311,7 +311,7 @@ (define-public homebank
(define-public ledger
(package
(name "ledger")
- (version "3.2.1")
+ (version "3.3.0")
(source
(origin
(method git-fetch)
@@ -320,14 +320,7 @@ (define-public ledger
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0x6jxwss3wwzbzlwmnwb8yzjk8f9wfawif4f1b74z2qg6hc4r7f6"))
- (snippet '(begin
- ;; Remove test that fails due to difference in
- ;; reported error message (missing leading "./" in the
- ;; file name); started some time after Guix commit
- ;; 727f05e1e285aa52f5a19ec923fdc2259859b4b1
- (delete-file "test/regress/BF3C1F82-2.test")
- #true))))
+ (base32 "09xn5v830lwzkmshhh42ik88gv6hazydb2jxd7kvvhd0k4g7l4yj"))))
(build-system cmake-build-system)
(arguments
`(#:modules (,@%cmake-build-system-modules
@@ -369,10 +362,6 @@ (define-public ledger
(setenv "TZDIR"
(search-input-directory inputs
"share/zoneinfo"))
- ;; Skip failing test BaselineTest_cmd-org.
- ;; This is a known upstream issue. See
- ;; https://github.com/ledger/ledger/issues/550
- (setenv "ARGS" "-E BaselineTest_cmd-org")
#t)))))
(inputs
(list boost
--
2.39.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61824
; Package
guix-patches
.
(Tue, 28 Feb 2023 08:34:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 61824 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jlicht <at> fsfe.org skribis:
> From: Jelle Licht <jlicht <at> fsfe.org>
>
> * gnu/packages/finance.scm (ledger): Update to 3.3.0.
> [source]: Remove snippet.
> [arguments]<#:phases>: Re-enable old test.
LGTM.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
You have taken responsibility.
(Mon, 06 Mar 2023 14:10:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jlicht <at> fsfe.org
:
bug acknowledged by developer.
(Mon, 06 Mar 2023 14:10:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 61824-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master with an additional small version bump (3.3.0 -> 3.3.1)
that prevented crashes.
- Jelle
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 04 Apr 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.