#11459 HIGH 11.3.1: [CL2]OS10 has problem after do fs-verify.

Zarro Boogs per Child bugtracker at laptop.org
Tue Nov 15 21:23:30 EST 2011


#11459: [CL2]OS10 has problem after do fs-verify.
---------------------------------------------+------------------------------
           Reporter:  garysu                 |       Owner:  martin.langhoff                  
               Type:  defect                 |      Status:  new                              
           Priority:  high                   |   Milestone:  11.3.1                           
          Component:  manufacturing process  |     Version:  Development build as of this date
         Resolution:                         |    Keywords:                                   
        Next_action:  code                   |    Verified:  0                                
Deployment_affected:                         |   Blockedby:                                   
           Blocking:                         |  
---------------------------------------------+------------------------------
Changes (by Quozl):

  * owner:  Quozl => martin.langhoff
  * priority:  normal => high
  * next_action:  never set => code
  * component:  ofw - open firmware => manufacturing process
  * version:  1.75-C1 => Development build as of this date


Comment:

 Cause identified as software.  os10.zd4.zsp has been prepared incorrectly.
 os883.zd4.zsp is correct.  The instance of OLPC OS Builder used for build
 os10 and os11 lacks a change that was in 11.3.0.

 os10.zd4.zsp:
 {{{
 [ifndef] #eblocks-written
 : pdup  ( n -- n' )  dup  last-eblock# max  ;
 also nand-commands  patch pdup dup zblock:  previous
 [then]
 data: os10.zd4
 }}}

 os11.zd4.zsp:
 {{{
 [ifndef] #eblocks-written
 : pdup  ( n -- n' )  dup  last-eblock# max  ;
 also nand-commands  patch pdup dup zblock:  previous
 [then]
 data: os11.zd4
 }}}

 os883.zd4.zsp:
 {{{
 [ifndef] #eblocks-written
 [ifdef] last-eblock#
 : pdup  ( n -- n' )  dup  last-eblock# max  ;
 also nand-commands  patch pdup dup zblock:  previous
 [then]
 [then]
 data: os883.zd4
 }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/11459#comment:2>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list