Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482024 - app-emulation/emul-linux-x86-baselibs-20130224-r13 requires gpm
Summary: app-emulation/emul-linux-x86-baselibs-20130224-r13 requires gpm
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 20:51 UTC by Wojciech Myrda
Modified: 2013-08-21 22:23 UTC (History)
1 user (show)

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 Wojciech Myrda 2013-08-21 20:51:01 UTC
If an user have ABI_X86="32" set on their system app-emulation/emul-linux-x86-baselibs-20130224-r13 requires sys-libs/gpm to be installed if if it is not so far. IMHO emul-linux-x86-baselibs could make use of "gpm" use flag

...
[ebuild  N     ] sys-libs/gpm-1.20.7-r2  USE="(-selinux) -static-libs" ABI_X86="32 (64) (-x32)" 0 kB
...
[ebuild     U  ] app-emulation/emul-linux-x86-baselibs-20130224-r13 [20130224-r12] USE="development" ABI_X86="32" 0 kB
[blocks b      ] <=app-emulation/emul-linux-x86-baselibs-20130224-r12 ("<=app-emulation/emul-linux-x86-baselibs-20130224-r12" is blocking sys-libs/gpm-1.20.7-r2, sys-libs/ncurses-5.9-r3, sys-libs/e2fsprogs-libs-1.42.7-r1)
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-21 21:55:39 UTC
baselibs is a compatibility package. For that reason, we need to install everything that was installed by the original package, even if you didn't have it in native ABI.

The gpm install will become unnecessary once we get revdeps not to rely on emul-linux. That is the same amount of work as required to introduce USE=gpm, except for that it is not in vain.