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

Bug 674310

Summary: dev-libs/cyrus-sasl-2.1.27 install fails with USE=java: release-notes missing
Product: Gentoo Linux Reporter: Bernd Feige <Bernd.Feige>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bernd Feige 2019-01-02 09:29:01 UTC
In the ebuild in multilib_src_install(), docinto "java" is done which leads to the other docs, in multilib_src_install_all(), being installed below "java" as well, including "release-notes". The subsequent edos2unix fails as it assumes that file to be on top doc level.

Adding a sole "docinto" before the first dodoc in multilib_src_install_all() fixes it.

Note that the same problem occurs with the "sample" use flag.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-01-02 09:35:30 UTC
Thanks Bernd for your analysis. I gonna mark this bug as duplicate and will commit a fix shortly.

*** This bug has been marked as a duplicate of bug 674296 ***