The following reply was made to PR system/6620; it has been noted by GNATS.
From: "Todd C. Miller" <[email protected]> To: Myk Taylor <[email protected]> Cc: "[email protected]" <[email protected]> Subject: Re: system/6620: make build fails while building perl Date: Wed, 01 Jun 2011 10:39:37 -0400 This can also be caused by doing a checkout without the -P (prune empty directories) option. The perl build system gets confused by the presence of the old directories that have since moved to the cpan directory. If that is the problem, a simple "cvs up -PAd src/gnu/usr.bin/perl" should fix things. - todd
