Re: Patch for broken Hiawatha

2018-02-27 Thread Kei Kebreau
Leo Famulari writes: > On Mon, Feb 26, 2018 at 03:07:51PM -0500, Kei Kebreau wrote: >> Hello all, >> >> It seems that commit 22261238e7591c21d8362147992fbb12e67fda88, which >> updates mbed TLS, has broken the hiawatha build [0]. It turns out that >> the new release of mbed

Re: Mesa emergency release

2018-02-27 Thread Rutger Helling
Sounds good, I'll wait until the next staging cycle then! On Tue, 27 Feb 2018 15:59:38 +0100 Marius Bakke wrote: > Hi! > > (+CC guix-devel for visibility) > > Rutger Helling writes: > > > This patch updates Mesa to 17.3.6 in staging. I didn't push

Re: 02/02: gnu: automake: Add 1.16.

2018-02-27 Thread Ludovic Courtès
Hello Tobias, Tobias Geerinckx-Rice skribis: > On 2018-02-26 19:48, l...@gnu.org wrote: >> civodul pushed a commit to branch master >> in repository guix. >> >> commit ecbea1bcb1e349eb66140cb3b83329f9699c357a >> Author: Ludovic Courtès >> Date: Mon Feb 26

Re: Kernel modules in initrd

2018-02-27 Thread Danny Milosavljevic
> > P.S. How come glibc is in the initrd? Shouldn't guile have statically > > linked it? > > glibc is like 5 kiB. In that case saving 800 kiB is not really worth > > it... > > One of the packages that ends up in the initrd must be dynamically > linked. You need to find out which one it

Re: Kernel modules in initrd

2018-02-27 Thread Danny Milosavljevic
On Tue, 27 Feb 2018 20:32:49 +0100 Danny Milosavljevic wrote: > > > P.S. How come glibc is in the initrd? Shouldn't guile have statically > > > linked it? > > > glibc is like 5 kiB. In that case saving 800 kiB is not really worth > > > it... > > > > One of

Re: 10/18: gnu: polkit: Update phase & snippet style.

2018-02-27 Thread Tobias Geerinckx-Rice
Hullo Mark, On 2018-02-27 8:41, Mark H Weaver wrote: nckx pushed a commit to branch master in repository guix. commit 3c4bbb4c52418c8daf8b0e4605e3912685c9f44a Author: Tobias Geerinckx-Rice Date: Sat Feb 24 13:33:42 2018 +0100 gnu: polkit: Update phase & snippet style.

PYTHONPATH issue analysis - part 1 (was: PYTHONPATH woes)

2018-02-27 Thread Hartmut Goebel
Hi, I'm going to analyse the PYTHONPATH issues systematically. This is part 1 of the analysis. Result === PYTHONPATH intented (by upstream) for adding site-packages.  PYTHONPATH elements are added in front of essential packages, while site-packages are added behind. This means the way we

PYTHONPATH issue analysis - part 2 (was: PYTHONPATH woes)

2018-02-27 Thread Hartmut Goebel
Hi, nex part of the analysis: Result === The venv-hack I posted a few days ago works as expected only for GUIX_PROFILE, but not for virtual environments. Preliminary Proposal === As it stands now, the venv-hack is not a valid solution. It may be the basis for another

Re: Kernel modules in initrd

2018-02-27 Thread Ludovic Courtès
Danny Milosavljevic skribis: > So what we would need next is something like modprobe written in guile. > > I think that ./gnu/build/linux-modules.scm load-linux-module* already does > that. > > The only part missing is to replace %modprobe-wrapper by a guile script >

Re: emacs-25.3 aborted

2018-02-27 Thread Ludovic Courtès
Hello Adonay, Adonay Felipe Nogueira skribis: > I don't know what caused this, but something between Guix > 0.14.0-6.0dcf675 and 0.14.0-8.bc880f9 forced my own computer attempt to > build Emacs, and resulted in a working Emacs version. > > Store path name differences for

Re: Kernel modules in initrd

2018-02-27 Thread Ludovic Courtès
Hello, ng0 skribis: > Ludovic Courtès transcribed 0.8K bytes: >> Hello, >> >> Mark H Weaver skribis: >> >> > To make this easier, I think the right approach is to include many >> > modules like these to our installation image initrd, and then to >> >

Mesa emergency release

2018-02-27 Thread Marius Bakke
Hi! (+CC guix-devel for visibility) Rutger Helling writes: > This patch updates Mesa to 17.3.6 in staging. I didn't push it right > away, since I know the plan was to merge staging in a few days. > > However, I do recommend we push this patch in before, since apparently >

Re: [PATCH] linux-initrd: Add ATA and SAS modules to the default set of modules.

2018-02-27 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add "pata_via", > "sata_via", "megaraid_sas", "libsas", "scsi_transport_sas", "mptbase", > "mptsas", "mptscsih". I think we can do that, but only once we have the code that loads

Golly... what's up with Golly?

2018-02-27 Thread Christopher Lemmer Webber
I think Sourceforge may have gone through a recent upgrade that broke some things: Starting download of /gnu/store/k857xn4vnppdp5z853c92lfa7h5fhdii-golly-3.1-src.tar.gz >From >http://tenet.dl.sourceforge.net/project/golly/golly-3.1/golly-3.1-src.tar.gz... following redirection to

Re: Golly... what's up with Golly?

2018-02-27 Thread Eric Bavier
On Tue, 27 Feb 2018 19:19:31 -0600 Christopher Lemmer Webber wrote: > I think Sourceforge may have gone through a recent upgrade that broke > some things: > > Starting download of > /gnu/store/k857xn4vnppdp5z853c92lfa7h5fhdii-golly-3.1-src.tar.gz > From >