Opened 15 years ago
Closed 15 years ago
#2580 closed defect (fixed)
6.6-rc1, Section 3.2: NaN MB?!?
Reported by: | willimm | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.6 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
In 6.6-rc1, there is a goof: At the end, where it calculates the MB size of the packages, the MB number is NaN, or Not A Number.
There is something with the size of the packages that is triggering the NaN error. Can you fix that for me?
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Owner: | changed from | to
---|
Chris, thanks for the pointer. I would have said 1220KB, but I'm not going to split hairs. Will fix in svn, then Bruce can pull it into 6.6 if he's happy.
comment:4 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Trunk updated in r9184, passing to Bruce for consideration in next -rc.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes, this is my error. We're not going to fix -rc1 directly, but cut -rc2 or -stable directly from -svn at the appropriate time. This will incorporate all fixes at once.
This seems to be triggered by the entry for GRUB, which is in MB instead of KB, which (aside from being inconsistent, given that all other package sizes are in KB) apparently confuses the command that generates the total size. The size for GRUB just needs to be converted to KB - 1,219 KB I think.