Re: Hwo to debug and teacking builds?

2017-04-09 Thread Ricardo Wurmus
Catonano writes: > I remember seeing an Emacs package that displays a preview of the whole > document (buffer ?) in a small region of the window (frame ?) > > So that you can know which portion of the document is currently displayed > > Gedit, like many editors, does this, it's showed here (the

Re: test-driver

2017-04-09 Thread Ricardo Wurmus
Catonano writes: > In trying to build libxls tests fail because a test-driver file is missing > > Like this > > ... > make check-TESTS > make[2]: ingresso nella directory > "/tmp/guix-build-libxsl-1.4.0.drv-0/source/libxls/test" > make[3]: ingresso nella directory > "/tmp/guix-build-libxsl-1.4.0

Re: hg repos

2017-04-09 Thread Ricardo Wurmus
Catonano writes: > is there a hg-download in Guix ? Yes. There’s a module “(guix hg-download)”, which provides the “hg-fetch” method and the “hg-reference” uri. It’s used in the “seek” package in “(gnu packages bioinformatics)”. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F

Touchpad settings don't show up in GNOME

2017-04-09 Thread rennes
Hello, In GNOME the touchpad settings don't show up and the 'Tap to Click' function does not work on my laptop. I found the following tickets regarding the problem: 1) https://bugzilla.gnome.org/show_bug.cgi?id=747956 2) https://lists.debian.org/debian-devel/2016/07/msg00266.html It looks lik

Unable to boot GuixSD USB stick

2017-04-09 Thread 良ϖ
Hi, I've followed instructions on this page: https://www.gnu.org/software/guix/manual/html_node/USB-Stick-Installation.html#USB-Stick-Installation everything goes smoothly and at the end I get a partition named "gnu-disk-image" with flag "boot". Sounds good. When I mount it it's a classical GNU /

Bad parameter to boot GuixSD in a VM

2017-04-09 Thread 良ϖ
Hi, I've followed instructions on this page: https://www.gnu.org/software/guix/manual/html_node/Installing-GuixSD-in-a-VM.html Howeverpoint 3 ("Boot the USB installation image in an VM: ") gets: qemu-system-x86_64: -net default: Invalid parameter 'default' If I remove that parameter I get anoth

hg repos

2017-04-09 Thread Catonano
is there a hg-download in Guix ? I'd like to package python-suds as it was done in Fedora https://koji.fedoraproject.org/koji/buildinfo?buildID=855311 The version packaged in Fedora is a single commit and then there's a patch in an issue that solves a failure in the tests The version in pypi is

Re: Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread Thomas Danckaert
From: Subject: Re: Unable to get (menu-entries (...)) to work properly Date: Sun, 9 Apr 2017 01:17:10 -0700 I tried that and I'm still getting an error. Attached is the related screenshot. The field `linux-arguments' in your menu-entry should also be a list (your example had an empty string)

Re: Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread dian_cecht
On Sun, 9 Apr 2017 01:17:10 -0700 wrote: > On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) > Thomas Danckaert wrote: > > > From: > > Subject: Unable to get (menu-entries (...)) to work properly > > Date: Sun, 9 Apr 2017 00:36:42 -0700 > > > > > (bootloader (grub-configuration (device "/dev/sda")

Re: Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread dian_cecht
On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) Thomas Danckaert wrote: > From: > Subject: Unable to get (menu-entries (...)) to work properly > Date: Sun, 9 Apr 2017 00:36:42 -0700 > > > (bootloader (grub-configuration (device "/dev/sda") > > (menu-entries > >

Re: Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread Mathieu Othacehe
Hi, > I think `menu-entries' should be a list. Try > > (menu-entries (list (menu-entry [...]))) Thomas is right, I just tried it with the following configuration and it works for me : --8<---cut here---start->8--- (bootloader (grub-configuration (device "/de

Re: Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread Thomas Danckaert
From: Subject: Unable to get (menu-entries (...)) to work properly Date: Sun, 9 Apr 2017 00:36:42 -0700 > (bootloader (grub-configuration (device "/dev/sda") > (menu-entries > (menu-entry > (label "

Unable to get (menu-entries (...)) to work properly

2017-04-09 Thread dian_cecht
So I'm trying to define a new menu-entry for my desktop system using GuixSD's system config. I've ran into an interesting problem that I'm not sure how to resolve. Forgive any formatting issues here, I'm having to hand-copy this over from a VM I'm using to test everything. I know it's this piece of