X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Pr2my55StRs3/XX9 MTLsrTFiK6bn6e+T+cyoL98UVt+3kgweqBdUJkMrsHeAm+nwJN4jrw2P6m7OmZtn XPL9PXIegLRk2rDrGl+gOEK/s0vYrwnq7neF7cd7OIt42Pw3+JsI4mqiPVNnRw5B uTKEH55QU6jx9qgY8Y0giQAgXNU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=BxutQXTikwrHZrliFrt9+N HdXDk=; b=kC/6TOtQ093WE4LOaGb7xRWIHrVoiOdAEvKmy9/Ppqy4AkP4tkzo4/ t6zeSeqVFwC44dGbdzLKCNj11tTBNZsVoReRoWnCROPBOpkF976yavNzXQ043pDw s9nJGylf7VhwhByMchayNLFI/b9Y4EZ+GIoIRJcu6+OQAAAz/PsCc= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: vms173025pub.verizon.net Message-id: <536AF6BB.7060409@cygwin.com> Date: Wed, 07 May 2014 23:15:07 -0400 From: "Larry Hall (Cygwin)" Reply-to: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Issues with Cygwin on Windows 8.1 References: In-reply-to: Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit On 05/07/2014 10:11 PM, Dato wrote: > Hi, > > I just set up Cygwin for x86 on my Windows 8.1 (64-bit) machine, and > have been seeing the following issues: > > 1. When doing 'git clone', some of the expected messages don't show up. For > example, this is what I see: > > datod_000 AT Q9450 ~/sandbox > $ which git > /usr/bin/git > > datod_000 AT Q9450 ~/sandbox > $ git clone https://github.com/libimobiledevice/libplist.git > Cloning into 'libplist'... > > datod_000 AT Q9450 ~/sandbox > $ > > As you can see, the 'git clone' command doesn't display the stats such as > objects received, deltas resolved, etc. > > 2. When invoking python, I don't get the python's prompt back: > > datod_000 AT Q9450 ~/sandbox > $ which python > /usr/bin/python > > datod_000 AT Q9450 ~/sandbox > $ python > > It basically just hangs there. I have to ^C to get the shell prompt back. > > 3. I have a shell script that runs just fine on an older Cygwin installation > on a Vista machine. But on this newer Cygwin installation, I get the > following error message: > > datod_000 AT Q9450 ~/sandbox/libplist > $ ./autogen.sh > ./autogen.sh: line 16: syntax error: unexpected end of file > > Any idea on what may be causing these issues and suggestion on how to fix > them will be deeply appreciated. Thanks. Not sure about the other issues but this one sounds a bit like the file in question contains Windows EOL characters. Try running d2u on the scripts and see if that helps. If you continue to have problems, please follow the problem reporting guidelines at the link below for your next round on this issue. > Problem reports: http://cygwin.com/problems.html -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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