Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Kai Henningsen" Organization: Spuentrup CTI To: cygwin AT sourceware DOT cygnus DOT com Date: Tue, 5 Oct 1999 10:59:29 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Subject: Re: not updating unwritable cache ../config.cache X-Confirm-Reading-To: "Kai Henningsen" X-pmrqc: 1 X-mailer: Pegasus Mail for Win32 (v3.12a) Message-Id: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-printable to 8bit by delorie.com id FAA06986 On 5 Oct 99, at 10:15, I wrote: > I'm seeing this every time I ./configure something. Anybody know > what is going on? > > bash-2.02$ find . -name "*cach*" -ls > 363270609 0 -rw-r--r-- 1 544 Kein 0 Oct 04 14:11 ./config.cache > bash-2.02$ > > Sure doesn't _look_ unwritable. Besides, the very same script just > created it. Well, it's "test -w" failing. Obviously because of this: bash-2.02$ touch test bash-2.02$ ls -la test -rw-r--r-- 1 544 Kein 0 Oct 5 09:57 test bash-2.02$ id uid=1000(kai) gid=513(Kein) groups=513(Kein) bash-2.02$ chmod a+w test bash-2.02$ ls -la test -rw-r--r-- 1 544 Kein 0 Oct 5 09:57 test bash-2.02$ But that just shifts the confusion somewhere else. Regards - Kai Henningsen -- http://www.cats.ms Spuentrup CTI Fon: +49 251 322311 0 Windbreede 12 Fax: +49 251 322311 99 D-48157 Münster Mob: +49 161 3223111 Germany GSM: +49 171 7755060 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com