From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26774 invoked by alias); 2 Sep 2011 04:41:33 -0000 Received: (qmail 26763 invoked by uid 22791); 2 Sep 2011 04:41:32 -0000 X-SWARE-Spam-Status: No, hits=-2.2 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-ww0-f45.google.com (HELO mail-ww0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Sep 2011 04:41:18 +0000 Received: by wwg9 with SMTP id 9so2048349wwg.2 for ; Thu, 01 Sep 2011 21:41:16 -0700 (PDT) Received: by 10.227.128.21 with SMTP id i21mr579629wbs.68.1314938476806; Thu, 01 Sep 2011 21:41:16 -0700 (PDT) Received: from [192.168.2.99] (cpc2-cmbg8-0-0-cust61.5-4.cable.virginmedia.com [82.6.108.62]) by mx.google.com with ESMTPS id fq9sm383323wbb.15.2011.09.01.21.41.15 (version=SSLv3 cipher=OTHER); Thu, 01 Sep 2011 21:41:15 -0700 (PDT) Message-ID: <4E605E64.8000902@gmail.com> Date: Fri, 02 Sep 2011 04:41:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: gcc4: upset errors + libmpfr vs mpclib version problems (ping David Billinghurst) References: <20110902040020.11114.qmail@sourceware.org> <1314936552.3280.11.camel@YAAKOV04> <4E605CE9.3030206@gmail.com> In-Reply-To: <4E605CE9.3030206@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2011-09/txt/msg00009.txt.bz2 On 02/09/2011 05:34, Dave Korn wrote: > On 02/09/2011 05:09, Yaakov (Cygwin/X) wrote: >> On Fri, 2011-09-02 at 04:00 +0000, upset lived up to its name and >> complained: >>> upset: *** setup.ini: warning - package gcc4-java requires non-existent package java-ecj >> That's an artifact from my Ports gcc4 package, as I ship ECJ as part of >> a GNU Classpath-based Java environment. Since its not in the distro >> (yet), I removed that dep from sourceware for now; please fix your local >> copy, etc. > > Oops, sorry for the breakage and thanks for the headsup. I see I also have > an out-of-date libmpfr dependency just like the mingw-x64 compiler, groan. > Note how the compiler executable depends on libmpfr4, but also indirectly > via mpclib on libmpfr1 at the same time. That's probably not good; David, can > you respin mpclib against the latest libmpfr? In the meantime, however, I updated the setup.hints to require both libmpfr1 and libmpfr4, just so that nobody gets any missing library problems when they update. cheers, DaveK