Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3FB7E1BF.E1199622@dessent.net> Date: Sun, 16 Nov 2003 12:44:47 -0800 From: Brian Dessent Organization: My own little world... X-Accept-Language: en,en-US MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Perl CPAN module help References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.linuxsv3.net X-AntiAbuse: Original Domain - cygwin.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dessent.net Note-from-DJ: This may be spam Gary Nielson wrote: > > Hi, > > I am getting somewhere. I used setup and installed needed executables such > as gcc. Did a force install in cpan for LWP modules and it seemed to be go > great. All tests were successful in make test. But when running make install > I got the error: > > "Cannot forceunlink /usr/bin/HEAD: No such file or directory at > /usr/lib/perl5/5.8.0/File/Find.pm line 873. > make: *** [pure_site_install] Error 255 > /usr/bin/make install -- NOT OK. On unix, 'head' is the program that displays the first 'n' lines of a file, whereas 'HEAD' is a utility that's installed from LWP to do the HTTP HEAD command from the command line (there's also GET.) In unix, case is significant, so it's perfectly fine to have both HEAD and a head commands, but under Windows and thus Cygwin, case doesn't matter. So you have to skip the HEAD utility from LWP, or temporarily remove/rename the standard head command. I don't think this error should be fatal, and there should be an option or switch or something to prevent it from trying to install HEAD. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/