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

Bug 1282

Summary: Portage takes SRC_URI and DEPEND from its cache
Product: Portage Development Reporter: Dan Armak (RETIRED) <danarmak>
Component: UnclassifiedAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dan Armak (RETIRED) gentoo-dev 2002-03-21 12:00:26 UTC
Portage 1.8.9 takes values from its cache, not from the (changed) ebuild, even though the ebuild's mtime is newer (I checked). This occurs about 75% of the time, with all ebuilds, is fully reproducible here.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-23 12:43:53 UTC
Totally not reproducible here :/
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-03-23 17:07:58 UTC
Well, it's happening here, and it's really unpleasant. I don't know python, or I'd try to trace it myself. Could you please add some verbose output lines around the mtime comparison? Something like printing "comparing a with b, a's mtime is this, b's mtime is that, therefore choosing this."