<div dir="ltr"><div>I couldn't reproduce your issue even after moving the repository OSProcess under the same subdirectory you mentioned.<br><br></div><div>I'd say you try to reproduce it from scratch on a pristine image. I.e:<br>git clone --depth 1 <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev.git</a><br></div><div>git clone --depth 1 <a href="https://github.com/Cuis-Smalltalk/OSProcess.git">https://github.com/Cuis-Smalltalk/OSProcess.git</a></div><div>.Cuis-Smalltalk-Dev/RunCuisOnxxxx.sh</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, 6 Mar 2025 at 19:35, H. Hirzel via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>

  
    
  
  <div>
    <p>I get the same result if I load the prerequisites one by one
      first:</p>
    <p><a href="https://github.com/Cuis-Smalltalk/OSProcess/blob/master/OSProcess.pck.st" target="_blank">https://github.com/Cuis-Smalltalk/OSProcess/blob/master/OSProcess.pck.st</a></p>
    <p>has</p>
    <p>'From Cuis6.3 [latest update: #6156] on 2 January 2024 at 9:45:41
      am'!<br>
      'Description OSProcess provides access to operating system
      functions, including pipes, child process creation, and control of
      the Squeak VM process.'!<br>
      !provides: 'OSProcess' 1 36!<br>
      !requires: 'Network-Kernel' 1 1 nil!<br>
      !requires: 'SqueakCompatibility' 1 4 nil!</p>
    <p>So I do<br>
    </p>
    <p>Feature require: 'Network-Kernel'.</p>
    <p>Feature require: 'SqueakCompatibility'.</p>
    <p>Feature require: 'OSProcess'.</p>
    <p>by executing them one by one. The first two load fine. Loading
      OSProcess gives an error message. (see Transcript log below)<br>
    </p>
    <p>--Hannes</p>
    <p>--------------------------------------------------------------------</p>
    <p>Cuis7.3<br>
      latest update: #7061<br>
      Running at
:C:\Users\Hirzel\Documents\Cuis-Smalltalk-7061\CuisImage\Cuis7.3-7036.image<br>
      <br>
      Package Network-Kernel successfully installed<br>
      <br>
      Package SqueakCompatibility successfully installed<br>
      <br>
      Attempt to create AttachableFileStream as a subclass of nil. 
      Possibly a class is being loaded before its superclass.<br>
      MessageNotUnderstood: UndefinedObject>>methodsFor:stamp:<br>
      while evaluating: StandardFileStream methodsFor: '*OSProcess-Base'
      stamp: 'dtl 6/5/2006 06:59'<br>
      <br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p></p>
    <p><br>
    </p>
    <div>On 06/03/2025 8:07 pm, Hilaire
      Fernandes via Cuis-dev wrote:<br>
    </div>
    <blockquote type="cite">
      
      <p><font size="4">Why SqueakCompatibility is not installed in your
          image, it is a requirement of the OSProcess package</font><br>
      </p>
      <pre cols="72">-- 
<a href="http://mamot.fr/@drgeo" target="_blank">http://mamot.fr/@drgeo</a></pre>
      <br>
      <fieldset></fieldset>
    </blockquote>
  </div>

-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div>