GNU bug report logs - #68997
[PATCH] gnu: lightning: Update to 2.2.3

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 9 Feb 2024 07:22:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

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 68997 in the body.
You can then email your comments to 68997 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#68997; Package guix-patches. (Fri, 09 Feb 2024 07:22:01 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. (Fri, 09 Feb 2024 07:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: lightning: Update to 2.2.3
Date: Thu,  8 Feb 2024 23:21:00 -0800
* gnu/packages/assembly.scm (lightning): Update to 2.2.3

Change-Id: Iddd550f1521b447acf4f119ddc9c2567a091427d
---
 gnu/packages/assembly.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 3bfe0bd3e0..9fcfba2f6c 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -196,14 +196,14 @@ (define-public yasm
 (define-public lightning
   (package
     (name "lightning")
-    (version "2.2.2")
+    (version "2.2.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/lightning/lightning-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1qmkfg7br543kqy82hhpr1n8bsm9wrwb1z5w2whxc5xdvr185jha"))))
+               "0ab89k0xn1mdgabrbfk2993jx6835i8glrhhn7zgpbq07aiwfif0"))))
     (build-system gnu-build-system)
     (native-inputs (list zlib))
     (arguments

base-commit: 570ef13a87bb54d3410c431700ba78316a2641e2
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68997; Package guix-patches. (Sat, 10 Feb 2024 04:16:02 GMT) Full text and rfc822 format available.

Message #8 received at 68997 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: Tanguy LE CARROUR <tanguy <at> bioneland.org>
Cc: 68997 <at> debbugs.gnu.org
Subject: Re: QA review for 68997
Date: Fri, 9 Feb 2024 20:14:43 -0800
I just take a look of QA, it seems to pass but a downstream package
GNU smalltalk which uses ligntning fails to build.  That has always
failed to build for many years on x86-64 so not a new problem.

On Fri, Feb 9, 2024 at 9:35 AM Andy Tai <atai <at> atai.org> wrote:
>
> Thanks.  On my (Guix x86-64 machine), all tests did pass
>
> On Fri, Feb 9, 2024 at 7:29 AM Tanguy LE CARROUR <tanguy <at> bioneland.org> wrote:
>>
>> Hi Andy,
>>
>> Thanks for the patch.
>> For what it’s worth, it LGTM, but… it fails to pass the tests on my machine.
>> It’s still in WIP on QA, so… it could only be my machine.
>>
>> ```
>> ===============================================
>>    GNU lightning 2.2.3: check/test-suite.log
>> ===============================================
>>
>> # TOTAL: 135
>> # PASS:  133
>> # SKIP:  0
>> # XFAIL: 0
>> # FAIL:  2
>> # XPASS: 0
>> # ERROR: 0
>>
>>
>> .. contents:: :depth: 2
>>
>> FAIL: bit
>> =========
>>
>> 1d0
>> &lt; ok
>> FAIL bit (exit status: 1)
>>
>> FAIL: bit.nodata
>> ================
>>
>> 1d0
>> &lt; ok
>> FAIL bit.nodata (exit status: 1)
>> ```
>>
>> Regards
>>
>> --
>> Tanguy
>>
>> Items marked as checked: Commit messages
>
>
>
> --
> Andy Tai, atai <at> atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andytai1010
> Year 2023 民國112年
> 自動的精神力是信仰與覺悟
> 自動的行為力是勞動與技能



-- 
Andy Tai, atai <at> atai.org, Skype: licheng.tai, Line: andy_tai, WeChat: andytai1010
Year 2023 民國112年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能

Information forwarded to guix-patches <at> gnu.org:
bug#68997; Package guix-patches. (Mon, 12 Feb 2024 15:06:02 GMT) Full text and rfc822 format available.

Message #11 received at 68997 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Andy Tai <atai <at> atai.org>
Cc: 68997 <at> debbugs.gnu.org
Subject: Re: QA review for 68997
Date: Mon, 12 Feb 2024 16:04:51 +0100
Hi,


Quoting Andy Tai (2024-02-10 05:14:43)
> I just take a look of QA, it seems to pass but a downstream package
> GNU smalltalk which uses ligntning fails to build.  That has always
> failed to build for many years on x86-64 so not a new problem.

It does build on my computer at work! And CI looks OK, except for the
problem with smalltalk on x86_64 that you mentioned.

Tobias did the last update and commit for this package. This might be
the right person to ping if no committer picks up your patch.

Regards,

-- 
Tanguy




Information forwarded to guix-patches <at> gnu.org:
bug#68997; Package guix-patches. (Wed, 14 Feb 2024 20:40:02 GMT) Full text and rfc822 format available.

Message #14 received at 68997 <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Tanguy LE CARROUR <tanguy <at> bioneland.org>
Cc: 68997 <at> debbugs.gnu.org, Andy Tai <atai <at> atai.org>
Subject: Re: [bug#68997] QA review for 68997
Date: Wed, 14 Feb 2024 20:38:54 +0000
Hello,

On Mon, Feb 12, 2024 at 04:04 PM, Tanguy LE CARROUR wrote:

> Hi,
>
>
> Quoting Andy Tai (2024-02-10 05:14:43)
>> I just take a look of QA, it seems to pass but a downstream package
>> GNU smalltalk which uses ligntning fails to build.  That has always
>> failed to build for many years on x86-64 so not a new problem.
>

For smalltalk (on master, x86_64): I do see it failing on Berlin
(ci.guix.gnu.org) but there is a substitute from Bordeaux.

> It does build on my computer at work! And CI looks OK, except for the
> problem with smalltalk on x86_64 that you mentioned.
>

This patch for lightning builds for me locally as well. But smalltalk
then fails.

So it would be good to see why (fails tests) and if that can be fixed.
I'm not familiar at all with smalltalk so I didn't take a look, maybe
someone that knows the package can be CC'ed.

> Tobias did the last update and commit for this package. This might be
> the right person to ping if no committer picks up your patch.
>
> Regards,

John





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Wed, 30 Apr 2025 11:02:01 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Wed, 30 Apr 2025 11:02:01 GMT) Full text and rfc822 format available.

Message #19 received at 68997-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: John Kehayias <john.kehayias <at> protonmail.com>
Cc: 68997-done <at> debbugs.gnu.org, Tanguy LE CARROUR <tanguy <at> bioneland.org>,
 Andy Tai <atai <at> atai.org>
Subject: Re: [bug#68997] QA review for 68997
Date: Wed, 30 Apr 2025 13:01:32 +0200
Well, I just built smalltalk with the updated lightning on my laptop,
so I have pushed this patch.

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 28 May 2025 11:24:35 GMT) Full text and rfc822 format available.

This bug report was last modified 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.