* [bug#63140] [PATCH] gnu: lightning: Update to 2.2.2
@ 2023-04-28 5:58 Andy Tai
2023-05-19 14:42 ` Ludovic Courtès
2023-08-25 12:25 ` [bug#63140] Failure of smalltalk Andreas Enge
0 siblings, 2 replies; 5+ messages in thread
From: Andy Tai @ 2023-04-28 5:58 UTC (permalink / raw)
To: 63140; +Cc: Andy Tai
* gnu/packages/assembly.scm (lightning): Update to 2.2.2
---
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 ff8fe69e64..1a51be67cf 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -133,14 +133,14 @@ (define-public yasm
(define-public lightning
(package
(name "lightning")
- (version "2.2.1")
+ (version "2.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/lightning/lightning-"
version ".tar.gz"))
(sha256
(base32
- "1aiwx9cl9c7swqcgrsjnvd5laah3iwxzl1van3670iv8sn0icrwq"))))
+ "1qmkfg7br543kqy82hhpr1n8bsm9wrwb1z5w2whxc5xdvr185jha"))))
(build-system gnu-build-system)
(native-inputs (list zlib))
(arguments
base-commit: db19e30673a72ff8ee34276ede5dd081e6023cd3
prerequisite-patch-id: e080cad1ab4c8868b7e3ff6e1e569a496a76fa4b
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#63140] [PATCH] gnu: lightning: Update to 2.2.2
2023-04-28 5:58 [bug#63140] [PATCH] gnu: lightning: Update to 2.2.2 Andy Tai
@ 2023-05-19 14:42 ` Ludovic Courtès
2023-05-19 18:17 ` Andy Tai
2023-08-25 12:25 ` [bug#63140] Failure of smalltalk Andreas Enge
1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2023-05-19 14:42 UTC (permalink / raw)
To: Andy Tai; +Cc: 63140
Hi,
Andy Tai <atai@atai.org> skribis:
> * gnu/packages/assembly.scm (lightning): Update to 2.2.2
This seems to break ‘smalltalk’. Its ‘check’ phase fails with things
like:
--8<---------------cut here---------------start------------->8---
ERROR: 128 tests were run,
66 failed (1 expected failure).
7 tests were skipped.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##
Please send `tests/testsuite.log' and all information you think might help:
To: <help-smalltalk@gnu.org>
Subject: [GNU Smalltalk 3.2.91] testsuite: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 failed
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
be found below `tests/testsuite.dir'.
make[2]: *** [Makefile:631: check-local] Error 1
make[2]: Leaving directory '/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests'
make[1]: *** [Makefile:487: check-am] Error 2
make[1]: Leaving directory '/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests'
make: *** [Makefile:1069: check-recursive] Error 1
Test suite failed, dumping logs.
--- ./tests/testsuite.dir/046/testsuite.log ---------------------------------
# -*- compilation -*-
46. testsuite.at:82: testing ArrayANSITest ...
{ (cd /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91 && timeout 600s gst -I /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/gst.im -f /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/AnsiRun.st ArrayANSITest); echo exit 0 > retcode; } | tr -d '\r' | tee stdout; . ./retcode
./testsuite.at:82: { (cd $abs_top_builddir && $TIMEOUT gst $image_path -f $abs_srcdir/AnsiRun.st ArrayANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . ./retcode
--- /dev/null 2023-05-15 06:41:31.460926528 +0000
+++ /tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/testsuite.dir/at-groups/46/stderr 2023-05-19 14:39:04.960486435 +0000
@@ -0,0 +1,13 @@
+gst: Aborted
+gst: Error occurred while not in byte code interpreter!!
+/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x72907)[0x7ffff7f52907]
+/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(+0x3d2a0)[0x7ffff7b682a0]
+/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(+0x86fec)[0x7ffff7bb1fec]
+/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(raise+0x12)[0x7ffff7b68202]
+/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(abort+0xc1)[0x7ffff7b5345b]
+/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x10c19)[0x7ffff7ef0c19]
+/gnu/store/8k2smdr5wvrxi3haw5l657rcbj97f0hz-libsigsegv-2.14/lib/libsigsegv.so.2(+0x1278)[0x7ffff7edb278]
+/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35/lib/libc.so.6(+0x3d2a0)[0x7ffff7b682a0]
+/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x56e48)[0x7ffff7f36e48]
+/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/libgst/.libs/libgst.so.7(+0x72479)[0x7ffff7f52479]
+/tmp/guix-build-smalltalk-3.2.91.drv-0/smalltalk-3.2.91/tests/testsuite.dir/at-groups/46/test-source: line 20: 20149 Aborted $TIMEOUT gst $image_path -f $abs_srcdir/AnsiRun.st ArrayANSITest
stdout:
./testsuite.at:82: exit code was 134, expected 0
46. testsuite.at:82: 46. ArrayANSITest (testsuite.at:82): FAILED (testsuite.at:82)
--8<---------------cut here---------------end--------------->8---
Could you take a look and/or take it upstream?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#63140] [PATCH] gnu: lightning: Update to 2.2.2
2023-05-19 14:42 ` Ludovic Courtès
@ 2023-05-19 18:17 ` Andy Tai
0 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2023-05-19 18:17 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 63140
[-- Attachment #1: Type: text/plain, Size: 578 bytes --]
will do (or try)
On Fri, May 19, 2023 at 7:43 AM Ludovic Courtès <ludo@gnu.org> wrote:
> Hi,
>
> Andy Tai <atai@atai.org> skribis:
>
> > * gnu/packages/assembly.scm (lightning): Update to 2.2.2
>
> This seems to break ‘smalltalk’. Its ‘check’ phase fails with things
> like:
>
>
> Could you take a look and/or take it upstream?
>
> Thanks,
> Ludo’.
>
--
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat:
andytai1010
Year 2023 民國112年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能
[-- Attachment #2: Type: text/html, Size: 1415 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#63140] Failure of smalltalk
2023-04-28 5:58 [bug#63140] [PATCH] gnu: lightning: Update to 2.2.2 Andy Tai
2023-05-19 14:42 ` Ludovic Courtès
@ 2023-08-25 12:25 ` Andreas Enge
2023-08-26 11:31 ` Christopher Baines
1 sibling, 1 reply; 5+ messages in thread
From: Andreas Enge @ 2023-08-25 12:25 UTC (permalink / raw)
To: 63140
Hello,
the situation is a bit confusing.
QA shows a green button, but apparently has not tried to build smalltalk.
Currently a smalltalk package is available from CI, compiled with
lightning@2.2.1 (which should not be possible according to some previous
messages).
The same smalltalk recipe breaks building for me after updating lightning.
In any case, I would suggest to not apply the patch for the time being.
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-26 11:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-28 5:58 [bug#63140] [PATCH] gnu: lightning: Update to 2.2.2 Andy Tai
2023-05-19 14:42 ` Ludovic Courtès
2023-05-19 18:17 ` Andy Tai
2023-08-25 12:25 ` [bug#63140] Failure of smalltalk Andreas Enge
2023-08-26 11:31 ` Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.