From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31068 invoked by alias); 14 May 2010 22:46:26 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 31058 invoked by uid 22791); 14 May 2010 22:46:25 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Fri, 14 May 2010 22:46:00 -0000 From: Jan Kratochvil To: Joost van der Sluis Cc: Project Archer Subject: Re: Patch for pascal-dynamic arrays Message-ID: <20100514224613.GA3338@host0.dyn.jankratochvil.net> References: <1254326374.2755.14.camel@wsjoost.cnoc.lan> <20091004141705.GA18527@host0.dyn.jankratochvil.net> <1256751286.31305.24.camel@wsjoost.cnoc.lan> <20091030094726.GA29758@host0.dyn.jankratochvil.net> <1257630529.27675.26.camel@wsjoost.cnoc.lan> <1271071502.27845.15.camel@wsjoost.cnoc.lan> <20100412195106.GA32767@host0.dyn.jankratochvil.net> <1271241292.21465.18.camel@wsjoost.cnoc.lan> <20100506230504.GA21919@host0.dyn.jankratochvil.net> <1273874250.9996.33.camel@wsjoost.cnoc.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273874250.9996.33.camel@wsjoost.cnoc.lan> User-Agent: Mutt/1.5.20 (2009-08-17) X-SW-Source: 2010-q2/txt/msg00022.txt.bz2 On Fri, 14 May 2010 23:57:30 +0200, Joost van der Sluis wrote: > I can't apply it. OK, sorry for the inconvenience. (set -ex;cvs -d :pserver:anonymous:@cvs.fedoraproject.org:/cvs/pkgs co gdb/F-13;cd gdb/F-13;make sources;rpmbuild --define "_builddir $PWD" --define "_sourcedir $PWD" -bp gdb.spec;cd gdb-7.1;wget -O - 'http://sourceware.org/cgi-bin/get-raw-msg?listname=archer&date=2010-q2&msgid=20100506230504.GA21919%40host0.dyn.jankratochvil.net'|patch -p1;./configure;make;echo OK) or scratch-built it now as: https://koji.fedoraproject.org/koji/taskinfo?taskID=2188889 https://koji.fedoraproject.org/scratch/jkratoch/task_2188889/ https://koji.fedoraproject.org/scratch/jkratoch/task_2188889/gdb-7.1-20vlapascal0.fc13.src.rpm > I'm not sure where to get the code of > 'gdb-7.1-18.fc3'. Command above downloads HEAD (currently gdb-7.1-20.fc3) where are no differences significant for this VLA-Pascal patch. Specifically gdb-7.1-18.fc3 could be checked out by: (set -ex;cvs -d :pserver:anonymous:@cvs.fedoraproject.org:/cvs/pkgs co -r gdb-7_1-18_fc13 gdb/F-13;cd gdb/F-13;make sources;rpmbuild --define "_builddir $PWD" --define "_sourcedir $PWD" -bp gdb.spec;echo OK) > I've tried fedora-cvs (cvs co gdb -r gdb-7_1-18_fc13) cvs server: cannot find module `-r' - ignored cvs server: cannot find module `gdb-7_1-18_fc13' - ignored cvs [checkout aborted]: cannot expand modules > and then in F-13: make x86_64. Then cd gdb-7.1 and applied the patch. > But there are more hunks failing then succeeding. There had to be some mistake, it works for me: (set -ex;cvs -d :pserver:anonymous:@cvs.fedoraproject.org:/cvs/pkgs co -r gdb-7_1-18_fc13 gdb; cd gdb/F-13; make x86_64;cd gdb-7.1;wget -O - 'http://sourceware.org/cgi-bin/get-raw-msg?listname=archer&date=2010-q2&msgid=20100506230504.GA21919%40host0.dyn.jankratochvil.net'|patch -p1;make -C build-x86_64-redhat-linux-gnu;echo OK) > It also doesn't work on any archer-branch which sounds logical to me. I did not try it but I agree it does not have to. Thanks, Jan