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

Bug 144635

Summary: dev-java/kaffe-1.1.7 missing executable bit for javadoc script
Product: Gentoo Linux Reporter: Vlastimil Babka (Caster) (RETIRED) <caster>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: minor CC: daniel.plaza.espi
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to fix the problem

Description Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-08-21 06:12:27 UTC
The ebuild replaces javadoc installed by kaffe with script executing external gjdoc (through 'echo foo > javadoc'), but it doesn't set +x on the resulting script file.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-08-21 06:20:46 UTC
Created attachment 94769 [details, diff]
patch to fix the problem

The new script isn't created directly in ${D} but first in $WORKDIR and then installed using doexe.
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2006-08-24 19:58:03 UTC
Fixed in CVS. Thanks for reporting!