From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2807 invoked by alias); 3 Mar 2011 12:53:22 -0000 Received: (qmail 2796 invoked by uid 22791); 3 Mar 2011 12:53:20 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f171.google.com (HELO mail-wy0-f171.google.com) (74.125.82.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 12:53:15 +0000 Received: by wyf22 with SMTP id 22so1162139wyf.2 for ; Thu, 03 Mar 2011 04:53:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.28.19 with SMTP id f19mr806034wea.88.1299156793426; Thu, 03 Mar 2011 04:53:13 -0800 (PST) Received: by 10.216.3.205 with HTTP; Thu, 3 Mar 2011 04:53:13 -0800 (PST) In-Reply-To: References: Date: Thu, 03 Mar 2011 12:53:00 -0000 Message-ID: Subject: Re: Please test latest developer snapshot From: Oleg Marchuk To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-03/txt/msg00105.txt.bz2 I fixed error with downgrade cygwin package from 1.7.8-1 to 1.7.7-1 On Thu, Mar 3, 2011 at 2:22 PM, Oleg Marchuk wrote: > I have got error similar to one described in > http://www.mail-archive.com/cygwin at cygwin.com/msg114840.html > > Cygwin works fine until I install screens, try using git in screens, > get error related to git repository name in prompt and then uninstall > screens. > > In screens: > > sh: __git_ps1: command not found > > omarchuk@OMarchuk /cygdrive/c/git/gpag $rm /cygdrive/c/git/gpag/.git/inde= x.lock > rm: cannot remove `/cygdrive/c/git/gpag/.git/index.lock': No such file > or directory > sh: __git_ps1: command not found > > Then: > > omarchuk@OMarchuk /cygdrive/c/git/gpag (master)$git commit > Projects/web/src/com/luxoft/edms/gpag/web/files/DocumentBean.java > Projects/web/src/com/luxoft/edms/gpag/web/navigation/MainMenueBean.java > =C2=A0 =C2=A0 6 [main] git 12192 C:\cygwin\bin\git.exe: *** fatal error - > could not load C:\WINDOWS\system32\winmm.dll, Win32 error 487 > Stack trace: > Frame =C2=A0 =C2=A0 Function =C2=A0Args > 00229AF4 =C2=A06102792B =C2=A0(00229AF4, 00000000, 00000000, 00000000) > 00229DE4 =C2=A06102792B =C2=A0(6117DC60, 00008000, 00000000, 6117F977) > 0022AE14 =C2=A061004F3B =C2=A0(6117F101, 0022AE40, 6C2E6D6F, 666F7875) > 0022B074 =C2=A06100176E =C2=A0(610EECC1, 0022B0A0, 70697263, 690A3B74) > 0022B0B8 =C2=A06115DE2C =C2=A0(6123D0E0, 666F7875, 64652E74, 672E736D) > 0022B0E8 =C2=A0610EF04E =C2=A0(0022B130, 00000000, 726F706D, 6F632074) > 0022B148 =C2=A0610C2C45 =C2=A0(0053A820, 00000000, 00000124, 00000010) > 0022B168 =C2=A000467C20 =C2=A0(0053A820, 00000124, 00000010, 00482D3E) > 0022B198 =C2=A000482F4A =C2=A0(0022C2D4, 746E656D, 6E616542, 74786520) > 0022C298 =C2=A00048315B =C2=A0(7FF80000, 00022468, 00000000, 006E0910) > 0022C2F8 =C2=A000485A04 =C2=A0(7FF80000, 00022468, 004FF6E4, 006CE684) > 0022C338 =C2=A000485A84 =C2=A0(00000001, 00000003, 00605908, 00000002) > 0022C378 =C2=A000485CBA =C2=A0(006CE684, 00000005, 0022C458, 00000001) > 0022C3B8 =C2=A000485E3A =C2=A0(006CE684, 00605908, 0022C458, 00000001) > 0022C438 =C2=A00046DD75 =C2=A0(00550E00, 00605908, 0022C458, 00000000) > 0022C4C8 =C2=A0004179C9 =C2=A0(00510B90, 00000001, 00000000, 00000000) > End of stack trace (more stack frames may be present) > Hangup > > omarchuk@OMarchuk /cygdrive/c/git/gpag (master)$git commit > Projects/web/src/com/luxoft/edms/gpag/web/files/DocumentBean.java > Projects/web/src/com/luxoft/edms/gpag/web/navigation/MainMenueBean.java > fatal: Unable to create '/cygdrive/c/git/gpag/.git/index.lock': File exis= ts. > > If no other git process is currently running, this probably means a > git process crashed in this repository earlier. Make sure no other git > process is running and remove the file manually to continue. > > omarchuk@OMarchuk /cygdrive/c/git/gpag (master)$rm > /cygdrive/c/git/gpag/.git/index.lock > > omarchuk@OMarchuk /cygdrive/c/git/gpag (master)$uname -a > CYGWIN_NT-5.1 OMarchuk 1.7.8(0.236/5/3) 2011-03-01 09:36 i686 Cygwin > > -- > King Oleg > ---- > --=20 King Oleg ---- =C2=A0=C2=A0 http://kingoleg.livejournal.com/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple