FAIL: tests/gexp.scm

  • Done
  • quality assurance status badge
Details
3 participants
  • Alex Kost
  • Jean Louis
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jean Louis
Severity
normal

Debbugs page

Jean Louis wrote 9 years ago
(address . bug-guix@gnu.org)
20160312120135.GA17058@protected.rcdrun.com
I have run this:

guix package -i guix

and it failed:

FAIL: tests/gexp.scm

Testsuite summary for GNU Guix 0.9.0
============================================================================
# TOTAL: 54
# PASS: 51
# SKIP: 2
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0

Packages I have installed are:

Time 13:00:33 Command 3 Jobs 0 Terminal 6 Host protected
Directory ~

$ guix package -I
bash 4.3.39 out /gnu/store/ibpm6n6706yimzr3967krkxi2ibxq5yh-bash-4.3.39
glibc-locales 2.22 out /gnu/store/kiwkawskr79bhvzpm7vcgbj2423jng33-glibc-locales-2.22
xterm 320 out /gnu/store/mpqidlrl0qcgar0i8q32zxnzalhvyx7h-xterm-320
gnupg 2.1.9 out /gnu/store/ll5pjrgzkial66yc18y2xr772aihrb6w-gnupg-2.1.9
pinentry 0.9.5 out /gnu/store/7xm3ldbxc8izxmwrdj98zdgngkrkmr2x-pinentry-0.9.5
emacs 24.5 out /gnu/store/3ljzggifgiy9jd4bjqd0dy0fq1s0ddks-emacs-24.5
gdbm 1.11 out /gnu/store/sk25rfzq6rpq4psnvkb2g3asj4d7pf6v-gdbm-1.11
mutt 1.5.24 out /gnu/store/vh7ghk1xlrn4crshqrdygp5573aipk44-mutt-1.5.24
my-mutt 1.5.24 out /gnu/store/xxzgai9khdfhk70p06vs6akrarzph9r2-my-mutt-1.5.24
feh 2.14 out /gnu/store/46sb1xrvfq8v5ag8r3d6kn2vc47s4gai-feh-2.14

Jean Louis
Ludovic Courtès wrote 9 years ago
(name . Jean Louis)(address . guix@rcdrun.com)(address . 22994@debbugs.gnu.org)
87fuvuujbx.fsf@gnu.org
Jean Louis <guix@rcdrun.com> skribis:

Toggle quote (8 lines)
> I have run this:
>
> guix package -i guix
>
> and it failed:
>
> FAIL: tests/gexp.scm

What does ‘guix build guix -n’ display?

TIA,
Ludo’.
Alex Kost wrote 9 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 22994@debbugs.gnu.org)(name . Jean Louis)(address . guix@rcdrun.com)
87ziu1sc7m.fsf@gmail.com
Ludovic Courtès (2016-03-14 01:03 +0300) wrote:

Toggle quote (12 lines)
> Jean Louis <guix@rcdrun.com> skribis:
>
>> I have run this:
>>
>> guix package -i guix
>>
>> and it failed:
>>
>> FAIL: tests/gexp.scm
>
> What does ‘guix build guix -n’ display?

I think there are 2 separate issues here:

1. A failed test: I can't reproduce it using the latest git checkout (at
commit 61c30e9), I mean all tests pass.

2. Jean: did you find a way how to receive substitutes from hydra? When
you sent this bug report, guix was built on your computer, but
(AFAIK) since then you made "guix pull" successfully, so now you
don't have such problems anymore, right?

--
Alex
Jean Louis wrote 9 years ago
(name . Alex Kost)(address . alezost@gmail.com)(address . 22994@debbugs.gnu.org)(name . Ludovic Courtès)(address . ludo@gnu.org)(name . Jean Louis)(address . guix@rcdrun.com)
20160314091718.GC28185@protected.rcdrun.com
Hello,

This command:

guix build guix -n

takes long long time to finish. And I can see multiple lines like:

substitute: guix substitute: warning: while fetching

The result of that command is following:

The following files would be downloaded:
/gnu/store/3lg5c1nidbj0kjdz5b63hn3vp29kzf0s-guix-0.9.0.c3f29bc
/gnu/store/6gl0rzlbzsq4nywr5ma9rnfyvs8mbsgq-guile-json-0.5.0
/gnu/store/bwfr534bsfgl2a0pmxxy1ck7lz7fplsb-gzip-1.6

Other information:
I have used mirror.guixsd.org and it worked better, and I did got:

gdk-pixbuf 2.32.3 out gnu/packages/gtk.scm:388:2

However, the reason why I needed it, is to install emacs. And what I
expect is not what I get. Sadly, this is how my emacs look like. Notice
that icons are missing. There are numerous gdk-pixbuf errors when
opening it in console.


I am thinking like this and expecting it like this:

- if I install gdk-pixbuf, the emacs shall start using it
- if I remove emacs, and install it again, I shall get new version with gdk-pixbuf

I am trying to find equivalent to: apt-get purge emacs, apt-get install
emacs -- but with -r emacs, the problem does not just get solved.

Currently, I need solution to install correct emacs. By using
mirror.guixsd.org it works better on my side, but I have already tried.
Nothing changed so far.

Jean

On Mon, Mar 14, 2016 at 11:19:57AM +0300, Alex Kost wrote:
Toggle quote (26 lines)
> Ludovic Courtès (2016-03-14 01:03 +0300) wrote:
>
> > Jean Louis <guix@rcdrun.com> skribis:
> >
> >> I have run this:
> >>
> >> guix package -i guix
> >>
> >> and it failed:
> >>
> >> FAIL: tests/gexp.scm
> >
> > What does ‘guix build guix -n’ display?
>
> I think there are 2 separate issues here:
>
> 1. A failed test: I can't reproduce it using the latest git checkout (at
> commit 61c30e9), I mean all tests pass.
>
> 2. Jean: did you find a way how to receive substitutes from hydra? When
> you sent this bug report, guix was built on your computer, but
> (AFAIK) since then you made "guix pull" successfully, so now you
> don't have such problems anymore, right?
>
> --
> Alex
Ludovic Courtès wrote 9 years ago
(name . Jean Louis)(address . guix@rcdrun.com)(name . Alex Kost)(address . alezost@gmail.com)(address . 22994-done@debbugs.gnu.org)
8760wpjsm3.fsf@gnu.org
Jean Louis <guix@rcdrun.com> skribis:

Toggle quote (12 lines)
> guix build guix -n
>
> takes long long time to finish. And I can see multiple lines like:
>
> substitute: guix substitute: warning: while fetching
> http://hydra.gnu.org/nix-cache-info: server is somewhat slow
>
> The result of that command is following:
>
> The following files would be downloaded:
> /gnu/store/3lg5c1nidbj0kjdz5b63hn3vp29kzf0s-guix-0.9.0.c3f29bc

If it’s being downloaded, it cannot fail to build; closing this bug.
Apparently something has changed in your configuration since the initial
report?

Also, I recommend using http://mirror.guixsd.orgas the substitute
server, which should be faster than hydra.gnu.org:


Please discuss the other issues separately, possibly on help-guix to
avoid opening a bug if it’s not a bug. :-)

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 22994@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 22994
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help