Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396223 - dev-util/android-sdk-update-manager-16 Collision occours when old version is installed
Summary: dev-util/android-sdk-update-manager-16 Collision occours when old version is ...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Richard Freeman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-27 18:33 UTC by yermandu
Modified: 2011-12-28 03:34 UTC (History)
0 users

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 yermandu 2011-12-27 18:33:59 UTC
im using android-sdk-update-manager-15 and when update do 16 version
occours errors collision


* Messages for package dev-util/android-sdk-update-manager-16:

 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
 * owners / <filename>` to identify the installed package that owns a
 * file. If portageq reports that only one package owns a file then do
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough
 * information to determine if a real problem exists. Please do NOT file
 * a bug report at http://bugs.gentoo.org unless you report exactly which
 * two packages install the same file(s). Once again, please do NOT file
 * a bug report unless you have completely understood the above message.
 * 
 * Detected file collision(s):
 * 
 *      /opt/android-sdk-update-manager/tools/lint
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerLib/AndroidManifest.xml
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerLib/project.properties
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerLib/src/com/android/tools/sdkcontroller/lib/Emulator.java
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerLib/src/com/android/tools/sdkcontroller/lib/OnEmulatorListener.java
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerLib/res/values/strings.xml
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/AndroidManifest.xml
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/project.properties
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/src/com/android/tools/sdkcontroller/sdkcontrollersensor/SdkControllerSensorActivity.java
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/res/layout/one_row.xml
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/res/layout/main.xml
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/res/drawable-hdpi/ic_launcher.png
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/res/values/strings.xml
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/res/drawable-ldpi/ic_launcher.png
 *      /opt/android-sdk-update-manager/tools/apps/SdkController/SdkControllerSensor/res/drawable-mdpi/ic_launcher.png
 *      /opt/android-sdk-update-manager/tools/lib/lint_api.jar
 *      /opt/android-sdk-update-manager/tools/lib/lint.jar
 *      /opt/android-sdk-update-manager/tools/lib/lint_checks.jar
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * None of the installed packages claim the file(s).
 * 
 * Package 'dev-util/android-sdk-update-manager-16' merged despite file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.
 * The Android SDK now uses its own manager for the development environment.
 * Run 'android' to download the full SDK, including some of the platform tools.
 * You must be in the android group to manage the development environment.
 * Just run 'gpasswd -a <USER> android', then have <USER> re-login.
 * See http://developer.android.com/sdk/adding-components.html for more
 * information.
 * If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406
 * You need to run env-update and source /etc/profile in any open shells
 * if you get an SWT error.


Tempory solution uninstall android-sdk-update-manager and install the new version.
Comment 1 Richard Freeman gentoo-dev 2011-12-28 03:34:51 UTC
Yup - the SDK installer installs files into that path outside of portage, so portage is going to complain when things get updated/removed/etc later.  

I can't really think of much that can be done to avoid this, but suggestions are welcome (in which case I'll re-open this).