Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694798 - x11-terms/mlterm-3.8.8 does not install desktop entry and icon
Summary: x11-terms/mlterm-3.8.8 does not install desktop entry and icon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-18 14:17 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-09-21 02:59 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)