From owner-freebsd-current Sat Sep 5 02:16:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06626 for freebsd-current-outgoing; Sat, 5 Sep 1998 02:16:12 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06620 for ; Sat, 5 Sep 1998 02:16:08 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id TAA14966; Sat, 5 Sep 1998 19:28:11 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809050928.TAA14966@cimlogic.com.au> Subject: Re: make buildworld (elf) fails with ... In-Reply-To: <98090510352900.04959@gmarco.eclipse.org> from Gianmarco Giovannelli at "Sep 5, 98 10:27:31 am" To: gmarco@giovannelli.it Date: Sat, 5 Sep 1998 19:28:11 +1000 (EST) Cc: ncbp@bank-pedersen.dk, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gianmarco Giovannelli wrote: > >> cd /usr/src/share/man; /usr/obj/elf/usr/src/tmp/usr/bin/make makedb > >> makewhatis /usr/share/man > >> /usr/libexec/ld.so: warning: /usr/obj/elf/usr/src/tmp/usr/lib/libm.so.2: minor version -1 older than expected 0, using it anyway > >> ld.so failed: bad magic number in "/usr/obj/elf/usr/src/tmp/usr/lib/libm.so.2" This looks like phase two of the upgrade, where elf things are built with aout tools. The fact that ld.so is looking at libraries in the elf WORLDTMP indicates that the ld.so.hints file contains that path after executing ldconfig. Have you updated src/Makefile.inc1 since I made the change to only run ldconfig if building aout? You might need to build a new ld.so.hints file. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message