Package: linkchecker Version: 9.4.0-1 Severity: servious Affects: src:starjava-ttols src:starjava-topcat
Dear Maintainer, at some point (probably with the last version), linkchecker stopped working. When I just run it on the command line, I get $ linkchecker -h Traceback (most recent call last): File "/usr/bin/linkchecker", line 36, in <module> from linkcheck.cmdline import print_version, print_usage, aggregate_url, \ File "/usr/lib/python2.7/dist-packages/linkcheck/cmdline.py", line 23, in <module> from . import checker, fileutil, strformat, plugins File "/usr/lib/python2.7/dist-packages/linkcheck/checker/__init__.py", line 178, in <module> from . import (fileurl, unknownurl, ftpurl, httpurl, dnsurl, File "/usr/lib/python2.7/dist-packages/linkcheck/checker/fileurl.py", line 36, in <module> from . import urlbase, get_index_html File "/usr/lib/python2.7/dist-packages/linkcheck/checker/urlbase.py", line 47, in <module> from .const import (WARN_URL_EFFECTIVE_URL, File "/usr/lib/python2.7/dist-packages/linkcheck/checker/const.py", line 26, in <module> from dns.exception import DNSException ImportError: No module named dns.exception This causes a FTBFS on starjava-ttools and starjava-topcat. Best regards Ole