X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4EA56112.7060006@novadsp.com> Date: Mon, 24 Oct 2011 13:58:58 +0100 From: "g4 AT novadsp DOT com" Reply-To: g4 AT novadsp DOT com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: W7x64/Cygwin 1.7.9-1 Weird problem with cp and cat Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I am trying to build WebKit on Windows. There are a large number of bash and perl scripts plus makefiles which rely on Cygwin tools. My original problem was that cat and cp refused to work when given filenames starting with/dev/fs/. I 'solved' this by modifying the scripts to run "mount -c /dev/fs". Despite this there are still a couple of instances where I get the following errors: cp /home/JEvans/WebKit/Source/WebCore/bindings/scripts/CodeGenerator.pm /home/JEvans/WebKit/bin/DEBUG_~1/obj/WebCore/scripts/CodeGenerator.pm cp: /dev/fs/U/home/JEvans/WebKit/Source/WebCore/bindings/scripts/CodeGenerator.pm: No such file or directory Sadly CodeGenerator.pm does exist in that directory - it appears cp is getting confused. Can anyone explain what might be going wrong here? Thx++ Versions: bash 4.1.10 cp 8.10 Cygwin 1.7.9-1 Windows 7SP1 U x64 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple