Your message dated Mon, 05 Jul 2004 19:55:57 +0900 with message-id <[EMAIL PROTECTED]> and subject line Bug#40263: Please provide more detail 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; 27 Jun 1999 16:42:07 +0000 Received: (qmail 4955 invoked from network); 27 Jun 1999 16:42:06 -0000 Received: from marbles.thok.org ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Jun 1999 16:42:06 -0000 Received: from eichin by marbles.thok.org with local (Exim 3.02 #1 (Debian)) id 10yI0E-00064K-00; Sun, 27 Jun 1999 12:41:58 -0400 From: "Mark W. Eichin" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: mntent.h missing MNTTYPE_PROC, MNTTYPE_AUTO Full-Name: "Mark W. Eichin" Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=NIL Message-Id: <[EMAIL PROTECTED]> Date: Sun, 27 Jun 1999 12:41:58 -0400 Package: libc6-dev Version: 2.1.1-12 mntent.h should have, at least, MNTTYPE_PROC and MNTTYPE_AUTO, in addition to the ones there (it may be missing more, but those were the obvious ones.) The lack of MNTTYPE_PROC causes a bug in mtools (mzip -w fails trying to stat "proc" - it *has* code to check for MNTTYPE_PROC, but the define isn't there.) --------------------------------------- Received: (at 40263-done) by bugs.debian.org; 5 Jul 2004 10:55:58 +0000 >From [EMAIL PROTECTED] Mon Jul 05 03:55:58 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 1BhR8g-0004tc-00; Mon, 05 Jul 2004 03:55:58 -0700 Received: from omega.webmasters.gr.jp (localhost [127.0.0.1]) by webmasters.gr.jp (Postfix) with ESMTP id BF53CDEB58 for <[EMAIL PROTECTED]>; Mon, 5 Jul 2004 19:55:57 +0900 (JST) Date: Mon, 05 Jul 2004 19:55:57 +0900 Message-ID: <[EMAIL PROTECTED]> From: GOTO Masanori <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Bug#40263: Please provide more detail In-Reply-To: <[EMAIL PROTECTED]> References: <[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: > mntent.h should have, at least, MNTTYPE_PROC and MNTTYPE_AUTO, in > addition to the ones there (it may be missing more, but those were the > obvious ones.) The lack of MNTTYPE_PROC causes a bug in mtools > (mzip -w fails trying to stat "proc" - it *has* code to check for > MNTTYPE_PROC, but the define isn't there.) No. mtools should check the existence of MNTTYPE_* because it's different on various OSes. There's no reason to add for glibc because its variable depends on kernel. In addition at least Solaris and FreeBSD does not support them. Regards, -- gotom