emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63501: closed ([PATCH] hurd-boot: Symlink /hurd before setting up tr


From: GNU bug Tracking System
Subject: bug#63501: closed ([PATCH] hurd-boot: Symlink /hurd before setting up translators.)
Date: Wed, 17 May 2023 21:31:02 +0000

Your message dated Wed, 17 May 2023 23:29:58 +0200
with message-id <877ct61wa1.fsf@jpoiret.xyz>
and subject line Re: [PATCH] hurd-boot: Symlink /hurd before setting up 
translators.
has caused the debbugs.gnu.org bug report #63501,
regarding [PATCH] hurd-boot: Symlink /hurd before setting up translators.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63501: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63501
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] hurd-boot: Symlink /hurd before setting up translators. Date: Sun, 14 May 2023 15:36:32 +0200
From: Josselin Poiret <dev@jpoiret.xyz>

* gnu/build/hurd-boot.scm (boot-hurd-system): Symlink /hurd before setting up
translators.
---

Hi everyone,

This should fix the Hurd not booting.

Enjoy! (and now we also need to fix the native Hurd compilation problems, but
that's for another patch)

 gnu/build/hurd-boot.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index abcf0304c2..95c15907dd 100644
--- a/gnu/build/hurd-boot.scm
+++ b/gnu/build/hurd-boot.scm
@@ -280,14 +280,14 @@ (define* (boot-hurd-system #:key (on-error 'debug))
             (system  (find-long-option "gnu.system" args))
             (to-load (find-long-option "gnu.load" args)))
 
-       (format #t "Setting-up essential translators...\n")
-       (setenv "PATH" (string-append system "/profile/bin"))
-       (set-hurd-device-translators)
-
        (false-if-exception (delete-file "/hurd"))
        (let ((hurd/hurd (readlink* (string-append system "/profile/hurd"))))
          (symlink hurd/hurd "/hurd"))
 
+       (format #t "Setting-up essential translators...\n")
+       (setenv "PATH" (string-append system "/profile/bin"))
+       (set-hurd-device-translators)
+
        (format #t "Starting pager...\n")
        (unless (zero? (system* "/hurd/mach-defpager"))
          (format #t "FAILED...Good luck!\n"))

base-commit: eb7312401ea89e634f8d686db71bacda58b2755f
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] hurd-boot: Symlink /hurd before setting up translators. Date: Wed, 17 May 2023 23:29:58 +0200
Hi,

Josselin Poiret <dev@jpoiret.xyz> writes:
> * gnu/build/hurd-boot.scm (boot-hurd-system): Symlink /hurd before setting up
> translators.

Pushed as e041801e615d9194505d30093a7fdc8ac1d4a929.

Best,
-- 
Josselin Poiret

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]