From owner-freebsd-current Sat Sep 5 01:55:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05141 for freebsd-current-outgoing; Sat, 5 Sep 1998 01:55:20 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05136 for ; Sat, 5 Sep 1998 01:55:16 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from gmarco.eclipse.org (modem00.masternet.it [194.184.65.254]) by scotty.masternet.it (8.8.8/8.8.8) with SMTP id KAA11029; Sat, 5 Sep 1998 10:51:54 +0200 (CEST) (envelope-from gmarco@scotty.masternet.it) From: Gianmarco Giovannelli Reply-To: gmarco@giovannelli.it To: "Niels Chr. Bank-Pedersen" Subject: Re: make buildworld (elf) fails with ... Date: Sat, 5 Sep 1998 10:27:31 +0200 X-Mailer: KMail [version 0.7.9] Content-Type: text/plain References: <19980904142651.B21798@bank-pedersen.dk> Cc: current@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <98090510352900.04959@gmarco.eclipse.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 04 Sep 1998, you wrote: >On Fri, Sep 04, 1998 at 01:26:33PM +0200, Gianmarco Giovannelli wrote: >> >> It's about 2 days that make world (buildworld) fails with ... >> >> -------------------------------------------------------------- >> Rebuilding man page indexes >> -------------------------------------------------------------- >> 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" >> *** Error code 1 >> >> What I miss ? > >Have you by any chance "NOPERL" defined ("/etc/make.conf" or "-DNOPERL")? > >I had the same problem, but since makewhatis is a perl-script, I tried >to let the buildprocess go through the perl4-stuff, and that did it for >me... I have NOPERL=true in /etc/make.conf (if I try to build perl it stops a lot before :-), but the per il /bin/perl is the 4.0 and it isn't a soft link.... gmarco:/usr/src# perl -v This is perl, version 4.0 $RCSfile: perl.c,v $$Revision: 1.9 $$Date: 1998/03/10 19:43:27 $ Patch level: 36 Copyright (c) 1989, 1990, 1991, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 4.0 source kit. another thing : If I do the commands I see step by stp by hand it seems to works : gmarco:/usr/src# cd /usr/src/share/man; /usr/obj/elf/usr/src/tmp/usr/bin/make makedb makewhatis /usr/share/man gmarco:/usr/src/share/man# I am really confused ... perhaps the faulty step is not this one but the next in the installworld step (but I don't know which is it ...) Thanks again for your attention... -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message