From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10512 invoked by alias); 11 Nov 2009 05:05:34 -0000 Received: (qmail 10434 invoked by uid 22791); 11 Nov 2009 05:05:34 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Nov 2009 05:05:26 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAB55OVU032229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 11 Nov 2009 00:05:24 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nAB55Mba005935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 11 Nov 2009 00:05:24 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id nAB55MgC027215 for ; Wed, 11 Nov 2009 06:05:22 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id nAB55LTQ027214 for gdb-patches@sourceware.org; Wed, 11 Nov 2009 06:05:21 +0100 Date: Wed, 11 Nov 2009 05:05:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: Re: [patch] Fix false separate debuginfo warning for no .debug suffix [Re: Recent separate debug file warning caused Debian regressions] Message-ID: <20091111050521.GB26791@host0.dyn.jankratochvil.net> References: <20091102215255.GA19425@caradoc.them.org> <20091103104419.GA9780@host0.dyn.jankratochvil.net> <20091103170004.GA915@caradoc.them.org> <20091104232643.GA15891@host0.dyn.jankratochvil.net> <20091105200355.GB18502@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091105200355.GB18502@caradoc.them.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00250.txt.bz2 On Thu, 05 Nov 2009 21:03:55 +0100, Daniel Jacobowitz wrote: > On Thu, Nov 05, 2009 at 12:26:43AM +0100, Jan Kratochvil wrote: > > for a proper form of check-in for: > > [patch] AC_SYS_LARGEFILE > > http://sourceware.org/ml/gdb-patches/2009-11/msg00047.html > > > > which is a prerequisite of this patch. I hope the regression is not so urgent > > to require a temporary workaround instead. > > Thanks for letting me know. I think it's fine; I can just ignore the > failures for a little longer... Checked-in: http://sourceware.org/ml/gdb-cvs/2009-11/msg00081.html The regression on Debian should be fixed now. Sorry, Jan