From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15715 invoked by alias); 11 Apr 2013 04:03:16 -0000 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 Received: (qmail 15705 invoked by uid 89); 11 Apr 2013 04:03:16 -0000 X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 11 Apr 2013 04:03:15 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3B43EAu011830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Apr 2013 00:03:14 -0400 Received: from host2.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3B43AOL021439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 11 Apr 2013 00:03:13 -0400 Date: Thu, 11 Apr 2013 07:40:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [patch 2/2+rfc+doc] Install gcore by default (+new man page) Message-ID: <20130411040309.GA20577@host2.jankratochvil.net> References: <20130407185443.GB15389@host2.jankratochvil.net> <83r4ilawlx.fsf@gnu.org> <20130408172841.GA28868@host2.jankratochvil.net> <87hajgua2o.fsf@fleche.redhat.com> <516424FE.4050307@redhat.com> <20130409165525.GA29570@host2.jankratochvil.net> <51654DF0.3090101@redhat.com> <20130410194910.GA3941@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130410194910.GA3941@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-04/txt/msg00306.txt.bz2 On Wed, 10 Apr 2013 21:49:10 +0200, Jan Kratochvil wrote: > On Wed, 10 Apr 2013 13:33:04 +0200, Pedro Alves wrote: > > But I'm not sure that's related to the issue pointed out > > above, or whether I hasn't applied the patch properly. > > I believe you did not run autoconf. The problem is not reproducible for me > and also I guess it would happen without the configure update. > > FYI there is also archer.git branch: jankratochvil/man Forgot to state here were always replies one should strip all auto-generated parts from posted patches - so I do it. But I find that inconvenient. It is easier to skip a part of patch when reviewing it than to regenerate it hopefully the same way as the patch submitter because the source tree requires special autotools (old version + unpatched). Jan