>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 majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message