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

Bug 694798

Summary: x11-terms/mlterm-3.8.8 does not install desktop entry and icon
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: Current packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis 2019-09-18 14:17:46 UTC
When installing:

/var/tmp/portage/x11-terms/mlterm-3.8.8/temp/environment: line XXX: doicon: command not found
/var/tmp/portage/x11-terms/mlterm-3.8.8/temp/environment: line XXX: make_desktop_entry: command not found

This is caused by changing EAPI="6" to EAPI="7" without updating list inherited eclasses.

eutils.eclass contains:
case ${EAPI:-0} in
0|1|2|3|4|5|6)
        inherit desktop epatch estack ltprune multilib preserve-libs \
                toolchain-funcs vcs-clean
        ;;
esac


doicon and make_desktop_entry are defined in desktop.eclass, so 'inherit eutils' should be changed to 'inherit desktop'.
Comment 1 Larry the Git Cow gentoo-dev 2019-09-21 02:59:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34494dcdab224944b0b0155a75a44dc0637850e

commit c34494dcdab224944b0b0155a75a44dc0637850e
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2019-09-21 02:57:48 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2019-09-21 02:59:02 +0000

    x11-terms/mlterm: inherit desktop
    
    Closes: https://bugs.gentoo.org/694798
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Akinori Hattori <hattya@gentoo.org>

 x11-terms/mlterm/{mlterm-3.8.8.ebuild => mlterm-3.8.8-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)