Re: Fwd: [PATCH] Add font-terminus.

2014-08-12 Thread mhw
Guy Grant writes: > Okay, I think I got it all up to snuff. Pushed with minor formatting changes and with a proper commit log added. Thanks! Mark

Re: [PATCH] Add dcfldd

2014-08-12 Thread mhw
Eric Bavier writes: > Bishmer J. Sekaran writes: > >> re: Licensing, my impression was that "gpl2+" only applies if the >> authors specifically invoke "any later version" when they distribute the >> software, per clause 9 of the GPL 2 > > [...] > >> Upstream lists the project as: >> "License >>

[PATCH] system: grub: Change the default default-entry to 0

2014-08-12 Thread mhw
Currently, the default entry in the grub menu of the standalone guix system is the "old configurations" submenu. This patch makes the current system the default entry. Mark >From dde9969dcca4d33a2094af3c8909d017378b3e8e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 8 Aug 2014 00:

[PATCHES] Add (guix build emacs-utils) and some Emacs packages

2014-08-12 Thread mhw
I've attached patches to add new packages for 'magit', 'paredit', 'emacs-w3m', and 'emacs-wget'. While working on these packages, I found that I needed a way to substitute multi-line s-expressions in the elisp code, in order to replace initializers for variables. In particular, these patches arra

How to include Guix 0.8 in Guix 0.8

2014-08-12 Thread mhw
Hello all, At present, every version of Guix always contains an older version of itself. We needed a post-0.7 version of Guix to create a USB installer that contains Guix-0.7, but unfortunately it installs an older version of Guix on the hard drive. If you then use the version of Guix on the har

Re: Gnunet update

2014-08-13 Thread mhw
Andreas Enge writes: > the attached patch attempts to update gnunet to its current release 0.10.1. > It fails one of its tests; Sree, could you maybe look into it? It would be > nice to be up-to-date before coming to the GHM in gnunet's birth place! gnunet-0.10.0 also started failing on both i68

Making 'file' an implicit native input in core-updates

2014-08-20 Thread mhw
Hi, I recently updated libffi, libatomic_ops, and libgc on core-updates. Unfortunately, all three of them fail on MIPS, for the same reason that sudo and gawk currently need workarounds: all of these packages were bootstrapped with a version of 'libtool' that requires /usr/bin/file on MIPS. Given

[PATCHES] Add 'file' to %final-inputs; patch /usr/bin/file

2014-08-21 Thread mhw
l...@gnu.org (Ludovic Courtès) writes: > m...@netris.org skribis: > >> Given that this problem is becoming increasingly common, I think we >> should add 'file' as an implicit native-input for the gnu-build-system >> in core-updates, and also add a new phase to %standard-phases that >> substitutes

Re: [PATCHES] Add 'file' to %final-inputs; patch /usr/bin/file

2014-08-21 Thread mhw
Here are updated versions of these patches. Please disregard the earlier ones. Mark >From 554d86b02c75922a1c05b5e65cfccd3cc8bd23db Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Thu, 21 Aug 2014 11:26:40 -0400 Subject: [PATCH 1/3] gnu: bootstrap: Add 'file' to %boot0-inputs and %final

Error installing package, since new 'info-dir' support.

2014-08-23 Thread mhw
I got this error while trying to install a package. It's the first time I've tried to install something from guix with the new 'info-dir' support. Any ideas? Mark --8<---cut here---start->8--- mhw:~/guix-core-updates$ ./pr

Security fix for 'file'

2014-08-26 Thread mhw
I pushed this to core-updates: http://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=48abd130217bd1645fefc4ca1817862672c6d782 Feel free to cherry-pick it to 'master' if you think it's appropriate. Mark

[PATCH] gnu: glibc: Fix CVE-2014-5519

2014-08-26 Thread mhw
I'll push this patch to core-updates as soon as I've tested it. https://sourceware.org/bugzilla/show_bug.cgi?id=17187 https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8 http://googleprojectzero.blogspot.co.nz/2014/08/the-poisoned-nul-byte-2014-edition.h

[PATCH] gnu: glibc: Fix CVE-2014-5119

2014-08-26 Thread mhw
m...@netris.org writes: > I'll push this patch to core-updates as soon as I've tested it. > > https://sourceware.org/bugzilla/show_bug.cgi?id=17187 > https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8 > http://googleprojectzero.blogspot.co.nz/2014/08/th

Re: [PATCH] gnu: glibc: Fix CVE-2014-5519

2014-08-27 Thread mhw
l...@gnu.org (Ludovic Courtès) writes: > Andreas Enge skribis: > >> On Wed, Aug 27, 2014 at 11:22:14AM +0200, Ludovic Courtès wrote: >>> So I’m inclined to just leave it on core-updates for now. WDYT? >> >> As the fix entails essentially a complete rebuild of our packages, how about >> merging c

Unable to add large (1.74 GB) file to store on i686

2014-08-27 Thread mhw
nload: error: sendfile: Broken pipe I also attempted to add it using 'add-to-store', which exited the process ungracefully without printing an error message: --8<---cut here---start->8--- mhw:~/guix-core-updates$ ./pre-inst-env guile GNU Guil

Re: [PATCH] utils: Allow wrap-program to be called multiple times.

2014-09-13 Thread mhw
---cut here---start->8--- LC_ALL=C \ ./pre-inst-env \ /home/mhw/.guix-profile/bin/guild compile -L "." -L "." \ -Wformat -Wu