Date: Fri, 14 May 2004 23:05:57 +0200 From: Stefan =?iso-8859-1?Q?E=DFer?= <se@FreeBSD.org> To: Mike Sturdee <sturdee@pathwaynet.com> Cc: cognet@freebsd.org Subject: Re: bad ld-elf.so.1? Message-ID: <20040514210557.GA1098@StefanEsser.FreeBSD.org> In-Reply-To: <20040514163952.W27047@ireland.pathwaynet.com> References: <1084566812.1190.4.camel@server.mcneil.com> <20040514163952.W27047@ireland.pathwaynet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-05-14 16:42 -0400, Mike Sturdee <sturdee@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040514210557.GA1098>