Your message dated Wed, 07 Jul 2004 09:09:31 +0900 with message-id <[EMAIL PROTECTED]> and subject line Bug#220624: libc6-dev: breaks builds on 2.4 systems because depending on linux-kernel-headers which contain 2.5 headers 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; 13 Nov 2003 19:02:17 +0000 >From [EMAIL PROTECTED] Thu Nov 13 13:02:16 2003 Return-path: <[EMAIL PROTECTED]> Received: from deimos.frii.net [216.17.128.193] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AKMjQ-0001xF-00; Thu, 13 Nov 2003 13:02:16 -0600 Received: from fctype2.fc.hp.com (dsc02-ari-co-204-32-206-61.rasserver.net [204.32.206.61]) by deimos.frii.net (8.12.10/8.12.10) with ESMTP id hADJ2D0B041832; Thu, 13 Nov 2003 12:02:14 -0700 (MST) Received: by fctype2.fc.hp.com (Postfix, from userid 10396) id 210063F30A; Thu, 13 Nov 2003 12:02:14 -0700 (MST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alex Tsariounov <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libc6-dev: breaks builds on 2.4 systems because depending on linux-kernel-headers which contain 2.5 headers X-Mailer: reportbug 2.36 Date: Thu, 13 Nov 2003 12:02:14 -0700 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-4.0 required=4.0 tests=BAYES_60,HAS_PACKAGE version=2.53-bugs.debian.org_2003_11_13 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_13 (1.174.2.15-2003-03-30-exp) Package: libc6-dev Version: 2.3.2.ds1-10 Severity: normal Seems that libc6-dev depends on linux-kernel-headers which contain 2.5 kernel headers. On a 2.4 system, and perhaps this also applies to 2.5/2.6 systems too, any source that includes <linux/module.h> breaks with compiler errors. Attached below is some test code that makes use of the public interface of query_module(). This builds on pre-ds1-* libc6-dev systems, but breaks immediately on the current ds1-10 version. Thanks, Alex Tsariounov ---8<---- compile this: #include <stdio.h> #include <linux/module.h> main(int argc, char *argv[]) { struct module_info mbuf; size_t ret; if (argc<2) { printf("Usage: %s module_name\n", argv[0]); exit(1); } if (query_module(argv[1], QM_INFO, &mbuf, sizeof(mbuf), &ret)) { printf("Can't find module %s in kernel\n", argv[1]); return 1; } else { printf("Found %s loaded in kernel\n", argv[1]); } exit(0); } ---8<------8<------ -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux finback 2.4.22-1-686 #6 Sat Oct 4 14:09:08 EST 2003 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages libc6-dev depends on: ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an di linux-kernel-headers 2.5.999-test7-bk-8 Linux Kernel Headers for developme -- no debconf information --------------------------------------- Received: (at 220624-done) by bugs.debian.org; 7 Jul 2004 00:09:31 +0000 >From [EMAIL PROTECTED] Tue Jul 06 17:09:31 2004 Return-path: <[EMAIL PROTECTED]> Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bi00B-0005iI-00; Tue, 06 Jul 2004 17:09:31 -0700 Received: from omega.webmasters.gr.jp (localhost [127.0.0.1]) by webmasters.gr.jp (Postfix) with ESMTP id 05981DEB58; Wed, 7 Jul 2004 09:09:31 +0900 (JST) Date: Wed, 07 Jul 2004 09:09:31 +0900 Message-ID: <[EMAIL PROTECTED]> From: GOTO Masanori <[EMAIL PROTECTED]> To: Alex Tsariounov <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Cc: GOTO Masanori <[EMAIL PROTECTED]>, Daniel Jacobowitz <[EMAIL PROTECTED]> Subject: Re: Bug#220624: libc6-dev: breaks builds on 2.4 systems because depending on linux-kernel-headers which contain 2.5 headers In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_01,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Hi Alex, At Tue, 6 Jul 2004 13:15:32 -0600, Alex Tsariounov wrote: > > On Mon, Jul 05, 2004 at 06:33:31PM +0900, GOTO Masanori wrote: > > What's the status of this bug? I think it can be closed, but if you > > have still problem, please report us. If you have no objection, I'll > > close it. > > Hello, Goto, > > I was under the impression that the bug was already closed. If > there's any confusion, it is a closed issue from my perspective. Thanks ack, I close this bug. Regards, -- gotom