From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12662 invoked by alias); 20 Sep 2009 17:49:04 -0000 Received: (qmail 12650 invoked by uid 22791); 20 Sep 2009 17:49:03 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_83,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 20 Sep 2009 17:48:58 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KQA00D006SKTT00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Sun, 20 Sep 2009 20:48:55 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.173.118]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KQA00BKJ6TJC100@i_mtaout2.012.net.il>; Sun, 20 Sep 2009 20:48:55 +0300 (IDT) Date: Sun, 20 Sep 2009 17:49:00 -0000 From: Eli Zaretskii Subject: Re: [commit] Fix fnchange.lst In-reply-to: <20090920161048.GX8910@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83my4pv78y.fsf@gnu.org> References: <831vm3w9ic.fsf@gnu.org> <20090919155750.GU8910@adacore.com> <83ws3uvney.fsf@gnu.org> <20090920161048.GX8910@adacore.com> 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-09/txt/msg00643.txt.bz2 > Date: Sun, 20 Sep 2009 09:10:48 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > http://www.sourceware.org/gdb/ari/ > > I see there are 10 warnings remaining. Are these actually fixable? Not easily: they belong to libdecnumber and gnulib, which are compiled into the DJGPP port. To fix those, I need to add stuff to gdb/config/djgpp to actually edit some source files, not just rename files during unpacking (which is what fnchange.lst does). It's on my TODO, but when I will get to it is anybody's guess. Not that too many people on the DJGPP forum are crying bloody murder for lack of support of the build on plain DOS systems... > I don't quite understand what the warnings say, because I can't find > files such as decimal1.h, for instance. The original output of doschk is mangled by the ARI script, as part of accounting for fnchange.lst renaming, so the first of the two names it complains about is already 8+3-butchered. Run "find . | doschk" in the source tree, and you will see the original file names that clash after 8+3 truncation. > I don't think you'll have write priviledges. If you want, I can add > your key to the authorized_keys, or I can commit the changes for you. The latter would be more than enough. I will see if I can find time to craft a script that you wanted. Thanks.