Re: guix pull fails for me

2015-01-01 Thread Amirouche Boubekki
Hi, guile-json is missing for some reason. Maybe you can install it manually or from a guix git checkout. I'm curious can you provide the guix --version: - as a user - as root - ./pre-inst-env guix --version in git. > ERROR: no code for module (json) > Backtrace: > In ice-9/boot-9.scm: > 157:

Re: Preliminary 'wip-armhf' branch pushed

2015-01-01 Thread Mark H Weaver
John Darrington writes: > On Thu, Jan 01, 2015 at 02:11:19AM -0500, Mark H Weaver wrote: > John Darrington writes: > > > * You patched gcc/config/arm/linux-eabi.h unnecessarily. > > > > Without that patch, GCC actually builds soft-float code, even though > > y

Re: guix pull fails for me

2015-01-01 Thread Adam Pribyl
On Thu, 1 Jan 2015, Amirouche Boubekki wrote: Hi, guile-json is missing for some reason. Maybe you can install it Installing guile-json as root makes no difference. manually or from a guix git checkout. I'm curious can you provide the guix --version: guix package -i git is quite a job...

Problem with natively-built armhf bootstrap compiler

2015-01-01 Thread Mark H Weaver
I was able to natively build bootstrap tarballs on the Novena. However, the compiler in these new bootstrap tarballs is broken. The problem is that the new compiler driver (gcc) passes -lgcc_s when linking, but libgcc_s.so does not exist in the gcc bootstrap tarball. It seems that libgcc_s.so do

Re: Preliminary 'wip-armhf' branch pushed

2015-01-01 Thread John Darrington
On Thu, Jan 01, 2015 at 01:22:53PM -0500, Mark H Weaver wrote: John Darrington writes: > On Thu, Jan 01, 2015 at 02:11:19AM -0500, Mark H Weaver wrote: > John Darrington writes: > > > * You patched gcc/config/arm/linux-eabi.h unnecessarily.

Re: Problem with natively-built armhf bootstrap compiler

2015-01-01 Thread Mark H Weaver
Mark H Weaver writes: > I was able to natively build bootstrap tarballs on the Novena. However, > the compiler in these new bootstrap tarballs is broken. The problem is > that the new compiler driver (gcc) passes -lgcc_s when linking, but > libgcc_s.so does not exist in the gcc bootstrap tarbal

TODO: user-environment-hook

2015-01-01 Thread 宋文武
Currently, (guix profiles) has code to build 'info-dir' for packages in profile. As mentioned in TODO, IIUC, we should move the code to 'texinfo'. Other usecases include: * hicolor-icon-theme: use gtk-update-icon-cache to get 'icon-theme.cache'. * shared-mime-info: use update-mime-database to get

Re: Problem with natively-built armhf bootstrap compiler

2015-01-01 Thread Mark H Weaver
Mark H Weaver writes: > I was able to natively build bootstrap tarballs on the Novena. However, > the compiler in these new bootstrap tarballs is broken. The problem is > that the new compiler driver (gcc) passes -lgcc_s when linking, but > libgcc_s.so does not exist in the gcc bootstrap tarbal