GNU bug report logs -
#22994
FAIL: tests/gexp.scm
Previous Next
Reported by: Jean Louis <guix <at> rcdrun.com>
Date: Sat, 12 Mar 2016 12:03:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
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 22994 in the body.
You can then email your comments to 22994 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#22994
; Package
guix
.
(Sat, 12 Mar 2016 12:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jean Louis <guix <at> rcdrun.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 12 Mar 2016 12:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#22994
; Package
guix
.
(Sun, 13 Mar 2016 22:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 22994 <at> debbugs.gnu.org (full text, mbox):
Jean Louis <guix <at> 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?
TIA,
Ludo’.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#22994
; Package
guix
.
(Mon, 14 Mar 2016 08:20:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 22994 <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès (2016-03-14 01:03 +0300) wrote:
> Jean Louis <guix <at> 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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#22994
; Package
guix
.
(Mon, 14 Mar 2016 09:19:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 22994 <at> debbugs.gnu.org (full text, mbox):
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
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
/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.
https://rcdrun.com/images/upload/tmp/2016-03-14-10:14:22.jpg
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:
> Ludovic Courtès (2016-03-14 01:03 +0300) wrote:
>
> > Jean Louis <guix <at> 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
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Mon, 14 Mar 2016 09:51:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jean Louis <guix <at> rcdrun.com>
:
bug acknowledged by developer.
(Mon, 14 Mar 2016 09:51:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 22994-done <at> debbugs.gnu.org (full text, mbox):
Jean Louis <guix <at> rcdrun.com> skribis:
> 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.org as the substitute
server, which should be faster than hydra.gnu.org:
https://lists.gnu.org/archive/html/guix-devel/2016-03/msg00012.html
Please discuss the other issues separately, possibly on help-guix to
avoid opening a bug if it’s not a bug. :-)
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 11 Apr 2016 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.