From owner-freebsd-current Sun Apr 25 3:55:57 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 54CEF14E08 for ; Sun, 25 Apr 1999 03:55:53 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA06632; Sun, 25 Apr 1999 20:55:51 +1000 Date: Sun, 25 Apr 1999 20:55:51 +1000 From: Bruce Evans Message-Id: <199904251055.UAA06632@godzilla.zeta.org.au> To: current@FreeBSD.ORG, osa@etrust.ru Subject: Re: night make buildworld failed... Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Night make buildworld failed: > >===> sys/modules/fxp >@ -> /usr/src/sys >machine -> /usr/src/sys/i386/include >echo "#define NFXP 1" > fxp.h >echo "#define NBPFILTER 0" > bpfilter.h >touch opt_bdg.h >perl /usr/src/sys/modules/fxp/../../kern/makedevops.pl -h /usr/src/sys/modules/fxp/../../kern/device_if.m >perl: not found >*** Error code 1 This is probably caused by using the NOPERL option. Don't use it. It shouldn't exist, since perl is not optional. It is used by `make world' for at least building fxp and updating the man page indexes. The latter uses the wrong version of perl (/usr/bin/perl) so it fails when DESTDIR is set and perl is not already installed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message