unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
@ 2015-02-05 16:29 Marek Benc
  2015-02-05 20:28 ` Manolis Ragkousis
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Benc @ 2015-02-05 16:29 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 56 bytes --]

This one should be pretty self explanatory.

-- 
Marek.

[-- Attachment #2: git-patch-3.patch --]
[-- Type: text/x-patch, Size: 989 bytes --]

From 098ca112becb95199d3e66078b75fbf5b9b54a69 Mon Sep 17 00:00:00 2001
From: Marek Benc <dusxmt@gmx.com>
Date: Thu, 5 Feb 2015 17:07:18 +0100
Subject: [PATCH] gnu: bootstrap: Add the location of where ld.so is located on
 Hurd systems.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic linker for i686-gnu.

---
 gnu/packages/bootstrap.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 71ccb19..6a8d09a 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -156,6 +156,7 @@ check whether everything is alright."
   (cond ((string=? system "x86_64-linux") "/lib/ld-linux-x86-64.so.2")
         ((string=? system "i686-linux") "/lib/ld-linux.so.2")
         ((string=? system "mips64el-linux") "/lib/ld.so.1")
+        ((string=? system "i686-gnu") "/lib/ld.so.1")
         (else (error "dynamic linker name not known for this system"
                      system))))
 
-- 
2.2.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
  2015-02-05 16:29 Marek Benc
@ 2015-02-05 20:28 ` Manolis Ragkousis
  2015-02-07 23:19   ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Manolis Ragkousis @ 2015-02-05 20:28 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

On 5 February 2015 at 16:29, Marek Benc <dusxmt@gmx.com> wrote:
> This one should be pretty self explanatory.

I have done the same on my local branch so this one can be safely
applied on wip-hurd branch.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
  2015-02-05 20:28 ` Manolis Ragkousis
@ 2015-02-07 23:19   ` Ludovic Courtès
  2015-02-09 16:50     ` Manolis Ragkousis
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2015-02-07 23:19 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

> On 5 February 2015 at 16:29, Marek Benc <dusxmt@gmx.com> wrote:
>> This one should be pretty self explanatory.
>
> I have done the same on my local branch so this one can be safely
> applied on wip-hurd branch.

Could you push this patch to wip-hurd?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
  2015-02-07 23:19   ` Ludovic Courtès
@ 2015-02-09 16:50     ` Manolis Ragkousis
  0 siblings, 0 replies; 5+ messages in thread
From: Manolis Ragkousis @ 2015-02-09 16:50 UTC (permalink / raw)
  To: dusxmt; +Cc: Guix-devel

Pushed.

Thanks,
Manolis

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.
@ 2015-02-14 15:40 Manolis Ragkousis
  0 siblings, 0 replies; 5+ messages in thread
From: Manolis Ragkousis @ 2015-02-14 15:40 UTC (permalink / raw)
  To: Ludovic Courtès, mhw; +Cc: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 53 bytes --]

Nothing changed here. Just rebased on top of master.

[-- Attachment #2: 0003-gnu-bootstrap-Add-the-location-of-where-ld.so-is-loc.patch --]
[-- Type: text/x-patch, Size: 1149 bytes --]

From 457aa5858bb1698385cd6bd9174e61d832da2590 Mon Sep 17 00:00:00 2001
From: Marek Benc <dusxmt@gmx.com>
Date: Thu, 5 Feb 2015 17:07:18 +0100
Subject: [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is
 located on Hurd systems.

* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic linker for i686-gnu.

Signed-off-by: Manolis Ragkousis <manolis837@gmail.com>
---
 gnu/packages/bootstrap.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 1f0fe16..48e3178 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -164,7 +164,8 @@ successful, or false to signal an error."
         ((string=? system "i686-linux") "/lib/ld-linux.so.2")
         ((string=? system "armhf-linux") "/lib/ld-linux-armhf.so.3")
         ((string=? system "mips64el-linux") "/lib/ld.so.1")
-
+        ((string=? system "i686-gnu") "/lib/ld.so.1")
+        
         ;; XXX: This one is used bare-bones, without a libc, so add a case
         ;; here just so we can keep going.
         ((string=? system "xtensa-elf") "no-ld.so")
-- 
2.3.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-14 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-14 15:40 [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems Manolis Ragkousis
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05 16:29 Marek Benc
2015-02-05 20:28 ` Manolis Ragkousis
2015-02-07 23:19   ` Ludovic Courtès
2015-02-09 16:50     ` Manolis Ragkousis

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).