Re: GnuTLS: Upgrade to 3.3.1 (fails)

2014-04-30 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: make[4]: Entering directory '/tmp/nix-build-gnutls-3.3.1.drv-0/gnutls-3.3.1/tests/cert-tests' PASS: pathlen PASS: aki FAIL: pem-decoding SKIP: template-test make[5]: Entering directory

Re: ‘package-derivation’ fails with “No such file or directory”

2014-04-30 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: I’d like to test a patch with the empty store. I deleted ‘/gnu’ and reinstalled Guix. But whenever I call (package-derivation store hello), I run into “ERROR: In procedure open-file: No such file or directory:

[PATCH] gnu: Add libpetsc

2014-04-30 Thread Eric Bavier
Comments welcome. From 73b22ecbc690a2acde4a5cd8a7f6f9b1f220bfe1 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 30 Apr 2014 14:01:43 -0500 Subject: [PATCH] gnu: Add libpetsc * gnu/packages/maths.scm (libpetsc): New variable. (libpetsc-complex): New variable. *

Re: [PATCH] gnu: Add libpetsc

2014-04-30 Thread Ludovic Courtès
Eric Bavier ericbav...@gmail.com skribis: From 73b22ecbc690a2acde4a5cd8a7f6f9b1f220bfe1 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Wed, 30 Apr 2014 14:01:43 -0500 Subject: [PATCH] gnu: Add libpetsc * gnu/packages/maths.scm (libpetsc): New variable.

Re: Support for setuid binaries

2014-04-30 Thread David Thompson
Ludovic Courtès l...@gnu.org writes: Hello, Commit 09e028f adds support for setuid binaries. Since the store cannot contain setuid binaries, we use the same technique as NixOS: setuid binaries are created when booting (or when switching configurations.) That is, for each setuid program, a

Re: ‘package-derivation’ fails with “No such file or directory”

2014-04-30 Thread Nikita Karetnikov
Yes, probably /var/guix/db/db.sqlite (or similar) was left behind, leading to an inconsistency (this database contains info about what’s in the store.) Indeed, thanks. pgpbFMwu3FcZ1.pgp Description: PGP signature

[PATCH] gnu: Propagate necessary inputs for sdl-image

2014-04-30 Thread David Thompson
The libraries for loading JPG, PNG, and TIFF images need to be propagated inputs in order for SDL image to work properly. From 6b3dfa3d5ad01efa29494f34f093fa1aa2dad437 Mon Sep 17 00:00:00 2001 From: David Thompson dthomp...@member.fsf.org Date: Wed, 30 Apr 2014 20:35:45 -0400 Subject: [PATCH 1/2]

[PATCH] gnu: Add abbaye

2014-04-30 Thread David Thompson
l'Abbaye des Morts is a fun little indie game that I found a few days ago that only relies on SDL libraries, so I figured I'd package it. The source code and makefile are a mess so I had to add a few extra phases to get everything to work right. From 040828eabadf401743c4811c26dfb9220f8052d0 Mon