Your message dated Fri, 15 Aug 2003 19:21:29 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#201691: gnat-3.3: gnatchop don't use correct gcc has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Jul 2003 10:13:29 +0000 >From [EMAIL PROTECTED] Thu Jul 17 05:13:28 2003 Return-path: <[EMAIL PROTECTED]> Received: from kiuk0152.chembio.ntnu.no [129.241.83.78] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19d5lP-00030y-00; Thu, 17 Jul 2003 05:13:27 -0500 Received: from randhol by kiuk0152.chembio.ntnu.no with local (Exim 3.35 #1 (Debian)) id 19d5lA-00019D-00; Thu, 17 Jul 2003 12:13:12 +0200 From: Preben Randhol <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gnat-3.3: gnatchop don't use correct gcc X-Mailer: reportbug 1.50 Date: Thu, 17 Jul 2003 12:13:12 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Preben Randhol <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_01,HAS_PACKAGE version=2.53-bugs.debian.org_2003_06_27 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27 (1.174.2.15-2003-03-30-exp) Package: gnat-3.3 Version: 1:3.3.1-0pre0 Severity: normal I have gnat-3.3 installed and it compiled well. I also have gcc-3.3 of course. But gnatchop does not seem to work. I get: $ gnatchop tetris.txt gcc.real: language ada not recognized gcc.real: testgo.txt: linker input file unused since linking not done no compilation units found no source files written it should call gcc-3.3 I think. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux kiuk0152 2.4.17 #1 SMP ons nov 20 16:32:23 CET 2002 i686 Locale: LANG=no_NO.ISO-8859-1, LC_CTYPE=no_NO.ISO-8859-1 Versions of packages gnat-3.3 depends on: ii gcc-3.3 1:3.3.1-0pre0 The GNU C compiler ii gcc-3.3-base 1:3.3.1-0pre0 The GNU Compiler Collection (base ii libc6 2.3.1-16 GNU C Library: Shared libraries an --------------------------------------- Received: (at 201691-done) by bugs.debian.org; 15 Aug 2003 17:22:13 +0000 >From [EMAIL PROTECTED] Fri Aug 15 12:22:11 2003 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19niHC-0006be-00; Fri, 15 Aug 2003 12:22:10 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id TAA09535; Fri, 15 Aug 2003 19:21:29 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h7FHLTI01361; Fri, 15 Aug 2003 19:21:29 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Fri, 15 Aug 2003 19:21:29 +0200 To: Preben Randhol <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#201691: gnat-3.3: gnatchop don't use correct gcc In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-14.5 required=4.0 tests=BAYES_30,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_VM autolearn=ham version=2.53-bugs.debian.org_2003_07_20 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp) Preben Randhol writes: > Package: gnat-3.3 > Version: 1:3.3.1-0pre0 > Severity: normal > > I have gnat-3.3 installed and it compiled well. I also have gcc-3.3 of > course. But gnatchop does not seem to work. I get: > > $ gnatchop tetris.txt > > gcc.real: language ada not recognized > gcc.real: testgo.txt: linker input file unused since linking not done > no compilation units found > no source files written > > it should call gcc-3.3 I think. I am unable to reproduce this with current gnat-3.3. $ /usr/bin/gnatchop foo.txt foo.txt:1:01: compilation unit expected foo.txt: parse errors detected foo.txt: chop may not be successful no compilation units found no source files written