Re: geiser-xref-callers does not seem to work

2017-12-18 Thread Chris Marusich
Hi, Thank you for the quick response! Andy Wingo writes: > It appears to be a Geiser problem and not a Guile problem: > > wingo@rusty:~/src/guix$ ./pre-inst-env guile > GNU Guile 2.2.2 > Copyright (C) 1995-2017 Free Software Foundation, Inc. > > Guile comes with ABSOLUTELY NO WA

Re: Packaging Jitsi SIP Communicator

2017-12-18 Thread Ben Sturmfels
Hi Julien, Thomas, Ludovic and Chris, Thanks very much for your tips on my Jitsi building adventures from a few weeks back! I’ll keep you posted on the progress. Regards, Ben On Wed, 08 Nov 2017, julien lepiller wrote: > Le 2017-11-08 05:01, Ben Sturmfels a écrit: >> Hi Folks, >> >> I'm having

Re: GRUB LUKS support is slow?

2017-12-18 Thread Tobias Geerinckx-Rice
> Tobias Geerinckx-Rice skribis: >> [..] It wouldn't surprise me if real-mode[?] GRUB and the early >> kernel code are badly optimised [...]> An unfortunate choice of words. What I meant to say was: ‘as optimised as can be realistically expected, but hardly more.’ I did not wish to malign the GR

website: showcase or list videos and slides, sources of all talks

2017-12-18 Thread ng0
Our website currently shows no videos at all. In some of the blogposts some of the talks are linked to and included. A custom search including 'guix video site:gnu.org' (via searx) gives you a bit more, but it's still a bad showcase. We have talks in the artwork repository - but are those all of

Re: How to customize the kernel

2017-12-18 Thread Vincent Legoll
Hello, On Mon, Dec 18, 2017 at 1:21 PM, Marius Bakke wrote: > Here is my approach: > > --8<---cut here---end--->8--- > (define-module (my packages) > #:use-module (gnu packages linux)) > > (define kernel-config > (string-append (dirname (current-

Re: java: switch to icedtea-8 as default JDK

2017-12-18 Thread Ricardo Wurmus
Hi Gábor, > We now have an upstream fix for classpathx, it is pushed as revision 1244 > to the savannah subversion repo. > May I change the source to use this revision? Yes, this should be fine. Thanks! -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net

Re: How to customize the kernel

2017-12-18 Thread Marius Bakke
Chris Marusich writes: > Is anyone building custom kernels? How are you doing it? Are you just > using the "make-linux-libre" procedure anyway, despite the fact that it > supposedly isn't public? Did you copy it and just modify it to suit > your needs? Or did you do something totally differen

Re: java: switch to icedtea-8 as default JDK

2017-12-18 Thread Gábor Boskovits
2017-12-17 19:59 GMT+01:00 Gábor Boskovits : > Yes, we could do that, however, I would prefer to fix these if we can. > > > 2017-12-17 15:26 GMT+01:00 Ricardo Wurmus : > >> >> Gábor Boskovits writes: >> >> > Currently I cannot compile java-aqute-bndlib, >> > because java-classpathx-servletapi-3.0

Re: Why should build phases not return unspecified values?

2017-12-18 Thread Andy Wingo
On Sun 17 Dec 2017 00:28, Arun Isaac writes: > Whenever we have a build phase that ends with a call (for example, to > substitute, chdir, symlink, etc) that returns an unspecified value, we > append a #t so that the return value is a boolean. However, the build > system, as it stands currently, d

Re: GRUB LUKS support is slow?

2017-12-18 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice skribis: > Adam Van Ymeren wrote on 16/12/17 at 00:25: >> On December 15, 2017 5:53:15 PM EST, Mark H Weaver >> wrote: >>> l...@gnu.org (Ludovic Courtès) writes: >>> I have an encrypted root. When GRUB asks me for my passphrase, it takes 5–10 seconds afte

Re: GRUB LUKS support is slow?

2017-12-18 Thread Ludovic Courtès
Hi Tobias, Tobias Geerinckx-Rice skribis: > The whole point of the key derivation function (PBKDF2 in this case) is > to take a long time — i.e., generate *a lot* of data — before deriving > the actual encryption key from your passphrase. It's basically a slow > hash, run many times over. That's

Re: geiser-xref-callers does not seem to work

2017-12-18 Thread Andy Wingo
On Sat 16 Dec 2017 08:55, Chris Marusich writes: > * Place point on symbol expression->derivation-in-linux-vm on line 203 > (in the definition of the iso9660-image procedure), and press "C-c <". > > When I do this, I receive the following message in the minibuffer: > > No callers found for ’e

Re: How to customize the kernel

2017-12-18 Thread Andy Wingo
On Sat 16 Dec 2017 03:37, Chris Marusich writes: > Is anyone building custom kernels? How are you doing it? Are you just > using the "make-linux-libre" procedure anyway, despite the fact that it > supposedly isn't public? Did you copy it and just modify it to suit > your needs? Or did you do

Re: [WIP][PATCH] profiles: info-dir-file: Don't consider unwanted manifest entries

2017-12-18 Thread Ludovic Courtès
Hello! iyzs...@member.fsf.org (宋文武) skribis: > Currently we run profile hooks for all manifest inputs, so if you > install a new package to your profile, all profile hooks will be run > again, even if the new package doesn't provide info manuals, man pages, > etc. Ideally only interested hooks n

Re: Dualbooting with guixsd not handling grub installation

2017-12-18 Thread Ludovic Courtès
Oleg Pykhalov skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Note that if all you want is dual-boot, this should already be possible >> by defining new menu entries in the GuixSD config: >> >> >> https://www.gnu.org/software/guix/manual/html_node/Bootloader-Configuration.html#index-dua