Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-18 Thread Bastian Blank
On Mon, Aug 16, 2010 at 01:20:23PM +0200, Jeremie Koenig wrote: > The /lib/ld.so symlink is what Hurd binaries use, and points to ld.so.1. Why are there two names used for the dynlinker? mklibs installs it with exactly the name that is referenced in the binaries. Bastian -- Only a fool fights i

Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-17 Thread Steve Langasek
On Wed, Aug 18, 2010 at 01:57:01AM +0200, Samuel Thibault wrote: > Steve Langasek, le Tue 17 Aug 2010 16:32:17 -0700, a écrit : > > On Wed, Aug 18, 2010 at 12:39:18AM +0200, Samuel Thibault wrote: > > > Jeremie Koenig, le Mon 16 Aug 2010 13:20:23 +0200, a écrit : > > > > The /lib/ld.so symlink is w

Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-17 Thread Samuel Thibault
Steve Langasek, le Tue 17 Aug 2010 16:32:17 -0700, a écrit : > On Wed, Aug 18, 2010 at 12:39:18AM +0200, Samuel Thibault wrote: > > Jeremie Koenig, le Mon 16 Aug 2010 13:20:23 +0200, a écrit : > > > The /lib/ld.so symlink is what Hurd binaries use, and points to ld.so.1. > > > The empty /servers/ex

Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-17 Thread Steve Langasek
On Wed, Aug 18, 2010 at 12:39:18AM +0200, Samuel Thibault wrote: > Jeremie Koenig, le Mon 16 Aug 2010 13:20:23 +0200, a écrit : > > The /lib/ld.so symlink is what Hurd binaries use, and points to ld.so.1. > > The empty /servers/exec file is necessary at boot time, to register the exec > > server st

Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-17 Thread Samuel Thibault
Jeremie Koenig, le Mon 16 Aug 2010 13:20:23 +0200, a écrit : > The /lib/ld.so symlink is what Hurd binaries use, and points to ld.so.1. > The empty /servers/exec file is necessary at boot time, to register the exec > server started by Mach as a multiboot module. Commited. Thanks, Samuel -- To

Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-16 Thread Jeremie Koenig
On Mon, Aug 16, 2010 at 10:41:59AM -0700, Steve Langasek wrote: > On Mon, Aug 16, 2010 at 01:20:23PM +0200, Jeremie Koenig wrote: > > +ifeq ($(DEB_HOST_ARCH_OS),hurd) > > + # On Hurd the SONAME for the dynamic linker is ld.so.1, but binaries > > + # have the ld.so symlink as the interpreter. Id

Re: [PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-16 Thread Steve Langasek
On Mon, Aug 16, 2010 at 01:20:23PM +0200, Jeremie Koenig wrote: > diff --git a/Makefile b/Makefile > index d873b58..556cbe0 100644 > --- a/Makefile > +++ b/Makefile > @@ -485,6 +485,16 @@ ifndef ONLY_KLIBC > $(addprefix -l,$(notdir $(wildcard > $(TREE)/usr/lib/cdebconf/frontend/*.so)

[PATCH 4/7] Add /lib/ld.so and /servers/exec to Hurd initrd's.

2010-08-16 Thread Jeremie Koenig
The /lib/ld.so symlink is what Hurd binaries use, and points to ld.so.1. The empty /servers/exec file is necessary at boot time, to register the exec server started by Mach as a multiboot module. Signed-off-by: Jeremie Koenig --- Makefile | 10 ++ 1 files changed, 10 insertions(+), 0 d