unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63140] GNU Smalltalk test suite failure with lightning 2.2.2
       [not found] <CAJsg1E8oyzF+93QYtj5afSxm=C5jZ--Mj7kQ1c9d6SNf5FCQRw@mail.gmail.com>
@ 2023-05-22  4:00 ` Andy Tai
  2023-05-22 12:49   ` Paulo César Pereira de Andrade
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2023-05-22  4:00 UTC (permalink / raw)
  To: lightning, 63140, Andy Tai

Additional info:

it seems this GNU Smalltalk has the same problem with GNU Lightning
2.2.1, 2.2.0 and 2.1.4   what I have tried so far)

On Sat, May 20, 2023 at 9:34 PM Andy Tai <atai@atai.org> wrote:
>
> Hi, this is regarding GNU Smalltalk test suite failure when building
> with GNU Lightning at 2.2.2
>
> Context: I was trying to upgrade lightning package in GNU Guix to 2.2.2.
>
> GNU Guix is a source based GNU/Linux distribution so the way it works
> is that it runs the test suites of packages included in it as part of
> process ofm upgrading package receipts.   In the build check it was
> discovered that GNU Smalltalk will fail in test suites when lightning
> is upgraded to 2.2.2.
>
> I am trying to report this to GNU Smalltalk but it has no bug tracker
> and it mailing list is not very active; I am still waiting for
> subscribing to the mailing list.
>
> In any case, it seems GNU Smalltalk uses lightning. With this issue I
> cannot tell if it is a bug in GNU Smalltalk or GNU Lightning  So I
> will bring it up here first.
> with GNU Lightning at 2.2.2, then building GNU Smalltalk:
> key parts of log:
>
> Basic packages.
>
>  44: SUnit                                           ok
>  45: Parser                                          ok
>
> ANSI compliancy tests.
>
>  46: ArrayANSITest                                   FAILED (testsuite.at:82)
>  47: ArrayFactoryANSITest                            FAILED (testsuite.at:83)
>  48: BagANSITest                                     FAILED (testsuite.at:84)
>  49: BagFactoryANSITest                              FAILED (testsuite.at:85)
>  50: BooleanANSITest                                 FAILED (testsuite.at:86)
>  51: ByteArrayANSITest                               FAILED (testsuite.at:87)
>  52: ByteArrayFactoryANSITest                        FAILED (testsuite.at:88)
> ....
>
>   complete build log (gzipped) as attachment



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




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

* [bug#63140] GNU Smalltalk test suite failure with lightning 2.2.2
  2023-05-22  4:00 ` [bug#63140] GNU Smalltalk test suite failure with lightning 2.2.2 Andy Tai
@ 2023-05-22 12:49   ` Paulo César Pereira de Andrade
  2023-05-22 17:44     ` Andy Tai
  0 siblings, 1 reply; 3+ messages in thread
From: Paulo César Pereira de Andrade @ 2023-05-22 12:49 UTC (permalink / raw)
  To: Andy Tai; +Cc: 63140, lightning

Em seg., 22 de mai. de 2023 às 01:01, Andy Tai <atai@atai.org> escreveu:
>
> Additional info:

  Hi,

  GNU Smalltalk uses an embedded Lightning 1.x if built with --enable-jit.

  I believe I lost most if no all emails I did exchange about porting
lightning 2.x to work with gnu smalltalk.

  Last time I tested, a few months ago, I believe only the debugger test failed.

  But I tested a very old branch, with patches at
https://github.com/pcpa/smalltalk/compare/master...scratch-lightning-branch

> it seems this GNU Smalltalk has the same problem with GNU Lightning
> 2.2.1, 2.2.0 and 2.1.4   what I have tried so far)
>
> On Sat, May 20, 2023 at 9:34 PM Andy Tai <atai@atai.org> wrote:
> >
> > Hi, this is regarding GNU Smalltalk test suite failure when building
> > with GNU Lightning at 2.2.2
> >
> > Context: I was trying to upgrade lightning package in GNU Guix to 2.2.2.
> >
> > GNU Guix is a source based GNU/Linux distribution so the way it works
> > is that it runs the test suites of packages included in it as part of
> > process ofm upgrading package receipts.   In the build check it was
> > discovered that GNU Smalltalk will fail in test suites when lightning
> > is upgraded to 2.2.2.
> >
> > I am trying to report this to GNU Smalltalk but it has no bug tracker
> > and it mailing list is not very active; I am still waiting for
> > subscribing to the mailing list.
> >
> > In any case, it seems GNU Smalltalk uses lightning. With this issue I
> > cannot tell if it is a bug in GNU Smalltalk or GNU Lightning  So I
> > will bring it up here first.
> > with GNU Lightning at 2.2.2, then building GNU Smalltalk:
> > key parts of log:

  Please check if you can get some GNU Smalltalk contact. I would like
to talk with any person involved again.

Thanks!
Paulo




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

* [bug#63140] GNU Smalltalk test suite failure with lightning 2.2.2
  2023-05-22 12:49   ` Paulo César Pereira de Andrade
@ 2023-05-22 17:44     ` Andy Tai
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Tai @ 2023-05-22 17:44 UTC (permalink / raw)
  To: Paulo César Pereira de Andrade; +Cc: 63140, lightning

Thanks.  I will try to make contact with GNU Smalltalk people.

On Mon, May 22, 2023 at 5:49 AM Paulo César Pereira de Andrade
<paulo.cesar.pereira.de.andrade@gmail.com> wrote:
>
> Em seg., 22 de mai. de 2023 às 01:01, Andy Tai <atai@atai.org> escreveu:
> >
> > Additional info:
>
>   Hi,
>
>   GNU Smalltalk uses an embedded Lightning 1.x if built with --enable-jit.
>
>   I believe I lost most if no all emails I did exchange about porting
> lightning 2.x to work with gnu smalltalk.
>
>   Last time I tested, a few months ago, I believe only the debugger test failed.
>
>   But I tested a very old branch, with patches at
> https://github.com/pcpa/smalltalk/compare/master...scratch-lightning-branch
>
> > it seems this GNU Smalltalk has the same problem with GNU Lightning
> > 2.2.1, 2.2.0 and 2.1.4   what I have tried so far)
> >
> > On Sat, May 20, 2023 at 9:34 PM Andy Tai <atai@atai.org> wrote:
> > >
> > > Hi, this is regarding GNU Smalltalk test suite failure when building
> > > with GNU Lightning at 2.2.2
> > >
> > > Context: I was trying to upgrade lightning package in GNU Guix to 2.2.2.
> > >
> > > GNU Guix is a source based GNU/Linux distribution so the way it works
> > > is that it runs the test suites of packages included in it as part of
> > > process ofm upgrading package receipts.   In the build check it was
> > > discovered that GNU Smalltalk will fail in test suites when lightning
> > > is upgraded to 2.2.2.
> > >
> > > I am trying to report this to GNU Smalltalk but it has no bug tracker
> > > and it mailing list is not very active; I am still waiting for
> > > subscribing to the mailing list.
> > >
> > > In any case, it seems GNU Smalltalk uses lightning. With this issue I
> > > cannot tell if it is a bug in GNU Smalltalk or GNU Lightning  So I
> > > will bring it up here first.
> > > with GNU Lightning at 2.2.2, then building GNU Smalltalk:
> > > key parts of log:
>
>   Please check if you can get some GNU Smalltalk contact. I would like
> to talk with any person involved again.
>
> Thanks!
> Paulo



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




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

end of thread, other threads:[~2023-05-22 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAJsg1E8oyzF+93QYtj5afSxm=C5jZ--Mj7kQ1c9d6SNf5FCQRw@mail.gmail.com>
2023-05-22  4:00 ` [bug#63140] GNU Smalltalk test suite failure with lightning 2.2.2 Andy Tai
2023-05-22 12:49   ` Paulo César Pereira de Andrade
2023-05-22 17:44     ` Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).