From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24387 invoked by alias); 25 Jul 2008 04:21:07 -0000 Received: (qmail 24369 invoked by uid 22791); 25 Jul 2008 04:21:06 -0000 X-Spam-Check-By: sourceware.org Received: from pool-72-93-245-95.bstnma.fios.verizon.net (HELO ednor.cgf.cx) (72.93.245.95) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Jul 2008 04:20:47 +0000 Received: by ednor.cgf.cx (Postfix, from userid 201) id 8CA472B353; Fri, 25 Jul 2008 00:20:45 -0400 (EDT) Date: Fri, 25 Jul 2008 04:21:00 -0000 From: Christopher Faylor To: cygwin-apps@cygwin.com Subject: Re: [HEADSUP] Let's start a Cygwin 1.7 release area Message-ID: <20080725042045.GA8769@ednor.casa.cgf.cx> Reply-To: cygwin-apps@cygwin.com Mail-Followup-To: cygwin-apps@cygwin.com References: <20080402123551.GB4468@calimero.vinschen.de> <200807241540.54183.phil@cs.wwu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200807241540.54183.phil@cs.wwu.edu> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2008-07/txt/msg00129.txt.bz2 On Thu, Jul 24, 2008 at 03:40:51PM -0700, Phil Nelson wrote: >On Wednesday 02 April 2008 5:35:51 am Corinna Vinschen wrote: >> Having said that, I would like to ask especially you package maintainers >> to set up a separate machine or a separate cygwin directory for the 1.7 >> release. > >Well, I'm a little slow on following and I'm not an official maintainer (yet) but >I am the maintainer of the Coda distribution for Windows that uses cygwin >heavily. (In fact, I do have a set of sources that build cygwin packages that >we currently distribute via a "private mirror". I've just not done the work >to do a GTG e-mail. Part of the reason is that one of the packages, the >kernel module for Coda, requires a Windows build environment to be installed >even though the kernel module is compiled from a UNIX makefile ... so >once the extra build environments are installed, one can do "make; make install" >in the cygwin directory tree.... but I digress...) > >I decided to try 1.7 with Coda and rather quickly got stopped by a user/group issue >in 1.7. I have my primary sources copies on a NetBSD box with Samba running on it. >Works great from 1.5. Map the drive in windows, use cygwin to compile via the >net. In 1.7 the user and group returned is 2^32-1 (ffffffff) which doesn't allow me >to do anything other than read on the file server. > >I'm not sure if this is the right list for 1.7 bugs or if they should go to another list. >If I'm wrong, I'm sure someone will tell me.... > >e.g. to the same file server and ls the same > >1.5: > > cd /cygdrive/n > ls -ldn JUNK > drwxr-xr-x 1 500 513 0 May 27 10:54 JUNK > >1.7: > > cd /cygdrive/n > ls -ldn JUNK > drwxr-x--- 1 4294967295 4294967295 0 Jan 14 2008 JUNK > >So it looks like user, group, permissions and dates are all wrong under 1.7. It could look like that when you look at it from 100 yards away. To get closer we'd need to see things like what your /etc/passwd and /etc/group files look like. Even cygcheck output would help. cgf