[PATCH] gnu: util-macros: Install .pc file in lib/pkgconfig; remove INSTALL file.

2014-03-20 Thread Mark H Weaver
This patch fixes 'util-macros' to install its *.pc file in PREFIX/lib/pkgconfig instead of PREFIX/share/pkgconfig, and to avoid installing its (standard generic) INSTALL file into PREFIX/share/util-macros/INSTALL. Mark From 5dfaa29cfb756de7c8f46f917502bd3a2b6428d3 Mon Sep 17 00:00:00 2001

[PATCHES] gnu: netpbm: Move man pages to share/man

2014-03-20 Thread Mark H Weaver
These patches are ultimately aimed at simply installing the man pages for netpbm in PREFIX/share/man instead of PREFIX/man. I also noticed that the recipe is indented in such a way that is quite misleading, and that its install phase could be simplified. * The first patch is purely whitespace

Re: [PATCHES] Fixes to install docs in the standard places

2014-03-20 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: These patches fix 'netcat', 'screen', 'unzip', and 'bc' to install their docs in PREFIX/share/{man,info} instead of PREFIX/{man,info}. OK for master, thanks! Ludo’.

Re: [PATCH] gnu: util-macros: Install .pc file in lib/pkgconfig; remove INSTALL file.

2014-03-20 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: This patch fixes 'util-macros' to install its *.pc file in PREFIX/lib/pkgconfig instead of PREFIX/share/pkgconfig, and to avoid installing its (standard generic) INSTALL file into PREFIX/share/util-macros/INSTALL. OK to push (rather to core-updates,

Re: [PATCHES] Fixes to install docs in the standard places

2014-03-20 Thread Andreas Enge
Hello, On Thu, Mar 20, 2014 at 04:28:41AM -0400, Mark H Weaver wrote: These patches fix 'netcat', 'screen', 'unzip', and 'bc' to install their docs in PREFIX/share/{man,info} instead of PREFIX/{man,info}. could you maybe try to file upstream bug reports for all these points, as well as for

Re: Transition to /gnu/store

2014-03-20 Thread Andreas Enge
Currently, the substituter fails for me. For instance, guix build pari-gp -n yields the following message: download-using-manifests.pl: error: executing `/usr/local/guix-git/libexec/nix/substituters/download-using-manifests.pl': No such file or directory guix build: error: build failed:

Re: Failed to set up the build environment for…

2014-03-20 Thread Andreas Enge
Alex Sassmannshausen alex.sassmannshau...@gmail.com skribis: @ build-started /gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv - i686-linux /usr/local/var/log/guix/drvs/by//c1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv.bz2 guix package: error: build failed: failed to set up

Re: Glibc/hurd work till now

2014-03-20 Thread Manolis Ragkousis
when building glibc with libpthread as an addon I get this configure: running configure fragment for add-on libpthread configure: WARNING: you should use --build, --host, --target configure: WARNING: you should use --build, --host, --target checking build system type... Invalid configuration

[PATCH] Add cursynth

2014-03-20 Thread Eric Bavier
From 0cf3d0c9b7e516be06fc8b363c3cdafc87448c6e Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 20 Mar 2014 10:59:24 -0500 Subject: [PATCH] gnu: Add cursynth * gnu/packages/cursynth.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it --- gnu-system.am

Re: Transition to /gnu/store

2014-03-20 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: Currently, the substituter fails for me. For instance, guix build pari-gp -n yields the following message: download-using-manifests.pl: error: executing `/usr/local/guix-git/libexec/nix/substituters/download-using-manifests.pl': No such file or

Re: Failed to set up the build environment for…

2014-03-20 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: Alex Sassmannshausen alex.sassmannshau...@gmail.com skribis: @ build-started /gnu/store/byc1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv - i686-linux /usr/local/var/log/guix/drvs/by//c1s5m1zfyxjhkwcj7j6226i459zbwa-module-import.drv.bz2 guix package:

libpthread fails to build as an add-on

2014-03-20 Thread Ludovic Courtès
(Hurd people: this is about a configure error when cross-compiling glibc with libpthread as an add-on.) Manolis Ragkousis manolis...@gmail.com skribis: when building glibc with libpthread as an addon I get this configure: running configure fragment for add-on libpthread configure: WARNING:

Re: [PATCH] Add cursynth

2014-03-20 Thread Ludovic Courtès
Eric Bavier ericbav...@gmail.com skribis: From 0cf3d0c9b7e516be06fc8b363c3cdafc87448c6e Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Thu, 20 Mar 2014 10:59:24 -0500 Subject: [PATCH] gnu: Add cursynth * gnu/packages/cursynth.scm: New file * gnu-system.am

Re: Failed to set up the build environment for…

2014-03-20 Thread Andreas Enge
On Thu, Mar 20, 2014 at 07:07:07PM +0100, Ludovic Courtès wrote: Anything on guix-daemon’s stderr/stdout? Does ‘guix build --verbosity=20’ provide useful info? Well, here everything looks as if things were fine. There are tons of output, and the last lines are: | | building path

Re: Failed to set up the build environment for…

2014-03-20 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Thu, Mar 20, 2014 at 07:07:07PM +0100, Ludovic Courtès wrote: Anything on guix-daemon’s stderr/stdout? Does ‘guix build --verbosity=20’ provide useful info? Well, here everything looks as if things were fine. There are tons of output, and the last

Re: Transition to /gnu/store

2014-03-20 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: I get: starting substituter program `/usr/local/guix-git/libexec/nix/substituters/download-using-manifests.pl' download-using-manifests.pl: error: executing `/usr/local/guix-git/libexec/nix/substituters/download-using-manifests.pl': No such file or

Re: Transition to /gnu/store

2014-03-20 Thread Andreas Enge
On Thu, Mar 20, 2014 at 11:07:34PM +0100, Ludovic Courtès wrote: OK, I believe this is fixed with 89faa5c. Indeed, it is working now. Thanks! Andreas

Re: Failed to set up the build environment for…

2014-03-20 Thread Alex Sassmannshausen
Hello, Just a quick note: Ludovic Courtès writes: Another idea: does your machine have /dev/kvm? Mine, as a result of a strange bit of output thrown by guix daemon at some point somewhere causing me to investigate, does not have /dev/kvm. I'll be able to help investigate in a more involved

Guix - GNUnet Binary Dristribution

2014-03-20 Thread Deepan Sekar
Hi This is the implementation strategy(work that would be involved) I've come up with. If it is ok, then I'll proceed to develop the timeline for the work. I need your critics to improve it. Since, its really late, lets say the timeline can be like one week to work on each step. Hence totally

Re: Failed to set up the build environment for…

2014-03-20 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: Another idea: does your machine have /dev/kvm? Is /dev/kvm now required by the daemon? If so, I'm concerned about portability. Mark