On 03/21/2014 02:15 PM, Ludovic Courtès wrote:
Cyril Roelandt skribis:
On 03/07/2014 10:40 AM, Ludovic Courtès wrote:
Cyril Roelandt skribis:
[...]
+--- Lib/test/test_posixpath.py 2014-03-01 05:46:56.984311000 +0100
Lib/test/test_posixpath.py 2014-03-01 06:20:50.704311000 +0100
+@@
Yagnesh Raghava Yakkala skribis:
> * Timeline of the development.
> ** Before April 21:
> - Getting familiar with guix concepts and code base
> - Study Emacs Package.el implementation.
> - Adding new package to guix.
Actually, it would really help if you had a first stab on the project
before Ap
The current patch so you can have a better look.
From 8f8f74da2ee0f7da8d00b75d16f0089c8a73d72b Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Sat, 22 Mar 2014 18:01:29 +
Subject: [PATCH] gnu: base: Added macro for choosing glibc for target system
* gnu/packages/base.scm (glibc/linux):
Yagnesh Raghava Yakkala skribis:
> From 81dd581ff98f6ed210432d1eeaf4c98a8e1a3d4f Mon Sep 17 00:00:00 2001
> From: Yakkala Yagnesh Raghava
> Date: Fri, 21 Mar 2014 00:15:26 +0900
> Subject: [PATCH] Fix url.
>
> * guix/licenses.scm: fix url
Applied, thanks.
In the future, please follow our conve
Cyril Roelandt skribis:
> * gnu/packages/python.scm: enable tests for Python 3
> * gnu/packages/python-fix-tests.patch: New file.
> * gnu/packages/gnu-system.am (dist_patch_DATA): add it.
OK, with one detail:
> ++@unittest.skipUnless(os.path.exists("/etc/gai.conf"),
> ++
Mark H Weaver skribis:
> I encountered a spurious failure while building apr-utils in
> core-updates on x86_64. Simply repeating the same build completed
> successfully, with the same hash as the failed. Here's the log tail of
> the failure:
[...]
> /gnu/store/z8adi2ci2ygaqaykfr537jly2fxq4vh4
Mark H Weaver skribis:
> From 2e1bf6d9489306d69f7876797651e91049eed6c7 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver
> Date: Fri, 21 Mar 2014 03:44:03 -0400
> Subject: [PATCH] gnu: cmake: Install man pages and docs in share/{man,doc}.
>
> * gnu/packages/cmake.scm (cmake): Pass --mandir and --do
Cyril Roelandt skribis:
> * gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use
> /nix/.../sh.
OK for core-updates.
Ludo'.
Eric Bavier skribis:
> Here's a patch to let pulseaudio use fftw for its equalizer. It needs
> an fftw that was configured using "--with-float", otherwise its
> configure just prints "Package fftw3f was not found in the pkg-config
> search path".
OK.
> From 3bd90c044c687cdd93cca63e68664874f76b
Mark H Weaver skribis:
> I'm not sure if this should go in master or core-updates.
> What do you think?
It’s a leaf, so OK for master.
Ludo’.
l...@gnu.org (Ludovic Courtès) skribis:
> The daemon now creates /dev deterministically (thanks!). However, it
> expects /dev/kvm to be present.
>
> The patch below restricts that requirement (1) to Linux-based systems,
> and (2) to systems where /dev/kvm already exists.
The patch is in:
http
Andreas Enge skribis:
> On Fri, Mar 21, 2014 at 01:49:59PM +0100, Ludovic Courtès wrote:
>> For now, the “solution” is to create it like this:
>> sudo mknod /dev/kvm c 10 232
>> Can you confirm?
>
> Yes, that works. Together with /dev/shm (how is this affected by the change,
> by the way?), the
Manolis Ragkousis skribis:
> I started writing the macro that chooses between 'glibc/linux' and
> 'glibc/hurd' so I added #:export (glibc) at defined modules, renamed glibc
> to glibc/linux and then I added
>
> (define (glibc-for-target target)
> "Return the glibc for TARGET, glibc/linux for a
Eric Bavier skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Eric Bavier skribis:
>>
>>> From 0cf3d0c9b7e516be06fc8b363c3cdafc87448c6e Mon Sep 17 00:00:00
>>> 2001 From: Eric Bavier Date: Thu, 20 Mar
>>> 2014 10:59:24 -0500 Subject: [PATCH] gnu: Add cursynth
>>> * gnu/packages/cursynth.sc
14 matches
Mail list logo