From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3392 invoked by alias); 27 Mar 2009 08:43:49 -0000 Received: (qmail 3369 invoked by uid 22791); 27 Mar 2009 08:43:48 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Mar 2009 08:43:40 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KH500K00PA99B00@i_mtaout3.012.net.il>; Fri, 27 Mar 2009 11:43:37 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KH500GD0PKHWA10@i_mtaout3.012.net.il>; Fri, 27 Mar 2009 11:43:36 +0300 (IDT) Date: Fri, 27 Mar 2009 08:47:00 -0000 From: Eli Zaretskii Subject: Re: GDB ARIndex cleanup In-reply-to: <001101c9aeb3$e41cee10$ac56ca30$@u-strasbg.fr> To: Pierre Muller Cc: gdb-patches@sourceware.org, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <000001c9ae14$24fb7cd0$6ef27670$@u-strasbg.fr> <001101c9aeb3$e41cee10$ac56ca30$@u-strasbg.fr> 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-03/txt/msg00615.txt.bz2 > From: "Pierre Muller" > Cc: , > Date: Fri, 27 Mar 2009 09:13:19 +0100 > > > > 3) I also recompiled doschk program > > > so that the list of incompatibilities with > > > the DOS limitations is generated again... > > > > > > Eli, there are probably several directories that we could > > > disregard for this, but I think that > > > there are also real issues left. > > > > There shouldn't be any. But to see that, you need to prepare a GDB > > tarball, then untar it using djunpack.bat as explained in > > gdb/config/djgpp/README, and _then_ run doschk on the resulting tree. > > That's because the file-name conflicts are supposed to be solved by > > remapping in gdb/config/djgpp/fnchange.lst, which djunpack.bat uses. > > The question is: > how do you prepare a tarball that contains only the directories required > by DJGPP? There's no such thing as a tarball with only the directories required by DJGPP. You need a normal GDB tarball, like the ones prepared when GDB is officially released. djunpack.bat is designed to work with such a general-purpose tarball. You should also be able to use the snapshot tarballs you can find on sourceware. > The list of problems is available on the web page: > http://sourceware.org/gdb/current/ari/ari.doschk.bug Thanks, I will take a look.