all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22994: FAIL: tests/gexp.scm
@ 2016-03-12 12:01 Jean Louis
  2016-03-13 22:03 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Louis @ 2016-03-12 12:01 UTC (permalink / raw)
  To: 22994

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

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

* bug#22994: FAIL: tests/gexp.scm
  2016-03-12 12:01 bug#22994: FAIL: tests/gexp.scm Jean Louis
@ 2016-03-13 22:03 ` Ludovic Courtès
  2016-03-14  8:19   ` Alex Kost
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2016-03-13 22:03 UTC (permalink / raw)
  To: Jean Louis; +Cc: 22994

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?

TIA,
Ludo’.

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

* bug#22994: FAIL: tests/gexp.scm
  2016-03-13 22:03 ` Ludovic Courtès
@ 2016-03-14  8:19   ` Alex Kost
  2016-03-14  9:17     ` Jean Louis
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Kost @ 2016-03-14  8:19 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 22994, Jean Louis

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

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

* bug#22994: FAIL: tests/gexp.scm
  2016-03-14  8:19   ` Alex Kost
@ 2016-03-14  9:17     ` Jean Louis
  2016-03-14  9:50       ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Louis @ 2016-03-14  9:17 UTC (permalink / raw)
  To: Alex Kost; +Cc: 22994, Jean Louis

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@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

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

* bug#22994: FAIL: tests/gexp.scm
  2016-03-14  9:17     ` Jean Louis
@ 2016-03-14  9:50       ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2016-03-14  9:50 UTC (permalink / raw)
  To: Jean Louis; +Cc: Alex Kost, 22994-done

Jean Louis <guix@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’.

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

end of thread, other threads:[~2016-03-14  9:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-12 12:01 bug#22994: FAIL: tests/gexp.scm Jean Louis
2016-03-13 22:03 ` Ludovic Courtès
2016-03-14  8:19   ` Alex Kost
2016-03-14  9:17     ` Jean Louis
2016-03-14  9:50       ` Ludovic Courtès

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.