Re: Core-updates: Downloads do not work

2013-01-05 Thread Ludovic Courtès
Hi! Andreas Enge skribis: > Am Donnerstag, 3. Januar 2013 schrieb Ludovic Courtès: [...] >> The C library’s getaddrinfo and other lookup functions can of course be >> used without nscd, which is what your applications were using. >> >> What differs here is that the bootstrap Guile is statical

guix-gc

2013-01-05 Thread Ludovic Courtès
Commit fe8ff02 adds a ‘guix-gc’ command to invoke the GC, similar to part of the ‘nix-store’ command. Below is a copy of the manual. Comments welcome! Ludo’. Packages that are installed but not used may be "garbage-collected". The `guix-gc' command allows users to explicitly run the garbage co

New license headers

2013-01-05 Thread Ludovic Courtès
Hi, I’ve changed license headers to read “GNU Guix” and to use the copyright sign using this script: (use-modules (guix build utils) (srfi srfi-1)) (fluid-set! %default-port-encoding "UTF-8") (substitute* (remove (lambda (f) (or (string-contains f ".tar.")

Re: guix-package --roll-back

2013-01-05 Thread Ludovic Courtès
Hi, Nikita Karetnikov skribis: > It depends on how profiles are stored. It turned out that there are > several issues. By the way, what should I do to create a custom profile? The only way to manipulate profiles is via ‘guix-package -p xxx’. > Both 'profile-rx' and 'profile-number' work fine w

Re: GLib: GIO's tests fail

2013-01-05 Thread Ludovic Courtès
Hi, Nikita Karetnikov skribis: >> You would need to add a phase to do: > >> (patch-shebang "the/faulty/file") > >> That would change /usr/bin/env to /nix/store/xxx/bin/env. > > The problem is that I haven't found any references to '/usr/bin/env' in > those files. Well, there must be one somew