Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242890 - app-admin/python-updater-0.5: conflicts with EMERGE_DEFAULT_OPTS="--usepkg"
Summary: app-admin/python-updater-0.5: conflicts with EMERGE_DEFAULT_OPTS="--usepkg"
Status: RESOLVED DUPLICATE of bug 232304
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-20 14:07 UTC by Guido Jäkel
Modified: 2008-11-27 19:13 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 Guido Jäkel 2008-10-20 14:07:00 UTC
If emerge is directed to prefer binary packages by default -- typically  by "--usepkg" in EMERGE_DEFAUT_OPTS in /etc/make.conf -- python-update will emerge most packages with no effects because they are not rebuilded.

Reproducible: Always

Steps to Reproduce:
start python-update with --usepkg set.
Actual Results:  
emerge will just re-install the affected packages

Expected Results:  
emerge have to recompile the affected packages

May be work-arounded by "EMERGE_DEFAULT_OPTS="" python-updater". Maybe the call to emerge inside python-updater should be prefixed by an "--igonre-default-opts"
Comment 1 michael@smith-li.com 2008-11-27 19:13:58 UTC

*** This bug has been marked as a duplicate of bug 232304 ***