bad ld-elf.so.1?

StefanEßer se at FreeBSD.org
Fri May 14 14:06:07 PDT 2004


On 2004-05-14 16:42 -0400, Mike Sturdee <sturdee at pathwaynet.com> wrote:
> It's doing the same shit on 2 of my boxes, both built at times in April.
> Driving me up the damn wall
> 
> On Fri, 14 May 2004, Sean McNeil wrote:
> 
> > Hi all,
> >
> > I just did a make update; make buildworld; make buildkernel; make
> > installkernel; make installworld.
> >
> > As soon as the new /libexec/ld-elf.so.1 gets installed I get sig 11s on
> > everything.  At one time I saw an assert, but I didn't write it down.
> >
> > As soon as I put the old ld-elf.so.1 back, all is well again.  So, I
> > copied the old one into the /usr/obj area and managed to do a complete
> > make installworld.
> >
> > The system is currently running just fine, but I've done a make
> > buildworld twice with the same result.

I just fixed this by reverting part of the change to the Makefile during
the previous commit. The list of source files had been sorted, but that
moved rtld_start.o from the beginning of the list of objects to the middle
in the link stage.

Regards, STefan


More information about the freebsd-current mailing list