Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 1999 20:55:51 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, osa@etrust.ru
Subject:   Re: night make buildworld failed...
Message-ID:  <199904251055.UAA06632@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904251055.UAA06632>