[Cuis-dev] Feature require: 'OSProcess'. -- installation problem

H. Hirzel hannes.hirzel at gmail.com
Thu Mar 6 10:40:20 PST 2025


I get the same result if I load the prerequisites one by one first:

https://github.com/Cuis-Smalltalk/OSProcess/blob/master/OSProcess.pck.st

has

'From Cuis6.3 [latest update: #6156] on 2 January 2024 at 9:45:41 am'!
'Description OSProcess provides access to operating system functions, 
including pipes, child process creation, and control of the Squeak VM 
process.'!
!provides: 'OSProcess' 1 36!
!requires: 'Network-Kernel' 1 1 nil!
!requires: 'SqueakCompatibility' 1 4 nil!

So I do

Feature require: 'Network-Kernel'.

Feature require: 'SqueakCompatibility'.

Feature require: 'OSProcess'.

by executing them one by one. The first two load fine. Loading OSProcess 
gives an error message. (see Transcript log below)

--Hannes

--------------------------------------------------------------------

Cuis7.3
latest update: #7061
Running at 
:C:\Users\Hirzel\Documents\Cuis-Smalltalk-7061\CuisImage\Cuis7.3-7036.image

Package Network-Kernel successfully installed

Package SqueakCompatibility successfully installed

Attempt to create AttachableFileStream as a subclass of nil. Possibly a 
class is being loaded before its superclass.
MessageNotUnderstood: UndefinedObject>>methodsFor:stamp:
while evaluating: StandardFileStream methodsFor: '*OSProcess-Base' 
stamp: 'dtl 6/5/2006 06:59'





On 06/03/2025 8:07 pm, Hilaire Fernandes via Cuis-dev wrote:
>
> Why SqueakCompatibility is not installed in your image, it is a 
> requirement of the OSProcess package
>
> -- 
> http://mamot.fr/@drgeo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20250306/49c02891/attachment.htm>


More information about the Cuis-dev mailing list