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:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=UsQk /ZLEZcqPE1wsjE1KEjPgDrNhTCA6+Zl/qLSsVsjRGpz0EqeUauIjW5n8bTRvdztb vGBh8masUvtTDsBHrTS8Si2Vw7woWWQkh22vMlrkrHsrwYvUZ2mUcgyuIwlum88D uC1zsBrdPh47NiEmgMW2sIthWU2HL4gaySNYDUk= 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:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=20n8KYEtJ8 UZwnPyj+1HbPru54A=; b=Biknnsue7XKBDYibNYQWUn9ciCQMzP4HQoJhJ2Kc4M Z4A6eW3nkArb9rK6stceq0dIg2pRj4beqiYi353GAQZIAGXmDuCjWTMhWCi6IwKe bkcof802vdiqQDppAIJq1bsIYMSKXAL3QeqzUa3c9jVFNidID4sB7UtlLem6rQxQ U= 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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f171.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=DGzb4yxY0S2FA2zy6EVMq34sZZK++YEvge3ZXHqlsYk=; b=WUFlh6CvIfiOQkxLPuICVN2AfUlVw0KH2dF54wdLzGMb5sm+kSZZgliC+cEqrgQ5ey 8F00YWUUH/cupCoFVryJqU62VS2oKNummeF3H7yaVZKdxUQ7UtP1kXlMjnWxKE590wpc EKFnK78vjpXOzqG1YoCLEFrXmWaitqVt/eKxrZcmjV3qf8rZsxiG2gM6awDcGmE1E1hA /25a8n2OlIQw8qqF4BoiiyXNP803AxI6Dl/qSeUrIMlkE7lmPYNTWxz3U8yTn4euNIbf +HJwH4WwWN+32SkV6gwv/P+nTDHnHkzYtPuFLx6gl5Z3LaGRCylcPMdpPpZUa8g0BfCL Hd6w== X-Gm-Message-State: ALoCoQldDGgWZylguGM5TigIf/sYLDyszLvhZLZPgk2vC1GLTBGJkscLKTIF0VM4fpomdxI/weYE X-Received: by 10.180.80.225 with SMTP id u1mr19308773wix.69.1407366898430; Wed, 06 Aug 2014 16:14:58 -0700 (PDT) Date: Thu, 7 Aug 2014 00:14:49 +0100 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Re: New Git v2.0.4 build to test Message-ID: <20140806231449.GA22531@dinwoodie.org> References: <20140806102147 DOT GB991 AT dinwoodie DOT org> <20140806141841 DOT GM13601 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140806141841.GM13601@calimero.vinschen.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes On Wed, Aug 06, 2014 at 04:18:41PM +0200, Corinna Vinschen wrote: > On Aug 6 11:21, Adam Dinwoodie wrote: > > This build isn't final, but it does work in at least the mainline use > > cases; I've been using it for a couple of days for my day-to-day work. > > However there are still some problems I'm aware of (no `git grep -P` > > support, > > Sounds like libpcre-devel is missing on your machine. Agreed. I've just spent a while playing whack-a-mole with problems of this ilk and thought I'd try seeing if there where any willing volunteers to do some live testing to spot problems the test suites miss before I offer my builds to the unsuspecting public. > > `git fetch` occasionally hangs in the test suites in 64-bit) > > and there are probably some problems I haven't identified yet. > > > > I'm currently in the process of working through the Git test suite > > output to identify missing features, since it's the best way I've found > > to identify features the Git compile process has quietly skipped since a > > required library wasn't installed. > > If the git build system uses autotools, you might have an easier time by > scanning the config.log file created during the configure call. It does, and doing that trawl picked up a number of missing libraries. Nonetheless looking through the tests that are being skipped due to missing dependencies is highlighting a few things like this that I managed to miss when looking at the configure output. -- 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