Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589556 - dev-util/android-studio should not have ABI_X86="32" dependencies
Summary: dev-util/android-studio should not have ABI_X86="32" dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-24 01:15 UTC by Diogo Pereira
Modified: 2016-08-29 04:26 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 Diogo Pereira 2016-07-24 01:15:48 UTC
Android Studio does not seem to need 32 bit libraries when running in a 64 bit JVM. I checked by downloading the ZIP and running bin/studio.sh without having any 32 bit libraries installed. Everything seems to be working fine.
Comment 1 Jason Zaman gentoo-dev 2016-08-29 04:26:19 UTC
(In reply to Diogo Pereira from comment #0)
> Android Studio does not seem to need 32 bit libraries when running in a 64
> bit JVM. I checked by downloading the ZIP and running bin/studio.sh without
> having any 32 bit libraries installed. Everything seems to be working fine.

There is more to it than that. There are several native binaries too which are mixed 64bit/32bit. And also the binaries that are downloaded in the SDK. It looks like the newest set of platform-tools and build-tools (24.0.2) are finally mostly 64bit. mksdcard is still a 32bit binary but it does not need any of the X libs so I am going to drop the deps anyway.

Fixed in dev-util/android-studio-2.1.3.0.143.3101438