Package Details: android-ndk r26.c-1

Git Clone URL: https://aur.archlinux.org/android-ndk.git (read-only, click to copy)
Package Base: android-ndk
Description: Android C/C++ developer kit
Upstream URL: https://developer.android.com/ndk/
Licenses: GPL, custom, LGPL
Replaces: android-ndk64
Submitter: sergej
Maintainer: None
Last Packager: lilac
Votes: 281
Popularity: 1.62
First Submitted: 2009-06-26 09:29 (UTC)
Last Updated: 2024-02-13 04:32 (UTC)

Dependencies (15)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 Next › Last »

buergi commented on 2011-08-20 20:49 (UTC)

Actually there are so many wrong permissions, that it's hopeless to do it this way. I'd suggest the following command to copy the permissions from group to other: chmod -R a=g /opt/android-ndk This would hopefully fix all problems, since the group permissions seems to be correctly set.

buergi commented on 2011-08-20 20:19 (UTC)

Could the current maintainer please do something to fix those permission problems. There are about 150 directories which are only accessible from the root group. To fix all problems one could use something like the following command > find /opt/android-ndk -type d -and -not -perm -a+x -exec chmod 755 {} \; Furthermore the shell scripts in build/tools are not executable, but i don't know if those are really necessary. Nevertheless i'd fix those permissions too: > chmod 755 /opt/android-ndk/build/tools/*.sh

syntobu commented on 2011-08-04 03:07 (UTC)

The package as it is still has the permissions problem, 90% of the files installed are accessible to root only

<deleted-account> commented on 2011-07-12 17:27 (UTC)

Updated

svenstaro commented on 2011-06-09 20:25 (UTC)

Adopted and updated, please try it out.

svenstaro commented on 2011-06-04 11:28 (UTC)

Thanks marquicus. g.vialetto, please use marquicus' files to update the package. :)

marquicus commented on 2011-06-04 04:13 (UTC)

I was unable to use the tools unless you are root, I used the files below to fix the permissions pkgbuild http://pastebin.com/L1hgcB4H install http://pastebin.com/RTChR7ZX

<deleted-account> commented on 2011-02-25 08:23 (UTC)

Done.

falconindy commented on 2011-02-25 00:00 (UTC)

Please add options=(!strip) to this PKGBUILD to avoid failures with pacman-git (pacman 3.5).