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

Bug 551158

Summary: app-text/poppler: incorrect use of nonfatal
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Maciej Mrozowski <reavertm>
Status: RESOLVED FIXED    
Severity: normal CC: kde, printing
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:00:45 UTC
if use cairo && use doc; then
        # For now install gtk-doc there
        insinto /usr/share/gtk-doc/html/poppler
        # nonfatal, because live version doesn't provide html documentation.
        nonfatal doins -r "${S}"/glib/reference/html/*
fi


nonfatal is meant to provide custom error handling, not allow you to ignore errors. Check for the live version properly rather than assuming every error is fine.
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2015-06-21 12:01:53 UTC
Thanks for reporting. This is fixed in cvs now.

+
+  21 Jun 2015; Johannes Huber <johu@gentoo.org> -poppler-0.33.0.ebuild,
+  poppler-0.33.0-r1.ebuild, poppler-9999.ebuild:
+  Replace nonfatal usage with live version check, bug #551158. Sync live. Remove
+  old.
+