* bug#49307: clisp: build failure: failing tests
@ 2021-07-01 0:43 Christopher Howard
2021-07-01 7:51 ` Guillaume Le Vaillant
0 siblings, 1 reply; 7+ messages in thread
From: Christopher Howard @ 2021-07-01 0:43 UTC (permalink / raw)
To: 49307
[-- Attachment #1: Type: text/plain, Size: 1574 bytes --]
Attempting to build clisp from source results in these test failures:
```(echo *.erg | grep '*' >/dev/null) || (echo "Test failed:" ; ls -l
*erg; echo "To see which tests failed, type" ; echo " cat
"`pwd`"/*.erg" ; exit 1)Test failed:-rw-r--r-- 1 nixbld nixbld 188 Jun
30 21:15 path.erg-rw-r--r-- 1 nixbld nixbld 658 Jun 30 21:15
streams.erg-rw-r--r-- 1 nixbld nixbld 500 Jun 30 21:15
streamslong.ergTo see which tests failed, type cat /tmp/guix-build-
clisp-2.49-92.drv-0/source/src/tests/*.ergmake[2]: *** [Makefile:34:
compare] Error 1make[2]: Leaving directory '/tmp/guix-build-clisp-2.49-
92.drv-0/source/src/tests'make[1]: *** [Makefile:2216: check-tests]
Error 2make[1]: Leaving directory '/tmp/guix-build-clisp-2.49-92.drv-
0/source/src'make: *** [Makefile:28: check] Error 2
Test suite failed, dumping logs.command "make" "check" "-j" "1" failed
with status 2
```
I did a pull about one or two hours ago.
```christopher@theoden ~/Repos/guix$ neofetch --stdoutchristopher@theoden ------------------- OS: Guix System 364db4fdf664d7987693a6935b76f34258041865 x86_64 Host: OptiPlex 9020 00 Kernel: 5.12.8-gnu Uptime: 6 days, 2 hours, 44 mins Packages: 93 (guix-system), 111 (guix-user) Shell: bash 5.0.16 Resolution: 1920x1080 DE: GNOME Theme: Adwaita [GTK2/3] Icons: Adwaita [GTK2/3] Terminal: kitty CPU: Intel i5-4570 (4) @ 3.600GHz GPU: Intel HD Graphics GPU: AMD ATI Radeon HD 8490 / R5 235X OEM Memory: 4062MiB / 7869MiB```
--
Christopher Howard
Gemini capsule: gemini://gem.librehacker.com
Gemini browser: https://git.skyjake.fi/gemini/lagrange/releases
[-- Attachment #2: Type: text/html, Size: 2512 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#49307: clisp: build failure: failing tests
2021-07-01 0:43 bug#49307: clisp: build failure: failing tests Christopher Howard
@ 2021-07-01 7:51 ` Guillaume Le Vaillant
2021-07-01 17:37 ` Christopher Howard
0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Le Vaillant @ 2021-07-01 7:51 UTC (permalink / raw)
To: Christopher Howard; +Cc: 49307
[-- Attachment #1: Type: text/plain, Size: 1669 bytes --]
Christopher Howard <christopher@librehacker.com> skribis:
> Attempting to build clisp from source results in these test failures:
> ```(echo *.erg | grep '*' >/dev/null) || (echo "Test failed:" ; ls -l
> *erg; echo "To see which tests failed, type" ; echo " cat
> "`pwd`"/*.erg" ; exit 1)Test failed:-rw-r--r-- 1 nixbld nixbld 188 Jun
> 30 21:15 path.erg-rw-r--r-- 1 nixbld nixbld 658 Jun 30 21:15
> streams.erg-rw-r--r-- 1 nixbld nixbld 500 Jun 30 21:15
> streamslong.ergTo see which tests failed, type cat /tmp/guix-build-
> clisp-2.49-92.drv-0/source/src/tests/*.ergmake[2]: *** [Makefile:34:
> compare] Error 1make[2]: Leaving directory '/tmp/guix-build-clisp-2.49-
> 92.drv-0/source/src/tests'make[1]: *** [Makefile:2216: check-tests]
> Error 2make[1]: Leaving directory '/tmp/guix-build-clisp-2.49-92.drv-
> 0/source/src'make: *** [Makefile:28: check] Error 2
> Test suite failed, dumping logs.command "make" "check" "-j" "1" failed
> with status 2
> ```
> I did a pull about one or two hours ago.
> ```christopher@theoden ~/Repos/guix$ neofetch --stdoutchristopher@theoden ------------------- OS: Guix System 364db4fdf664d7987693a6935b76f34258041865 x86_64 Host: OptiPlex 9020 00 Kernel: 5.12.8-gnu Uptime: 6 days, 2 hours, 44 mins Packages: 93 (guix-system), 111 (guix-user) Shell: bash 5.0.16 Resolution: 1920x1080 DE: GNOME Theme: Adwaita [GTK2/3] Icons: Adwaita [GTK2/3] Terminal: kitty CPU: Intel i5-4570 (4) @ 3.600GHz GPU: Intel HD Graphics GPU: AMD ATI Radeon HD 8490 / R5 235X OEM Memory: 4062MiB / 7869MiB```
It builds successfully on my machine (with Guix
at 460392d1f0d0ef5484df8834452cf94f211bf346).
Do you get this test failure every time?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#49307: clisp: build failure: failing tests
2021-07-01 7:51 ` Guillaume Le Vaillant
@ 2021-07-01 17:37 ` Christopher Howard
2021-07-03 7:40 ` zimoun
0 siblings, 1 reply; 7+ messages in thread
From: Christopher Howard @ 2021-07-01 17:37 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 49307
Hi, yes, I am able to reproduce the error, even when I switch to your
guix commit (using time-machine).
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#49307: clisp: build failure: failing tests
2021-07-01 17:37 ` Christopher Howard
@ 2021-07-03 7:40 ` zimoun
2021-07-13 8:28 ` zimoun
0 siblings, 1 reply; 7+ messages in thread
From: zimoun @ 2021-07-03 7:40 UTC (permalink / raw)
To: Christopher Howard, Guillaume Le Vaillant; +Cc: 49307
Hi Chris,
On Thu, 01 Jul 2021 at 09:37, Christopher Howard <christopher@librehacker.com> wrote:
> Hi, yes, I am able to reproduce the error, even when I switch to your
> guix commit (using time-machine).
As Guillaume, CLISP builds successfully for me too.
Could this bug related to your message [1]:
Something is certainly corrupted somewhere, but I can't figure
out where, or what it is exactly that I need to repair or delete
or whatever.
?
1:
<https://yhetil.org/guix/e0e21927198fb55f82784c0f3ad661d82104c80e.camel@librehacker.com>
All the best,
simon
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#49307: clisp: build failure: failing tests
2021-07-03 7:40 ` zimoun
@ 2021-07-13 8:28 ` zimoun
2021-07-13 14:13 ` Christopher Howard
0 siblings, 1 reply; 7+ messages in thread
From: zimoun @ 2021-07-13 8:28 UTC (permalink / raw)
To: Christopher Howard; +Cc: 49307
Hi Christopher,
On Sat, 03 Jul 2021 at 09:40, zimoun <zimon.toutoune@gmail.com> wrote:
> On Thu, 01 Jul 2021 at 09:37, Christopher Howard <christopher@librehacker.com>
> wrote:
>> Hi, yes, I am able to reproduce the error, even when I switch to your
>> guix commit (using time-machine).
>
> As Guillaume, CLISP builds successfully for me too.
>
> Could this bug related to your message [1]:
>
> Something is certainly corrupted somewhere, but I can't figure
> out where, or what it is exactly that I need to repair or delete
> or whatever.
>
> ?
>
> 1:
> <https://yhetil.org/guix/e0e21927198fb55f82784c0f3ad661d82104c80e.camel@librehacker.com>
Is it still an issue for you?
All the best,
simon
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#49307: clisp: build failure: failing tests
2021-07-13 8:28 ` zimoun
@ 2021-07-13 14:13 ` Christopher Howard
2021-07-13 16:40 ` Christopher Howard
0 siblings, 1 reply; 7+ messages in thread
From: Christopher Howard @ 2021-07-13 14:13 UTC (permalink / raw)
To: zimoun; +Cc: 49307
Hello. The clisp build failure occured on my work computer, whereas the file corruption occurred on my home computer. Incidentally, I gave up home off solving the corruption issue and has to wipe and
reinstall guix on that system. I will try to rebuild the clisp package now on both systems.
--
Christopher Howard
my gemini capsule: gemini://gem.librehacker.com
gemini browser: https://git.skyjake.fi/gemini/lagrange/releases
On Tue, 2021-07-13 at 10:28 +0200, zimoun wrote:
> Hi Christopher,
>
> On Sat, 03 Jul 2021 at 09:40, zimoun <zimon.toutoune@gmail.com> wrote:
> > On Thu, 01 Jul 2021 at 09:37, Christopher Howard <christopher@librehacker.com>
> > wrote:
> > > Hi, yes, I am able to reproduce the error, even when I switch to your
> > > guix commit (using time-machine).
> >
> > As Guillaume, CLISP builds successfully for me too.
> >
> > Could this bug related to your message [1]:
> >
> > Something is certainly corrupted somewhere, but I can't figure
> > out where, or what it is exactly that I need to repair or delete
> > or whatever.
> >
> > ?
> >
> > 1:
> > <https://yhetil.org/guix/e0e21927198fb55f82784c0f3ad661d82104c80e.camel@librehacker.com>
>
> Is it still an issue for you?
>
> All the best,
> simon
^ permalink raw reply [flat|nested] 7+ messages in thread
* bug#49307: clisp: build failure: failing tests
2021-07-13 14:13 ` Christopher Howard
@ 2021-07-13 16:40 ` Christopher Howard
0 siblings, 0 replies; 7+ messages in thread
From: Christopher Howard @ 2021-07-13 16:40 UTC (permalink / raw)
To: zimoun; +Cc: 49307-done
Hi, I'm not having trouble building clisp now from either my home nor
my work computer.
-----Original Message-----
From: Christopher Howard <christopher@librehacker.com>
To: zimoun <zimon.toutoune@gmail.com>
Cc: Guillaume Le Vaillant <glv@posteo.net>, 49307@debbugs.gnu.org
Subject: Re: bug#49307: clisp: build failure: failing tests
Date: Tue, 13 Jul 2021 06:13:41 -0800
Hello. The clisp build failure occured on my work computer, whereas the
file corruption occurred on my home computer. Incidentally, I gave up
home off solving the corruption issue and has to wipe and
reinstall guix on that system. I will try to rebuild the clisp package
now on both systems.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-07-13 16:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01 0:43 bug#49307: clisp: build failure: failing tests Christopher Howard
2021-07-01 7:51 ` Guillaume Le Vaillant
2021-07-01 17:37 ` Christopher Howard
2021-07-03 7:40 ` zimoun
2021-07-13 8:28 ` zimoun
2021-07-13 14:13 ` Christopher Howard
2021-07-13 16:40 ` Christopher Howard
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.