make release failure: perl:No such file or directory

Don Lewis truckman at FreeBSD.org
Sat Sep 20 14:55:55 PDT 2003


On 20 Sep, Scott R. Sewall wrote:
> 
> I'm having trouble running make release.  The build fails with the 
> following message:
> 
>> perl @/kern/makeops.pl -c @/pci/agp_if.m
>> perl:No such file or directory
>> *** Error code 1
>>
>> Stop in /usr/src/sys/modules/agp.
>> *** Error code 1
> 
> The failire occurs in stage 4: make dependencies
> 
> When I looked for perl in the chroot environment tree, I did not find a 
> perl executable.
> 
> I'm running FreeBSD 4.9-PRERELEASE cvsup'd last Sunday 9/14.
> 
> Any ideas?

Would you happen to have NOPERL set?.  There are certain things in the
build process that require perl.  They will work if you have NOPERL set
to skip the system perl build as long as you have perl installed as a
port, but this won't work when 'make release' chroots.


More information about the freebsd-stable mailing list