X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com From: Eric Blake 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: References: <75924 DOT 59838 DOT qm AT web33205 DOT mail DOT mud DOT yahoo DOT 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 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 Alexey Lyubimov 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/