Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1282 - Portage takes SRC_URI and DEPEND from its cache
Summary: Portage takes SRC_URI and DEPEND from its cache
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-21 12:00 UTC by Dan Armak (RETIRED)
Modified: 2011-10-30 22:20 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 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."