Re: [PATCH] distro: Add GLib.

2013-01-16 Thread Nikita Karetnikov
> One of them is adding DBus, which several GIO tests rely on... I don't understand. Do you have a recipe for DBus? If not, I can add it. Nikita pgpb03lZEslsZ.pgp Description: PGP signature

Re: [PATCH] distro: Add GLib.

2013-01-16 Thread Ludovic Courtès
Hi! Nikita Karetnikov skribis: > This patch adds GLib. Tests fail: > > /GDateTime/equal:** > GLib:ERROR:gdatetime.c:193:test_GDateTime_equal: assertion failed > (g_date_time_get_utc_offset (dt1) / G_USEC_PER_SEC == (-3 * 3600)): (0 == > -1

Re: guix-package --roll-back

2013-01-16 Thread Nikita Karetnikov
Hi, I changed 'roll-back', but didn't add the command-line option. Could you add it? Why do these lines raise the "non-literal format string" warning? +(format (current-error-port) +"error: '~a' is not a valid profile~%" +profile) Also, is it possible to

Re: Distro name

2013-01-16 Thread Ludovic Courtès
Andreas Enge skribis: > Am Dienstag, 15. Januar 2013 schrieb Ludovic Courtès: >> So I’ll rename the (distro ...) modules to (gnu ...), because that’s >> nicer and more meaningful (“a distro of the GNU system”). > > Even though it contains non-gnu packages? Well, the famous “GNU System” was alway

Re: /bin/sh in configure tests

2013-01-16 Thread Ludovic Courtès
Andreas Enge skribis: > Are the rules written somewhere to look them up? It looks very different > from what I am used to in C. For general Scheme coding style, I mostly follow . There’s also a .dir-locals.el file in the repo that sets up Emacs to

Re: /bin/sh in configure tests

2013-01-16 Thread Andreas Enge
Am Mittwoch, 16. Januar 2013 schrieb Ludovic Courtès: > Just minor nitpicking below, but if it builds in a chroot without /bin > or anything, please push! Okay, all implemented. > The opening parenthesis on the second line is normally aligned with the > ‘u’ of ‘substitute*’. :-) Are the rules w

Re: /bin/sh in configure tests

2013-01-16 Thread Ludovic Courtès
Hello! Andreas Enge skribis: > Yes, it does! Attached is a patch for a new package. If it is okay, I can > push it. Just minor nitpicking below, but if it builds in a chroot without /bin or anything, please push! > + (inputs `(("perl" ,perl) > + )) Please put closing parenthese

Re: /bin/sh in configure tests

2013-01-16 Thread Andreas Enge
Am Sonntag, 13. Januar 2013 schrieb Ludovic Courtès: > But in the package itself, you can add a phase that does: > (substitute* "configure" > (("`/bin/sh") > (string-append "`" (which "bash" > HTH, Yes, it does! Attached is a patch for a new package. If it is okay, I can push it.

Re: Release imminent!

2013-01-16 Thread Ludovic Courtès
Hi, Nikita Karetnikov skribis: > 1. Can we change quotes? Not in Texinfo source: Texinfo (and TeX) interpret ASCII quotation marks and emit the right thing. > 2. "The build procedure for Guix is the same as for other GNU >software, and are not covered here." [1] > >I think that it woul

Re: Distro name

2013-01-16 Thread Andreas Enge
Am Dienstag, 15. Januar 2013 schrieb Ludovic Courtès: > So I’ll rename the (distro ...) modules to (gnu ...), because that’s > nicer and more meaningful (“a distro of the GNU system”). Even though it contains non-gnu packages? For now, distro seems clearer to me. Andreas