From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27093 invoked by alias); 28 May 2012 18:38:22 -0000 Received: (qmail 27084 invoked by uid 22791); 28 May 2012 18:38:22 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 May 2012 18:38:00 +0000 Received: from md15.u-strasbg.fr (md15.u-strasbg.fr [130.79.200.204]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q4SIbwJx047568 for ; Mon, 28 May 2012 20:37:58 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md15.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q4SIbvBX028794 for ; Mon, 28 May 2012 20:37:58 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id q4SIbuF8029462 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 28 May 2012 20:37:57 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: References: <001201cd3547$377188b0$a6549a10$@muller@ics-cnrs.unistra.fr> <20120525194654.GA30472@host2.jankratochvil.net> <003c01cd3b3c$d85e07d0$891a1770$@muller@ics-cnrs.unistra.fr> <002101cd3c42$5473b670$fd5b2350$@muller@ics-cnrs.unistra.fr> <006701cd3d00$6b9566a0$42c033e0$@muller@ics-cnrs.unistra.fr> In-Reply-To: <006701cd3d00$6b9566a0$42c033e0$@muller@ics-cnrs.unistra.fr> Subject: RE: [RFA-v3] Add scripts to generate ARI web pages to gdb/contrib/ari directory Date: Mon, 28 May 2012 18:38:00 -0000 Message-ID: <007501cd3d01$008ee9c0$01acbd40$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: 2012-05/txt/msg00997.txt.bz2 > The patch should apply cleanly using > patch -p 0 -I ari.patch at > src/gdb directory level and create new scripts in > gdb/contrib./ari directory. I knew I was forgetting something, but it only comes back when you hit the 'Send' button.... Here it is: as Sergio noted, the patch doesn't contain any filemode specification. I only use CVS which doesn't seem to care when creating a patch... This means that you need to use chmod u+x contrib./ari/*.sh in order to be able to create a web page by simply calling ./contrib./ari/create-web-ari-in-src.sh Sorry about this, Pierre