Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471654 - dev-util/android-sdk-update-manager-22 cannot install packages due to missing permissions
Summary: dev-util/android-sdk-update-manager-22 cannot install packages due to missing...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Richard Freeman
URL:
Whiteboard:
Keywords:
: 472820 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-29 06:41 UTC by fruktopus
Modified: 2013-06-10 12:33 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 fruktopus 2013-05-29 06:41:42 UTC
When launching android-sdk-update-manager-22 it cannot create 

/opt/android-sdk-update-manager/build-tools

After creating it manually, it complains about certain other directories as in 
https://bugs.gentoo.org/show_bug.cgi?id=463446

Apperently the permission of /opt/android-sdk-update-manager are set wrong.
Changing the directories group from 'root' to 'android' and make it group-writable solved all issues.



Reproducible: Always

Steps to Reproduce:
1. install android-sdk-update-manager-22
2. launch it (as user, of course)

Actual Results:  
The sdk-update-manager fails to start.

Expected Results:  
The sdk-update-mangager should start and work properly.

Some people confirmed this on the gentoo-user-list: 
"android-sdk-update-manager, wrong permissions?"

A simple

chgrp android /opt/android-sdk-update-manager
chmod g+w /opt/android-sdk-update-manager

in the right place should be enough to fix this.
Comment 1 Richard Freeman gentoo-dev 2013-05-29 17:46:46 UTC
Good catch - fixed in cvs.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-06-10 12:33:36 UTC
*** Bug 472820 has been marked as a duplicate of this bug. ***