X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Eric Blake <ebb9@byu.net>
Subject:  Re: 1.5.25-15: git 1.6.1.2: fatal error during initial commit under Win98SE
Date: Wed, 29 Apr 2009 13:58:35 +0000 (UTC)
Lines: 24
Message-ID:  <loom.20090429T135503-723@post.gmane.org>
References:  <75924.59838.qm@web33205.mail.mud.yahoo.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Alexey Lyubimov <alexeipobox <at> yahoo.com> writes:

> 
> $ git commit -m "initial revision"
> fatal: Out of memory? mmap failed: Permission denied
> 
> Can anybody help me (or, at least, explain)?

Your problem is that Win98 is unsupported by Microsoft, and soon to be 
unsupported by cygwin.  I built the cygwin package of git assuming that you 
would be using a saner filesystem (in other words, the version of git that 
ships from cygwin.com assumes NTFS, which Win98 does not support); as a result, 
you have proven that my assumptions break on Win98.  In order to run git on 
this old of a platform, you will have to compile it from source yourself, and 
where I commented out the "NO_MMAP = YesPlease" line in git's Makefile, you 
will have to leave that line in effect.  Sorry, I'm not too keen on bending 
over backwards to support an obsolete system that I no longer have access to, 
which means I can't debug your problem.

-- 
Eric Blake
volunteer cygwin git maintainer




--
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/

