Re: [PATCH] gnu: Add wireless-tools.

2014-07-18 Thread David Thompson
Oops. Left in an unnecessary `let` form. Updated patch below. >From f857d3d77f09a6053f910933ae95098bbb70bc30 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 18 Jul 2014 21:23:58 -0400 Subject: [PATCH] gnu: Add wireless-tools. * gnu/packages/linux.scm (wireless-tools): New variable. --

[PATCH] gnu: Add wireless-tools.

2014-07-18 Thread David Thompson
There was a conversation on #guix today about wpa-supplicant possibly needing wireless tools in order to work. Well, I haven't tested that yet, but I did write a package for the wireless tools. I don't use the iw* tools a whole lot, so I didn't test everything, but I did verify that the output of

Re: [PATCH] linux-initrd: Add AHCI modules.

2014-07-18 Thread Jason Self
I would prefer to not maintain different kernel configurations (for Guix and non-Guix.) If the initial ramdisk doesn't have enough stuff present to be able to boot successfully, this seems to provide a good example of entire directories of stuff to include: http://www.linuxfromscratch.org/blfs/vi

Re: [PATCH] linux-initrd: Add AHCI modules.

2014-07-18 Thread Mark H Weaver
David Thompson writes: > One problem that Mark Weaver and I encountered when intalling the GNU > system on our Thinkpad X60s was that initrd couldn't boot from our SATA > hard disks without passing additional kernel modules in the > operating-system declaration. I think it would make a lot of se

Re: make test fails

2014-07-18 Thread Alen Skondro
On 18.7.2014. 21:53, Alen Skondro wrote: Hi, can you check the following issue with recent guix (git) in "make test" procedure? PASS: tests/base32.scm PASS: tests/base64.scm PASS: tests/hash.scm PASS: tests/pk-crypto.scm PASS: tests/pki.scm PASS: tests/substitute-binary.scm PASS: tests/builder

make test fails

2014-07-18 Thread Alen Skondro
Hi, can you check the following issue with recent guix (git) in "make test" procedure? PASS: tests/base32.scm PASS: tests/base64.scm PASS: tests/hash.scm PASS: tests/pk-crypto.scm PASS: tests/pki.scm PASS: tests/substitute-binary.scm PASS: tests/builders.scm PASS: tests/derivations.scm PASS:

Re: Emacs interface for Guix

2014-07-18 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-07-16 18:18 +0400) wrote: [...] >> That’s because it’s rebuilding most of the modules, AFAICS. Perhaps >> ‘geiser-guile-load-path’ needs to be augmented to avoid that? > > Do you mean some guix directories should be added to that var? Yes. > But how

Re: [PATCH] guix: refresh: Add --list-dependent option.

2014-07-18 Thread Ludovic Courtès
Eric Bavier skribis: > From 57aa3ac9bf0a58c0981fbf729dd12756dedd5831 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Thu, 17 Jul 2014 12:42:01 -0500 > Subject: [PATCH] guix: refresh: Add --list-dependent option. > > * guix/utils.scm (fold-tree, fold-tree-leaves): New functions. > * tests/ut

Re: [PATCH] gnu: aegis: New variable.

2014-07-18 Thread Ludovic Courtès
John Darrington skribis: > I see (I think). Could we at least arrange for a message to be emitted on > package --install suggesting that the package be added to setuid-programs? > Aegis is useless without setuid-root. I suppose aegis itself emits such a message, no? Ludo’.

Re: System installation from a USB stick

2014-07-18 Thread Adam Pribyl
On Fri, 18 Jul 2014, David Thompson wrote: Adam Pribyl writes: Booted fine, but mounted my HDD install root /dev/sda1 as /real-root and I can not unmount it or find /real-root... Try `mkdir /real-root` first? Making this directory on USB flash with guix root did not change anything. IMHO

gnu: linux-libre: Update to 3.15.6

2014-07-18 Thread Jason Self
* gnu/packages/linux.scm (linux-libre): Update to version 3.15.6. Changelog, for those so interested: https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.6 0001-gnu-linux-libre-Update-to-3.15.6.patch Description: Binary data signature.asc Description: PGP signature

New Hungarian PO file for 'guix' (version 0.7-pre1)

2014-07-18 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix' has been submitted by the Hungarian team of translators. The file is available at: http://translationproject.org/latest/guix/hu.po (We can arrange things so that in t

[PATCH] linux-initrd: Add AHCI modules.

2014-07-18 Thread David Thompson
One problem that Mark Weaver and I encountered when intalling the GNU system on our Thinkpad X60s was that initrd couldn't boot from our SATA hard disks without passing additional kernel modules in the operating-system declaration. I think it would make a lot of sense to have these modules loaded

Re: System installation from a USB stick

2014-07-18 Thread Adam Pribyl
On Fri, 18 Jul 2014, Ludovic Courtès wrote: I’ve uploaded a new USB installation image for x86_64 for testing: http://www.fdn.fr/~lcourtes/software/guix/gnu-usb-install-20140718.x86_64.xz SHA1: ac944214af34d62b585fa089cd333c1e007be7f2 (105 MiB) Use alt-f2 to see the relevant doc. Feedback

Re: Troubles with install image

2014-07-18 Thread David Thompson
Alex Sassmannshausen writes: > As I also have an x60 and I would be very interested in the installer > you used to get things this far if you are able to provide it somewhere? Sure, this is Ludovic's minimal config, tweaked a bit: (use-modules (srfi srfi-26) (gnu)) (operat

Re: Troubles with install image

2014-07-18 Thread Alex Sassmannshausen
Woot! As I also have an x60 and I would be very interested in the installer you used to get things this far if you are able to provide it somewhere? If not, then I will simply use your achievement as motivation to build one myself :-) Best wishes, Alex David Thompson writes: > Ludovic Courtè

Re: Troubles with install image

2014-07-18 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> ext2fs_check_if_mount: Can't check if filesystem is mounted due to >> missing mtab file when determining whether /dev/sdb1 is mounted. >> fsck.ext4: No such device or address while trying to open /dev/sdb1 >> Possibily non-existent o

Re: System installation from a USB stick

2014-07-18 Thread David Thompson
Adam Pribyl writes: > Booted fine, but mounted my HDD install root /dev/sda1 as /real-root and I > can not unmount it or > find /real-root... Try `mkdir /real-root` first? -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fs

[PATCH 2/2] gnu: Enable tests for patch.

2014-07-18 Thread John Darrington
* gnu/packages/base.scm (patch): Enable test and add "ed" as input. --- gnu/packages/base.scm |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index c280cff..005e1c0 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base

[PATCH 1/2] gnu: Enable swig tests.

2014-07-18 Thread John Darrington
* gnu/packages/swig.scm (swig): Add boost as input and enable tests. --- gnu/packages/swig.scm |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm index 3554803..7f7d319 100644 --- a/gnu/packages/swig.scm +++ b/gnu/packages/sw

Re: System installation from a USB stick

2014-07-18 Thread Adam Pribyl
On Fri, 18 Jul 2014, Ludovic Courtès wrote: I’ve uploaded a new USB installation image for x86_64 for testing: http://www.fdn.fr/~lcourtes/software/guix/gnu-usb-install-20140718.x86_64.xz SHA1: ac944214af34d62b585fa089cd333c1e007be7f2 (105 MiB) Use alt-f2 to see the relevant doc. Feedback

Re: System installation from a USB stick

2014-07-18 Thread Ludovic Courtès
I’ve uploaded a new USB installation image for x86_64 for testing: http://www.fdn.fr/~lcourtes/software/guix/gnu-usb-install-20140718.x86_64.xz SHA1: ac944214af34d62b585fa089cd333c1e007be7f2 (105 MiB) Use alt-f2 to see the relevant doc. Feedback welcome! Ludo’. signature.asc

Re: Troubles with install image

2014-07-18 Thread Ludovic Courtès
David Thompson skribis: > ext2fs_check_if_mount: Can't check if filesystem is mounted due to > missing mtab file when determining whether /dev/sdb1 is mounted. > fsck.ext4: No such device or address while trying to open /dev/sdb1 > Possibily non-existent or swap device? > 'fsck.ext4' ex