Summary: | dev-libs/libgcrypt-1.6.3-r2: documentation should be built only once | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Savchenko <bircoph> |
Component: | [OLD] Library | Assignee: | Crypto team [DISABLED] <crypto+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | EBUILD, PATCH |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | libgcrypt-1.6.3-r2.ebuild.patch |
+ 14 Jun 2015; Michał Górny <mgorny@gentoo.org> libgcrypt-1.6.3-r2.ebuild: + Build the PDF only for native ABI, bug #552110. is_final_abi() is incorrect. (In reply to Michał Górny from comment #1) > is_final_abi() is incorrect. Why? What if user needs only 32-bit version of libgcrypt on amd64 host? As far as I understand, there will be no docs this way (multilib_is_native_abi check). (In reply to Andrew Savchenko from comment #2) > What if user needs only 32-bit version of libgcrypt on amd64 host? As far as > I understand, there will be no docs this way (multilib_is_native_abi check). OK, this case is impossible. Native ABI build is always forced which is a bit strange for me... Still I don't understand what is wrong with is_final_abi(), since PDF build is arch independent. |
Created attachment 405148 [details, diff] libgcrypt-1.6.3-r2.ebuild.patch Hello, due to bugfix of #551930, pdf documentation is now being built and installed for each abi (thus N times for N abis). This is wasteful since pdf generation takes time. Proposed patch fixes this.