Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424035 - www-plugins/adobe-flash depends on app-emulation/emul-linux-x86-gtklibs
Summary: www-plugins/adobe-flash depends on app-emulation/emul-linux-x86-gtklibs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 09:01 UTC by Alessandro Di Federico
Modified: 2012-06-29 12:20 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 Alessandro Di Federico 2012-06-29 09:01:45 UTC
I'm on a amd64 machine, and I've installed Flash:

# emerge -pv adobe-flash
[ebuild   R    ] www-plugins/adobe-flash-11.2.202.236  USE="64bit kde (multilib) sse2check -32bit -vdpau" 0 kB

However looks like flash is depending on app-emulation/emul-linux-x86-gtklibs:

# equery d app-emulation/emul-linux-x86-gtklibs
 * These packages depend on app-emulation/emul-linux-x86-gtklibs:
www-plugins/adobe-flash-11.2.202.236 (>=app-emulation/emul-linux-x86-gtklibs-20100409-r1)

What's the reason for this? I've tried the following commands to see if there's some 32-bit binary somewhere:

equery f adobe-flash | xargs ldd 2> /dev/null | grep 32
equery f adobe-flash | xargs file | grepi 32

But nothing came up.

Reproducible: Always
Comment 1 Alessandro Di Federico 2012-06-29 12:20:27 UTC
Sorry, I think this was just a mistake in `equery d`. `emerge --deepclean -vp` gives the expected result.