Your message dated Fri, 10 Oct 2003 09:16:35 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#207671: bad include 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; 28 Aug 2003 17:09:35 +0000 >From [EMAIL PROTECTED] Thu Aug 28 12:09:23 2003 Return-path: <[EMAIL PROTECTED]> Received: from (fanelli.sindominio.net) [213.172.61.252] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19sQGw-0004Yk-00; Thu, 28 Aug 2003 12:09:22 -0500 Received: from localhost (localhost [127.0.0.1]) by fanelli.sindominio.net (Postfix) with ESMTP id EE7708FF57 for <[EMAIL PROTECTED]>; Thu, 28 Aug 2003 19:07:31 +0200 (CEST) Received: from fanelli.sindominio.net ([127.0.0.1]) by localhost (fanelli [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05289-03 for <[EMAIL PROTECTED]>; Thu, 28 Aug 2003 19:07:31 +0200 (CEST) Received: from sindominio.net (localhost [127.0.0.1]) by fanelli.sindominio.net (Postfix) with SMTP id 67AAF8FF50 for <[EMAIL PROTECTED]>; Thu, 28 Aug 2003 19:07:31 +0200 (CEST) Received: from 217.126.114.174 (SquirrelMail authenticated user pdl) by sindominio.net with HTTP; Thu, 28 Aug 2003 19:07:31 +0200 (CEST) Message-ID: <[EMAIL PROTECTED]> Date: Thu, 28 Aug 2003 19:07:31 +0200 (CEST) Subject: bad include From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.10) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new-20030616-p3 (Debian) at sindominio.net Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-3.5 required=4.0 tests=HAS_PACKAGE,NO_REAL_NAME version=2.53-bugs.debian.org_2003_8_27 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp) Package: gcc-3.3 Version: 3.3.1 I was compiling (with make) the darkice ( http://darkice.sourceforge.net/ sources and get this error: " In file included from /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h:683, from /usr/include/c++/3.3/cstdio:52, from /usr/include/c++/3.3/i386-linux/bits/c++io.h:35, from /usr/include/c++/3.3/bits/fpos.h:44, from /usr/include/c++/3.3/iosfwd:49, from /usr/include/c++/3.3/ios:44, from /usr/include/c++/3.3/ostream:45, from /usr/include/c++/3.3/iostream:45, from Exception.h:39, from BufferedSink.cpp:59: /usr/include/bits/stdio.h: In function `int vprintf(const char*, char*)': /usr/include/bits/stdio.h:35: error: declaration of `int vprintf(const char*, char*)' throws different exceptions /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h:317: error: than previous declaration `int vprintf(const char*, char*) throw ()' /usr/include/bits/stdio.h: In function `int getchar()': /usr/include/bits/stdio.h:42: error: declaration of `int getchar()' throws different exceptions " [...] it was more long.. The BufferedSink.cpp and Exception.h files are from the DarkIce sources, but not the rest. Searching and 'grepping' various files, I saw in the /usr/include/bits/stdio.h file, at line 21 this: #ifndef _STDIO_H # error "Never include <bits/stdio.h> directly; use <stdio.h> instead." #endif while, in the /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h file (the first in the message error, at line 683, I saw this one: #include <bits/stdio.h So, commenting this line and putting only : #include <stdio.h> in the same line , my compilation works fine. And now I can use the DarkIce program perfectly. I suggest, so, to change this include in the line 683 of the /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h file. I'm using a Debian GNU/Linux 2.4.21 machine, with libc6 2.2.5-9.woody.3 pd: this is my first bug report and i'm not sure about how to do. I hope to make well.(and, it's evident, i'm not an english native speaker ;) --------------------------------------- Received: (at 207671-done) by bugs.debian.org; 10 Oct 2003 07:19:15 +0000 >From [EMAIL PROTECTED] Fri Oct 10 02:19:06 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 1A7rYG-0008Hn-00; Fri, 10 Oct 2003 02:19:04 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id JAA05803; Fri, 10 Oct 2003 09:16:36 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id h9A7GZOe002103; Fri, 10 Oct 2003 09:16:35 +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, 10 Oct 2003 09:16:35 +0200 To: <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#207671: bad include 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=-5.7 required=4.0 tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT version=2.53-bugs.debian.org_2003_10_09 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_09 (1.174.2.15-2003-03-30-exp) the package compiles fine with current unstable packages. [EMAIL PROTECTED] writes: > Package: gcc-3.3 > Version: 3.3.1 > > I was compiling (with make) the darkice ( http://darkice.sourceforge.net/ > sources and get this error: > > " In file included from > /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h:683, > from /usr/include/c++/3.3/cstdio:52, > from /usr/include/c++/3.3/i386-linux/bits/c++io.h:35, > from /usr/include/c++/3.3/bits/fpos.h:44, > from /usr/include/c++/3.3/iosfwd:49, > from /usr/include/c++/3.3/ios:44, > from /usr/include/c++/3.3/ostream:45, > from /usr/include/c++/3.3/iostream:45, > from Exception.h:39, > from BufferedSink.cpp:59: > /usr/include/bits/stdio.h: In function `int vprintf(const char*, char*)': > /usr/include/bits/stdio.h:35: error: declaration of `int vprintf(const char*, > char*)' throws different exceptions > /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h:317: error: than previous > declaration `int vprintf(const char*, char*) throw ()' > /usr/include/bits/stdio.h: In function `int getchar()': > /usr/include/bits/stdio.h:42: error: declaration of `int getchar()' throws > different exceptions " > > [...] it was more long.. > > The BufferedSink.cpp and Exception.h files are from the DarkIce sources, > but not the rest. > > Searching and 'grepping' various files, I saw in the > /usr/include/bits/stdio.h file, at line 21 this: > > #ifndef _STDIO_H > # error "Never include <bits/stdio.h> directly; use <stdio.h> instead." > #endif > > > while, in the /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h file (the > first in the message error, at line 683, I saw this one: > > #include <bits/stdio.h > > So, commenting this line and putting only : #include <stdio.h> > > in the same line , my compilation works fine. And now I can use the > DarkIce program perfectly. > > I suggest, so, to change this include in the line 683 of the > /usr/lib/gcc-lib/i386-linux/3.3.1/include/stdio.h file. > > I'm using a Debian GNU/Linux 2.4.21 machine, with libc6 2.2.5-9.woody.3 > > > pd: this is my first bug report and i'm not sure about how to do. I hope > to make well.(and, it's evident, i'm not an english native speaker ;) > > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]