[Bug 247930] Review Request: linkchecker - checks HTML documents for broken links

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 23 13:49:28 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: linkchecker - checks HTML documents for broken links


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247930





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-07-23 09:49 EST -------
This time:

* linkchecker won't work:
-----------------------------------------------------
[root at localhost mock]# linkchecker http://www.ioa.s.u-tokyo.ac.jp/~mtasaka/
Traceback (most recent call last):
  File "/usr//bin/linkchecker", line 527, in <module>
    config.init_logging(debug=options.debug)
  File "/usr/lib/python2.5/site-packages/linkcheck/configuration/__init__.py",
line 161, in init_logging
    logging.config.fileConfig(filename)
  File "/usr/lib/python2.5/logging/config.py", line 76, in fileConfig
    formatters = _create_formatters(cp)
  File "/usr/lib/python2.5/logging/config.py", line 107, in _create_formatters
    flist = cp.get("formatters", "keys")
  File "/usr/lib/python2.5/ConfigParser.py", line 511, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'formatters'
-------------------------------------------------------
  - linkcheck/configuration/__init__.py really uses logging.conf
  - The configutaion directory path is set in _linkchecker_configdata.py

* gettext .mo files
  - File entries of gettext .mo files should be marked by using
    %find_lang.

* rpmlint
  - rpmlint complains:
--------------------------------------------------------
E: linkchecker non-executable-script /usr/share/linkchecker/examples/lc.cgi 0644
E: linkchecker non-executable-script
/usr/share/linkchecker/examples/check_blacklist.sh 0644
E: linkchecker non-executable-script /usr/share/linkchecker/examples/lc.fcgi 0644
E: linkchecker non-executable-script
/usr/share/linkchecker/examples/check_for_x_errors.sh 0644
E: linkchecker non-executable-script
/usr/share/linkchecker/examples/check_urls.sh 0644
---------------------------------------------------------

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list