Bug 102293

Summary: off-by-one error in package calculation during install
Product: [Retired] Red Hat Linux Reporter: Chris Ricker <chris.ricker>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-13 23:24:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Ricker 2003-08-13 15:47:23 UTC
Sorry if this is a duplicate -- I vaguely recall there being a bug along these
lines, but I can't find it amongst all the other anaconda bugzilla reports ;-)

There appears to be an off-by-one problem with the package calculation in anaconda

When I do an everything install of RHL 9 in graphical mode, the progress meters
say 1394 packages will be installed (and the number installed + number left to
install always adds up to 1394).

If I look at /root/install.log after install, it says

Installing 1395 packages

(and then actually lists 1395 packages which were installed)

Comment 1 Jeremy Katz 2003-08-13 23:24:47 UTC
This is actually right as a side effect of how the comps package is handled
(it's kind of crappy and non-obvious, but with the way the comps package
currently has to be handled, there's not a lot that can be done about it)