[squeak-dev] Loading FFI fails in 6.0beta 21773

Tony Garnock-Jones tonyg at leastfixedpoint.com
Wed May 25 15:17:19 UTC 2022


In a fresh image, skip configuration and get a workspace, and evaluate 
the following:

     Metacello new configuration: 'FFI'; load

It will trundle along for a bit and then fail with:

This package depends on the following classes:
   BlockContext
You must resolve these dependencies before you will be able to load 
these definitions:
   BlockContext>>setAuthorInMetacelloConfig:
   BlockContext>>setBlessingInMetacelloConfig:
   BlockContext>>setDescriptionInMetacelloConfig:
   BlockContext>>setPackage:withInMetacelloConfig:
   BlockContext>>setProject:withInMetacelloConfig:
   BlockContext>>setTimestampInMetacelloConfig:
   BlockContext>>valueSupplyingMetacelloAnswers:

Cheers,
   Tony


More information about the Squeak-dev mailing list