Bug 102293 - off-by-one error in package calculation during install
Summary: off-by-one error in package calculation during install
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-08-13 15:47 UTC by Chris Ricker
Modified: 2007-04-18 16:56 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-08-13 23:24:47 UTC
Embargoed:


Attachments (Terms of Use)

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)


Note You need to log in before you can comment on or make changes to this bug.