Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551196 - www-client/links: incorrect use of nonfatal
Summary: www-client/links: incorrect use of nonfatal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bad-nonfatal
  Show dependency tree
 
Reported: 2015-06-04 09:48 UTC by Michał Górny
Modified: 2015-06-04 14:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-06-04 09:48:54 UTC
nonfatal dohtml doc/links_cal/*

Plain wrong. Don't call dohtml if the files aren't there. Otherwise, it should be fatal.
Comment 1 Patrice Clement gentoo-dev 2015-06-04 14:41:22 UTC
Agreed. "doc/links_cal" directory does exist which renders the nonfatal call useless. Maybe it's a relic from a former version? Anyway, it's been removed.

+*links-2.9-r1 (04 Jun 2015)
+
+  04 Jun 2015; Patrice Clement <monsieurp@gentoo.org> +links-2.9-r1.ebuild,
+  links-2.8-r1.ebuild:
+  Remove useless nonfatal function call when creating documentation with dodoc.
+  Fix bug 551196.