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.
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(+)
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'
I have same problem and open new issue: https://bugs.gentoo.org/669616