Your message dated Thu, 1 Sep 2005 15:34:56 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Closing the bug
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; 31 Aug 2005 14:02:24 +0000
>From [EMAIL PROTECTED] Wed Aug 31 07:02:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from crlmac6.med.yale.edu [130.132.233.59]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EATAW-0004to-00; Wed, 31 Aug 2005 07:02:24 -0700
Received: by crlmac6.med.yale.edu (Postfix, from userid 1000)
id 2FFD214C093; Wed, 31 Aug 2005 10:02:23 -0400 (EDT)
Content-Type: multipart/mixed; boundary="===============0045805779=="
MIME-Version: 1.0
From: Jan Medlock <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: wdg-html-validator: "Missing comma causes validate to fail to run"
X-Mailer: reportbug 3.16
Date: Wed, 31 Aug 2005 10:02:23 -0400
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============0045805779==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: wdg-html-validator
Version: 1.6.2-1
Severity: grave
Tags: patch
Justification: renders package unusable
There's a missing comma in /usr/bin/validate which causes it to fail to run:
$ validate
String found where operator expected at /usr/bin/validate line 130, near ")
'XHTML 1.1 plus MathML 2.0'"
(Missing operator before 'XHTML 1.1 plus MathML 2.0'?)
syntax error at /usr/bin/validate line 130, near ")
'XHTML 1.1 plus MathML 2.0'"
Execution of /usr/bin/validate aborted due to compilation errors.
The attached patch adds the comma.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages wdg-html-validator depends on:
ii libhtml-parser-perl 3.45-2 A collection of modules that parse
ii libi18n-charset-perl 1.371-1 Perl module for mapping character
ii libjconv-bin 2.8-4.0 charset conversion library - binar
ii libunicode-map8-perl 0.12-1 Perl module to map 8bit character
ii libunicode-string-perl 2.07-2 Perl modules for Unicode strings
ii libwww-perl 5.803-4 WWW client/server library for Perl
ii opensp 1.5.1.0-4 OpenJade group's SGML parsing tool
ii perl 5.8.7-4 Larry Wall's Practical Extraction
ii sgml-data 2.0.3 common SGML and XML data
ii w3c-dtd-xhtml 1.1-5 W3C eXtensible HyperText Markup La
Versions of packages wdg-html-validator recommends:
pn apache | httpd <none> (no description available)
-- no debconf information
--===============0045805779==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="validate.patch"
--- /usr/bin/validate.org 2005-08-31 09:58:26.000000000 -0400
+++ /usr/bin/validate 2005-08-31 09:58:45.000000000 -0400
@@ -126,7 +126,7 @@
# SGML declarations for a given level of HTML
my %sgmlDecl = (
- 'XHTML 1.1 plus MathML 2.0 plus SVG 1.1' => catfile($sgmlDir, 'xhtml',
'1.1', 'xml1n.dcl')
+ 'XHTML 1.1 plus MathML 2.0 plus SVG 1.1' => catfile($sgmlDir, 'xhtml',
'1.1', 'xml1n.dcl'),
'XHTML 1.1 plus MathML 2.0' => catfile($sgmlDir, 'xhtml', '1.1',
'xml1n.dcl'),
'MathML 2.0' => catfile($sgmlDir, 'xhtml', '1.1',
'xml1n.dcl'),
'XHTML 1.1' => catfile($sgmlDir, 'xhtml', '1.1',
'xml1n.dcl'),
--===============0045805779==--
---------------------------------------
Received: (at 325879-done) by bugs.debian.org; 1 Sep 2005 13:34:58 +0000
>From [EMAIL PROTECTED] Thu Sep 01 06:34:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EApDW-0007y0-00; Thu, 01 Sep 2005 06:34:58 -0700
Received: from bode.aurel32.net ([2001:618:400:fc13:211:9ff:feed:c498])
by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1EApDU-0001at-T1
for [EMAIL PROTECTED]; Thu, 01 Sep 2005 15:34:56 +0200
Received: from aurel32 by bode.aurel32.net with local (Exim 4.52)
id 1EApDU-0007de-Gv
for [EMAIL PROTECTED]; Thu, 01 Sep 2005 15:34:56 +0200
Date: Thu, 1 Sep 2005 15:34:56 +0200
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Closing the bug
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
X-Mailer: Mutt 1.5.10i (2005-08-11)
User-Agent: Mutt/1.5.10i
Sender: Aurelien Jarno <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
This bug has been fixed by the upload of version 1.6.2-2. It has not
been closed automatically due to a typo in the changelog. Closing it
now.
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian GNU/Linux developer | Electrical Engineer
`. `' [EMAIL PROTECTED] | [EMAIL PROTECTED]
`- people.debian.org/~aurel32 | www.aurel32.net
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]