Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551196

Summary: www-client/links: incorrect use of nonfatal
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED FIXED    
Severity: normal CC: monsieurp, ssuominen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 551152    

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.