that case it’s OK
because meta/uninstalled-env overrides GUILE_SYSTEM_* anyway.
> From 885997fec1f0a175279edbf56b86050731892148 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver
> Date: Wed, 8 Jul 2015 12:31:32 -0400
> Subject: [PATCH] gnu: bootstrap: Create a wrapper for guile to set t
Solved the problem with bootstrap guile on Hurd.
Manolis
Hey Mark
First of all thank you for helping on this :-)
Seems to work fine for me, but I will need a bit more time to test it
on my local Hurd vm because the
vm filesystem crashed for some reason yesterday, some, not previously
encountered, errors appeared
after I restored the vm and had to run m
Mark H Weaver writes:
> Mark H Weaver writes:
>
>> We currently use gnu/packages/patches/guile-relocatable.patch to set the
>> system load path in the bootstrap guile. However, that patch depends on
>> /proc/self/exe which is not present on the Hurd. Therefore, I came up
>> with another approa
Mark H Weaver writes:
> We currently use gnu/packages/patches/guile-relocatable.patch to set the
> system load path in the bootstrap guile. However, that patch depends on
> /proc/self/exe which is not present on the Hurd. Therefore, I came up
> with another approach in the attached patch. Afte
rap: Create a wrapper for guile to set the system
load path.
* gnu/packages/bootstrap.scm (raw-build): After unpacking, use the bootstrap
guile to create its own wrapper that sets the guile system load path.
---
gnu/packages/bootstrap.scm | 34 --
1 file changed,