"emerge ebook-pygtk" in action: >>> Install ebook-pygtk-2.0 into /var/tmp/portage/ebook-pygtk-2.0/image/ category app-doc EBOOKSRCDIR= pygtk cp: cannot stat `/var/tmp/portage/ebook-pygtk-2.0/work/book.devhelp': No such file or directory cp: cannot stat `/var/tmp/portage/ebook-pygtk-2.0/work/book/*': No such file or directory man: prepallstrip: strip: >>> Completed installing into /var/tmp/portage/ebook-pygtk-2.0/image/ The problem is in pygtk.tar.gz file, which unlike other devhelp compatible ebuilds, has all files under a "pygtk" directory, but the ebook.eclass does not expect that directory to be there. Possible fixes are: 1. changing pygtk.tar.gz to match ebook.eclass 2. changing ebook-pygtk-2.0.ebuild to not (entirely) depend on ebook.eclass 3. changing ebook.eclass to check specifically for this kind of problem Reproducible: Always Steps to Reproduce: 1. Emerge ebook-pygtk 2. Notice that no files will actually get emerged
fixed in eclass and ebuild. now the files are correctly installed, but this ebook doesnt contain a index.html file valid in devhelp. Try it an dcontect to the ebook authors. thanks