Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667028 - dev-util/android-studio-3.2.0 version bump
Summary: dev-util/android-studio-3.2.0 version bump
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: 2018-09-25 10:31 UTC by Adam Giergun
Modified: 2018-10-25 18:39 UTC (History)
3 users (show)

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


Attachments
suggested new .ebuild file (android-studio-3.2.0.26.181.5014246.ebuild,3.09 KB, text/plain)
2018-09-25 10:31 UTC, Adam Giergun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Giergun 2018-09-25 10:31:57 UTC
Created attachment 547860 [details]
suggested new .ebuild file

https://developer.android.com/studio/
Version 3.2.0 is out.

I've also changed line 106 in the attached .ebuild file. At least adding there
    "${dir}"/bin/lldb/bin/* 
seems necessary, because without it debugging apps with C++ code included doesn't even start.
Comment 1 Larry the Git Cow gentoo-dev 2018-09-29 10:20:49 UTC
The bug has been closed via the following commit(s):

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

commit 8b026d59bb6900697f39255c45e5033572b25c24
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2018-09-28 17:40:49 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2018-09-29 10:20:22 +0000

    dev-util/android-studio: bump to 3.2.0
    
    Closes: https://bugs.gentoo.org/667028
    Package-Manager: Portage-2.3.49, Repoman-2.3.10
    Signed-off-by: Jason Zaman <perfinion@gentoo.org>

 dev-util/android-studio/Manifest                   |   1 +
 .../android-studio-3.2.0.26.181.5014246.ebuild     | 115 +++++++++++++++++++++
 2 files changed, 116 insertions(+)
Comment 2 Behzat 2018-10-14 20:03:37 UTC
Hi folks,

I'm getting the error like as below;


>>> Install android-studio-3.2.0.26.181.5014246 into /var/tmp/portage/dev-util/android-studio-3.2.0.26.181.5014246/image/ category dev-util
chmod: cannot access '/var/tmp/portage/dev-util/android-studio-3.2.0.26.181.5014246/image/opt/android-studio/bin/*.py': No such file or directory
chmod: cannot access '/var/tmp/portage/dev-util/android-studio-3.2.0.26.181.5014246/image/opt/android-studio/bin/*.sh': No such file or directory
 * ERROR: dev-util/android-studio-3.2.0.26.181.5014246::gentoo failed (install phase):
 *   fperms failed
 * 
 * If you need support, post the output of `emerge --info '=dev-util/android-studio-3.2.0.26.181.5014246::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/android-studio-3.2.0.26.181.5014246::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/android-studio-3.2.0.26.181.5014246/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/android-studio-3.2.0.26.181.5014246/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/android-studio-3.2.0.26.181.5014246/work/android-studio'
 * S: '/var/tmp/portage/dev-util/android-studio-3.2.0.26.181.5014246/work/android-studio'
Comment 3 Michal Plichta 2018-10-25 18:39:51 UTC
I have same problem and open new issue: https://bugs.gentoo.org/669616