Your message dated Tue, 24 Jul 2012 03:32:11 +0000
with message-id <e1stvr1-0003dd...@franck.debian.org>
and subject line Bug#681069: fixed in linkchecker 7.9-2.1
has caused the Debian Bug report #681069,
regarding Throws exceptions when run
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 ow...@bugs.debian.org
immediately.)
--
681069: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linkchecker
Severity: normal
It seems that the current version doesn't work with either URLs or files:
% linkchecker --version
LinkChecker 7.9 Copyright (C) 2000-2012 Bastian Kleineidam
% linkchecker www.anything
Traceback (most recent call last):
File "/usr/bin/linkchecker", line 767, in <module>
aggregate_url(aggregate, config, strformat.stripurl(url))
File "/usr/bin/linkchecker", line 536, in aggregate_url
url_data = get_url_from(url, 0, aggregate)
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/__init__.py", line
97, in get_url_from
line=line, column=column, name=name)
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
123, in __init__
self.check_syntax()
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
381, in check_syntax
self.build_url()
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
400, in build_url
base_url, is_idn = url_norm(self.base_url, self.encoding)
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
63, in url_norm
return urlutil.url_norm(url, encoding=encoding)
File "/usr/lib/python2.7/dist-packages/linkcheck/url.py", line 347, in
url_norm
is_hierarchical = urlparts[0] not in urlparse.non_hierarchical
AttributeError: 'module' object has no attribute 'non_hierarchical'
% linkchecker anything
Traceback (most recent call last):
File "/usr/bin/linkchecker", line 767, in <module>
aggregate_url(aggregate, config, strformat.stripurl(url))
File "/usr/bin/linkchecker", line 536, in aggregate_url
url_data = get_url_from(url, 0, aggregate)
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/__init__.py", line
97, in get_url_from
line=line, column=column, name=name)
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
123, in __init__
self.check_syntax()
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
381, in check_syntax
self.build_url()
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/fileurl.py", line
138, in build_url
super(FileUrl, self).build_url()
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
400, in build_url
base_url, is_idn = url_norm(self.base_url, self.encoding)
File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line
63, in url_norm
return urlutil.url_norm(url, encoding=encoding)
File "/usr/lib/python2.7/dist-packages/linkcheck/url.py", line 337, in
url_norm
urlparts = list(urlparse.urlsplit(url))
File "/usr/lib/python2.7/dist-packages/linkcheck/url.py", line 72, in
urlsplit_26
if allow_fragments and scheme in urlparse.uses_fragment and '#' in url:
AttributeError: 'module' object has no attribute 'uses_fragment'
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (900, 'unstable'), (800, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: linkchecker
Source-Version: 7.9-2.1
We believe that the bug you reported is fixed in the latest version of
linkchecker, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 681...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated linkchecker package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 23 Jul 2012 22:57:47 -0400
Source: linkchecker
Binary: linkchecker linkchecker-web linkchecker-gui
Architecture: source i386 all
Version: 7.9-2.1
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam <cal...@debian.org>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Description:
linkchecker - check websites and HTML documents for broken links
linkchecker-gui - check websites and HTML documents for broken links (GUI
client)
linkchecker-web - check websites and HTML documents for broken links (web
client)
Closes: 681069
Changes:
linkchecker (7.9-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Add url definition lists deleted from Python's urlparser.py to
linkcheckers' linkcheck/url.py and refer to the local copies to fix three
sources of crashes (the Python versions are present in 2.7.3~rc2 and
missing from 2.7.3 final - this patched version will work with either)
(Closes: #681069)
Checksums-Sha1:
b2d476cf53362e612ed80494d5ae3ada8e398a08 1404 linkchecker_7.9-2.1.dsc
fbe458d8bc11ccf71103027919f76c0a3726b64f 22376
linkchecker_7.9-2.1.debian.tar.gz
7b15936e49a83129b30d7e57545002936ce0e114 393580 linkchecker_7.9-2.1_i386.deb
1f848a35e2d69118343416c9a750f4a231594d71 55468 linkchecker-web_7.9-2.1_all.deb
328d7507e63e00624ae09e37aee66a49d8ada94e 110798 linkchecker-gui_7.9-2.1_all.deb
Checksums-Sha256:
873664fe526aa54ca6d1c2138573d52ce98e36f9328c4a2507ba078ecb39d71c 1404
linkchecker_7.9-2.1.dsc
b369fd3f818da2f2e43c0e0df686e15526ab588ff5ea3a8c5bf3d6e47607289a 22376
linkchecker_7.9-2.1.debian.tar.gz
4c2e18f18ad2187bc12a1b1ae7464c7c60c5a4319b4cd0930eb5754cf0c07007 393580
linkchecker_7.9-2.1_i386.deb
e6ff8229a58579de7ab90a8adb890bb3e25e3af14666474492b7304ea081885f 55468
linkchecker-web_7.9-2.1_all.deb
56dbaee438b1f6abbc5e33a77765fde513b0fe06cff2c5d1135557860e496619 110798
linkchecker-gui_7.9-2.1_all.deb
Files:
d3deb6487dfdeb9541eabc4921d5d961 1404 web optional linkchecker_7.9-2.1.dsc
1a446e61661c884155e62e0a5827b495 22376 web optional
linkchecker_7.9-2.1.debian.tar.gz
ee21d74040f999a1c42013e3fc89e0a6 393580 web optional
linkchecker_7.9-2.1_i386.deb
e8da5f71c8ff7b7253fd8da7ab017a0f 55468 web optional
linkchecker-web_7.9-2.1_all.deb
5beb96cf86083a43fc994f3346bf224a 110798 web optional
linkchecker-gui_7.9-2.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAlAOFDUACgkQHajaM93NaGp4RwCfX7WspzIDGnOknFf8fB1HRK9j
nbwAn2nVZ68O7oXC4cwLCsndPzpCygbM
=rqeR
-----END PGP SIGNATURE-----
--- End Message ---