Re: 1000

2014-11-09 Thread David Thompson
Andreas Enge writes: > Hello, > > if my count is correct, I just pushed package number 1000: > $ guix package -A|wc -l > 1000 Wow, congrats everyone! Here's to the next 1000! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https:/

Re: [PATCH 1/2] gnu: Add sdl-union.

2014-11-09 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> +(synopsis "Union of all SDL libraries.") > ^ > Please remove the period before committing. Done and pushed. Thanks for reviewing these patches. -- David Thompson Web Developer - Free Softw

Re: [PATCH 2/2] gnu: Add guile-sdl.

2014-11-09 Thread David Thompson
Ludovic Courtès writes: > Please run ‘make sync-descriptions’ and use whatever synopsis and > description it suggests. > > OK to commit with this change. Done and pushed. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.

Re: [PATCH 3/3] emacs: Add "Source" field to 'guix-info' buffers.

2014-11-09 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-11-09 20:45 +0300) wrote: >> I had in mind a slightly simpler user interface: just a “View source” >> button. The thing would build (package-source-derivation p), >> effectively downloading it if it’s not already present, and opening it >> in dired. > >

Propagated inputs

2014-11-09 Thread Andreas Enge
Hello, polkit builds two libraries, polkit-agent and polkit-gobject. According to pkg-config, the second one Requires: gio-2.0 >= 2.18 glib-2.0 >= 2.18, while the first one requires nothing. So I decided to not propagate the glib input (which also contains gio), as potentially one could use th

Re: bug#18534: problems with "guix pull"

2014-11-09 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > The old ‘guix pull’ didn’t now about the gnu.scm file, hence the error > (this was fixed in June, in commit 9d0b8fbd.) > > That means you have to actually run ‘guix pull’ from 0.7, or from a > recent checkout. > > The fact that ‘guix pull’ can potentially

address@hidden: ATLAS fails to build on mips]

2014-11-09 Thread Federico Beffa
Andreas Enge writes: > As I am not sure if Fede is subscribed to the bug mailing list, > I am forwarding my report here. It is >http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18933 > > Andreas > > > - Forwarded message from Andreas Enge - > ATLAS fails to build on mipsel64: >http:/

Re: [PATCH 3/3] emacs: Add "Source" field to 'guix-info' buffers.

2014-11-09 Thread Alex Kost
Ludovic Courtès (2014-11-09 20:45 +0300) wrote: > Alex Kost skribis: > >> This patch adds URL of a package source and 2 buttons ("Show" and >> "Download") to an ‘info’ buffer (see the attached screenshot). >> >> Pushing the "Show" button displays a store path of the package source. >> Pushing the

Re: Libtool

2014-11-09 Thread Andreas Enge
The test suite has been rewritten, the patches do not apply any more, and some of the tests they disabled do not seem to exist any more. The current test results are: ERROR: 137 tests were run, 66 failed (59 expected failures). 32 tests were skipped. So there are 7 failed tests now. I am attaching

Re: Libtool

2014-11-09 Thread Andreas Enge
On Sun, Nov 09, 2014 at 06:47:19PM +0100, Ludovic Courtès wrote: > (Now, you’ve probably found a good case for Eric to study. ;-)) I have another one: $ guix refresh -l acl Building the following 95 packages would ensure 195 dependent packages are rebuilt Andreas

Re: 1000

2014-11-09 Thread Ludovic Courtès
Andreas Enge skribis: > if my count is correct, I just pushed package number 1000: > $ guix package -A|wc -l > 1000 > > The package itself is not so exciting, but the number is something > to celebrate! Heheh, congrats and e-cheers to everyone celebrating it! ;-) Thanks to everyone who’s made

Re: Libtool

2014-11-09 Thread Ludovic Courtès
Andreas Enge skribis: > I need a newer libtool, and thought it would have to go into core-updates. > But: > $ guix refresh -l libtool > Building the following 93 packages would ensure 162 dependent packages are > rebuilt > > So should I update in master instead? core-updates, please: Guile dep

Re: [PATCH 3/3] emacs: Add "Source" field to 'guix-info' buffers.

2014-11-09 Thread Ludovic Courtès
Alex Kost skribis: > This patch adds URL of a package source and 2 buttons ("Show" and > "Download") to an ‘info’ buffer (see the attached screenshot). > > Pushing the "Show" button displays a store path of the package source. > Pushing the "Download" button has the same meaning as “guix build -S

Re: [PATCH 1/3] emacs: Add "c" key binding to copy a button link.

2014-11-09 Thread Ludovic Courtès
Alex Kost skribis: > I think it may be useful to copy the current URL or file path by > pressing "c". > > > From c55a306d9a0588b3950e2905fb288200c27faa84 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 8 Nov 2014 20:13:32 +0300 > Subject: [PATCH 1/3] emacs: Add "c" key binding to copy a

Re: [PATCH 2/3] emacs: Restore mode-line after operation prompt.

2014-11-09 Thread Ludovic Courtès
Alex Kost skribis: > Earlier a prompt “Continue operation? (y, n, s, d)” was used only with a > temporary buffer for package operations and there were no problems with > modifying a mode-line there. > > But now (I mean after the next patch) it is also used to prompt before > building a source der

Re: [PATCH 2/2] gnu: Add guile-sdl.

2014-11-09 Thread Ludovic Courtès
David Thompson skribis: > From 215bd5af729055196da818518c816f7fd08e6a06 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 2 Nov 2014 11:55:21 -0500 > Subject: [PATCH 2/2] gnu: Add guile-sdl. > > * gnu/packages/sdl.scm (guile-sdl): New variable. LGTM! Nice work with the tests. > +

Re: [PATCH 1/2] gnu: Add sdl-union.

2014-11-09 Thread Ludovic Courtès
David Thompson skribis: > From 6b119f2ab64f84ff03d1ddf9a1b3c715a3b17e9f Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sun, 2 Nov 2014 11:54:20 -0500 > Subject: [PATCH 1/2] gnu: Add sdl-union. > > * gnu/packages/sdl.scm (sdl-union): New variable. LGTM! > +(synopsis "Union of all S

Re: 1000

2014-11-09 Thread Alex Sassmannshausen
W00t! I'll drink to Guix tonight :-) Alex Andreas Enge writes: > Hello, > > if my count is correct, I just pushed package number 1000: > $ guix package -A|wc -l > 1000 > > The package itself is not so exciting, but the number is something > to celebrate! > > Andreas

Re: [PATCH] gnu: cross-base: Add libc/hurd.

2014-11-09 Thread Manolis Ragkousis
In crossbase.scm I merged libc and libc/hurd into libc. It chooses the right libc based on target. Also included a fix for the autoconf input on hurd-minimal. Before testing it, do make clean && make on the wip-hurd branch. Manolis From e0fa86ca6fa59e8365188e19b4360ccf71e309f2 Mon Sep 17 00:00:00

1000

2014-11-09 Thread Andreas Enge
Hello, if my count is correct, I just pushed package number 1000: $ guix package -A|wc -l 1000 The package itself is not so exciting, but the number is something to celebrate! Andreas

Libtool

2014-11-09 Thread Andreas Enge
Hello, I need a newer libtool, and thought it would have to go into core-updates. But: $ guix refresh -l libtool Building the following 93 packages would ensure 162 dependent packages are rebuilt So should I update in master instead? Andreas

[PATCH 2/3] emacs: Restore mode-line after operation prompt.

2014-11-09 Thread Alex Kost
Earlier a prompt “Continue operation? (y, n, s, d)” was used only with a temporary buffer for package operations and there were no problems with modifying a mode-line there. But now (I mean after the next patch) it is also used to prompt before building a source derivation (as "substitutes" and "d

[PATCH 3/3] emacs: Add "Source" field to 'guix-info' buffers.

2014-11-09 Thread Alex Kost
This patch adds URL of a package source and 2 buttons ("Show" and "Download") to an ‘info’ buffer (see the attached screenshot). Pushing the "Show" button displays a store path of the package source. Pushing the "Download" button has the same meaning as “guix build -S …”. >From c879b5520718726366

[PATCH 1/3] emacs: Add "c" key binding to copy a button link.

2014-11-09 Thread Alex Kost
I think it may be useful to copy the current URL or file path by pressing "c". >From c55a306d9a0588b3950e2905fb288200c27faa84 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sat, 8 Nov 2014 20:13:32 +0300 Subject: [PATCH 1/3] emacs: Add "c" key binding to copy a button link. * emacs/guix-info.el