Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 242890

Summary: app-admin/python-updater-0.5: conflicts with EMERGE_DEFAULT_OPTS="--usepkg"
Product: Gentoo Linux Reporter: Guido Jäkel <G.Jaekel>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***