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:
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
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...
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
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.
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
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
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