[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#475594: marked as done (command line file1 influences file2)



Your message dated Thu, 07 Jan 2016 18:37:49 +0000
with message-id <[🔎] E1aHFRV-0004As-5D@franck.debian.org>
and subject line Bug#809414: Removed package(s) from unstable
has caused the Debian Bug report #475594,
regarding command line file1 influences file2
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
475594: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475594
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
X-Debbugs-Cc: liam@htmlhelp.com
Package: wdg-html-validator
Version: 1.6.2-6
File: /usr/bin/validate

If one gives more than one file on the command line, it's doctype ends
up influencing the processing of subsequent files.

If the program was correct, then no matter what order the files are
given, the results should be the same.

$ set comp/configuration/index.html index_en.html
$ validate -w $1 $2|head -n 2
*** Errors and warnings validating index_en.html: ***
index_en.html:82:5:W: comment in parameter separator
$ validate -w $2 $1|head -n 2
$ grep DOC $@
comp/configuration/index.html:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
index_en.html:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"

Bug seen when one uses -w.
By the way, there is no line 82 so it is really off its rocker.

$ wc $@
  14   26  386 comp/configuration/index.html
  32   95 1309 index_en.html
  46  121 1695 total
$ more $@|cat
::::::::::::::
comp/configuration/index.html
::::::::::::::
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<title></title>
<meta name="generator" content="HTML::TextToHTML v2.50"/>
</head>
<body>
<p><a href=".emacs">.emacs</a><br/>
<a href=".gnus.el">.gnus.el</a><br/>
<a href=".muttrc">.muttrc</a></p>

</body>
</html>
::::::::::::::
index_en.html
::::::::::::::
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-us">
<title>Dan Jacobson</title>
</head>
<body>
<h1>Dan Jacobson</h1>
<p><img src="images/20051014dan_small.jpg" alt=
"[Photo: Dan Jacobson]" width="92" height="129"></p>
<ul>
<li><a href="index_en.html">ENGLISH ONLY</a> auto-stripped version
of</li>
<li><a href="index.html">Chinese+English</a> version.</li>
</ul>
<p><a href="http://radioscanningtw.jidanni.org/";>Taiwan Radio
Scanning Wiki</a>; <a href=
"http://taizhongbus.jidanni.org/";>Taizhong Bus Wiki</a>; <a href=
"geo/taipower/index_en.html">Positioning by utility pole</a>;
<a href="geo/house_numbering/index_en.html">Address planning</a>;
<a href="lang/pinyin/index_en.html">Go Hanyu Pinyin, No Tongyong
Pinyin romanization</a>; <a href="geo/index_en.html">Mapping</a>;
<a href="comp/index_en.html">Computers</a>; <a href=
"foreigner/index_en.html">Not allowed to be Taiwanese</a>; <a href=
"sitemap-en.html">Website map</a>; <a href="me/index_en.html">About
me</a>.</p>
<p><a href="mailto:jidanni@jidanni.org";>jidanni@jidanni.org</a>
<a href="contact.html">+886-4-25854780 Dongshi, Taiwan</a></p>
</body>
</html>



--- End Message ---
--- Begin Message ---
Version: 1.6.2-8+rm

Dear submitter,

as the package wdg-html-validator has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809414

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply to: