Opened 14 years ago

Closed 14 years ago

#2580 closed defect (fixed)

6.6-rc1, Section 3.2: NaN MB?!?

Reported by: willimm Owned by: bdubbs@…
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 chris@…, 14 years ago

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.

comment:2 by ken@…, 14 years ago

Owner: changed from lfs-book@… to ken@…

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:3 by ken@…, 14 years ago

Status: newassigned

s/svn/trunk/

comment:4 by ken@…, 14 years ago

Owner: changed from ken@… to bdubbs@…
Status: assignednew

Trunk updated in r9184, passing to Bruce for consideration in next -rc.

comment:5 by bdubbs@…, 14 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.