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

Bug 440986

Summary: x11-wm/enlightenment-0.16.9999 - src_install(): rmdir: failed to remove ‘/var/tmp/portage/x11-wm/enlightenment-0.16.9999/image//usr/share/doc/e16’: No such file or directory
Product: Gentoo Linux Reporter: Godfath3r <godfath3rr>
Component: Current packagesAssignee: enlightenment+disabled
Status: RESOLVED FIXED    
Severity: normal CC: godfath3rr
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge failure
emerge --info

Description Godfath3r 2012-11-02 17:24:43 UTC
Created attachment 328110 [details]
emerge failure

Trying to to emerge enlightenment-0.16.9999 failed with the emerge failure i'm attaching.

When removing line number 79: 
rmdir "${D}"/usr/share/doc/e16 || die #294456

from the ebuild, it builds smoothly. 

I don't know the connection to #294456 and i'm not sure how the ebuild should handle this deletion. I only have "${D}"/usr/share/e16 not /usr/share/doc/e16 folder.
Comment 1 Godfath3r 2012-11-02 17:25:35 UTC
Created attachment 328112 [details]
emerge --info
Comment 2 Trinine 2012-11-06 11:14:20 UTC
Same here. The ebuild works fine if you comment lines 79 & 81.
Indeed, line 81 ('dohtml docs/e16.html') doesn't work either :

!!! dohtml: docs/e16.html does not exist
 * ERROR: x11-wm/enlightenment-0.16.9999 failed (install phase):
 *   dohtml failed

T.
Comment 3 SpanKY gentoo-dev 2012-11-08 07:56:44 UTC
should be all set now in the tree; thanks for the report!

Commit message: Drop doc rmdir that is no longer needed
http://sources.gentoo.org/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild?r1=1.39&r2=1.40