From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18936 invoked by alias); 4 May 2002 19:10:32 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18916 invoked from network); 4 May 2002 19:10:31 -0000 Received: from unknown (HELO desire.geoffk.org) (12.235.56.190) by sources.redhat.com with SMTP; 4 May 2002 19:10:31 -0000 Received: (from geoffk@localhost) by desire.geoffk.org (8.11.6/8.11.6) id g44JASA32553; Sat, 4 May 2002 12:10:28 -0700 X-Authentication-Warning: desire.geoffk.org: geoffk set sender to geoffk@geoffk.org using -f To: Andreas Schwab CC: gcc@gcc.gnu.org Subject: Re: Ada does not build (line too long) References: From: Geoff Keating Date: Sat, 04 May 2002 12:10:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00312.txt.bz2 Andreas Schwab writes: > Ada does not build because almost all source files have lines that are > too long. On a branch? On mainline? If the problem is on a branch, you need to import this patch: 2002-03-14 Geoffrey Keating Delete all lines containing "$Revision:". * xeinfo.adb: Don't look for revision numbers. * xnmake.adb: Likewise. * xsinfo.adb: Likewise. * xsnames.adb: Likewise. * xtreeprs.adb: Likewise. because apparently ACT doesn't use many branches, and so didn't expect that the Revision keyword could expand to something as large as '1.12.3.10'. -- - Geoffrey Keating