Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437448 - media-video/pyqtrailer-0.6.2 fails to install due to missing eclass - domenu: command not found
Summary: media-video/pyqtrailer-0.6.2 fails to install due to missing eclass - domenu:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Stanislav Ochotnicky (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-06 22:17 UTC by Jouni Rinne
Modified: 2012-10-07 14:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,8.41 KB, text/plain)
2012-10-06 22:17 UTC, Jouni Rinne
Details
emerge --info (emerge_info,5.89 KB, text/plain)
2012-10-06 22:21 UTC, Jouni Rinne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Rinne 2012-10-06 22:17:17 UTC
Created attachment 325852 [details]
build.log

I was rebuilding PyQt4 reverse dependencies when I stumbled on this: pyqtrailer-0.6.2 failed to reinstall with a curious error:

 * Generating '/usr/bin/pyqtrailer' wrapper script
/var/tmp/portage/media-video/pyqtrailer-0.6.2/temp/environment: rivi 3715: domenu: komentoa ei löydy
 * ERROR: media-video/pyqtrailer-0.6.2 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  89:  Called src_install
 *   environment, line 3715:  Called die
 * The specific snippet of code:
 *       domenu "xdg/${PN}.desktop" || die
 * 

(Translation: 'komentoa ei löydy' > 'command not found')

Well, the missing 'domenu' is in the eutils eclass, so I added it to the ebuild:

- inherit distutils
+ inherit eutils distutils

and the modified ebuild installed without errors.

What I don't understand is how I managed to install pyqtrailer-0.6.2 originally with the unmodified ebuild, or have the inheritances between eclasses changed since the introducion of this package?
Comment 1 Jouni Rinne 2012-10-06 22:21:50 UTC
Created attachment 325854 [details]
emerge --info
Comment 2 Stanislav Ochotnicky (RETIRED) gentoo-dev 2012-10-07 14:36:01 UTC
Thanks for reporting, the issue was caused by a move to using "domenu". Since the change was only affecting build/installation and was not affecting users who already had pyqtrailer installed release was not raised. 

In any case, this is now fixed in portage. Thanks for a nice bugreport