Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551164 - dev-libs/quantlib: multiple invalid uses of nonfatal
Summary: dev-libs/quantlib: multiple invalid uses 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: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bad-nonfatal
  Show dependency tree
 
Reported: 2015-06-04 09:09 UTC by Michał Górny
Modified: 2015-08-03 08:29 UTC (History)
0 users

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:09:25 UTC
if use doc; then
        pushd Docs >/dev/null
        nonfatal emake docs-html
        popd >/dev/null
fi


if use doc; then
        find Docs \( -name '.time-stamp*' -o -name '*.doxy' -o -name 'Makefile*' \) -delet
        insinto /usr/share/doc/${PF}
        nonfatal doins -r Docs
fi

if use examples; then
        find Examples \( -name '*vc*proj*' -o -name '*.dev' -o -name 'Makefile*' -o -name 
        insinto /usr/share/doc/${PF}
        nonfatal doins -r Examples
fi


What the...?! Half-failed ebuild is fine to install? How about you fix it to always handle docs correctly?
Comment 1 Sergey Popov gentoo-dev 2015-08-03 08:29:47 UTC
+*quantlib-1.6 (03 Aug 2015)
+
+  03 Aug 2015; Sergey Popov <pinkbyte@gentoo.org> -quantlib-1.2.ebuild,
+  +quantlib-1.6.ebuild:
+  Version bump, wrt bug #454710. EAPI 5, add epatch_user, do not install crap
+  files with examples, drop unneeded nonfatal calls wrt bug #551164. Drop old
+  version