Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3C54625B.801@ece.gatech.edu> Date: Sun, 27 Jan 2002 15:26:03 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Charles Wilson CC: Robert Collins , cygwin-apps AT sources DOT redhat DOT com Subject: Re: for the brave References: <3C4A553A DOT 1080709 AT ece DOT gatech DOT edu> <01c101c1a173$022dc6f0$0200a8c0 AT lifelesswks> <3C4A5AC9 DOT 8000104 AT ece DOT gatech DOT edu> <040001c1a244$def97210$0200a8c0 AT lifelesswks> <3C4C345A DOT 4060604 AT ece DOT gatech DOT edu> <074101c1a2c2$bf7b0470$0200a8c0 AT lifelesswks> <3C4C8DDA DOT 9040008 AT ece DOT gatech DOT edu> <049401c1a72c$e0a3df00$0200a8c0 AT lifelesswks> <3C5451A6 DOT 2070002 AT ece DOT gatech DOT edu> <3C545FE2 DOT 8040806 AT ece DOT gatech DOT edu> Content-Type: multipart/mixed; boundary="------------050408010807020509090704" This is a multi-part message in MIME format. --------------050408010807020509090704 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Charles Wilson wrote: > After applying the attached patch to setup 2.188, I got a clue that the > problem was that my 'local' repository was on a remote share > '//polgara/private/'. Forgot to include the setup.log.full data that gave me this clue: setup.exe is really trying to iostream::open() this "file" -- file:///Polgara/private/software/windows/cygwin-new/setup.ini If I paste ^^^^ into IE, it fails. But the following two pathnames work: file://///Polgara/private/software/windows/cygwin-new/setup.ini file:////Polgara/private/software/windows/cygwin-new/setup.ini (Yes, those ARE forward slashes) Something to do with iostream::open() and slashifying, maybe? > So, I copied the > //polgara/private/software/windows/cygwin-new tree over to my local disk > -- and things were kinda okay for a while. ... --Chuck --------------050408010807020509090704 Content-Type: text/plain; name="setup.log.full" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="setup.log.full" 2002/01/27 14:46:23 Starting cygwin install, version 2.188 Current Directory: D:\cygwin\usr\src\kernel\obj\i686-pc-cygwin\winsup\cinstall 2002/01/27 14:46:23 Command line parameters 2002/01/27 14:46:23 0 - 'D:\cygwin\usr\src\kernel\obj\i686-pc-cygwin\winsup\cinstall\setup.exe' 2002/01/27 14:46:23 1 parameters passed source: from cwd root: D:/cygwin binary system Selected local directory: \\Polgara\private\software\windows\cygwin-new mbox note: Unable to get setup.ini from file:///Polgara/private/software/windows/cygwin-new/setup.ini 2002/01/27 14:46:47 Ending cygwin install --------------050408010807020509090704--