<div dir="ltr">It would have worked on a 32 bits Ubuntu I guess. It looks like you miss the 32 bits libraries.<div><br></div><div>I do the same process as yours but here is my step 2:</div><div><br></div><div><div style="font-size:13px"><font face="monospace, monospace">sudo apt-get install cmake zip bash-completion ruby git xz-utils debhelper devscripts</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo apt-get install libc6-dev:i386 libasound2:i386 libasound2-dev:i386 libasound2-plugins:i386 libssl-dev:i386 libssl0.9.8:i386 libfreetype6-dev:i386 libx11-dev:i386 libsm-dev:i386 libice-dev:i386</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo apt-get install build-essential gcc-multilib g++</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo apt-get install libgl1-mesa-dev libgl1-mesa-glx:i386</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo apt-get install binutils:i386 g++-4.6:i386 gcc-4.6:i386</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so /usr/lib/i386-linux-gnu/libGL.so</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/mesa/libGL.so</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo apt-get install uuid-dev:i386</font></div><div style="font-size:13px"><font face="monospace, monospace">sudo apt-get install subversion</font></div></div><div style="font-size:13px"><font face="monospace, monospace"><br></font></div><div style="font-size:13px">Some installations are used for the Cog builds, other for the Pharo builds. I&#39;ve never remembered which step is for which VM build as I build both. With this script I can build both, though I have always compiled the Cog branch on a 32 bits Ubuntu.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Best,</div><div style="font-size:13px"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-20 8:40 GMT+02:00 Robert Withers <span dir="ltr">&lt;<a href="mailto:robert.w.withers@gmail.com" target="_blank">robert.w.withers@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    
    <p style="margin-bottom:0in;line-height:100%">Here
      is what I did for 64-bit
      Ubuntu Cog image install steps:</p>
    <ol>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          install 64-bit ubuntu</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          sudo apt-get install subversion</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          mkdir Cog</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          cd Cog</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          svn co <font color="#000080"><span lang="zxx"><u><a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image" target="_blank"></a><a href="http://www.squeakvm.org/svn/squeak/branches/Cog/image" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog/image</a></u></span></font></p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          svn co <font color="#000080"><span lang="zxx"><u><a href="http://www.squeakvm.org/svn/squeak/branches/Cog" target="_blank"></a><a href="http://www.squeakvm.org/svn/squeak/branches/Cog" target="_blank">http://www.squeakvm.org/svn/squeak/branches/Cog</a></u></span></font>
          oscogvm</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          cd image</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          update shell scripts to have bash rather than sh</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          run buildspurtrunkvmmakerimage.sh; it fails</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          sudo apt-get install squeak-vm</p>
      </li>
      <li>
        <p style="margin-bottom:0in;line-height:100%">
          run buildspurtrunkvmmakerimage.sh; it fails</p>
      </li>
    </ol>
    <p style="margin-bottom:0in;line-height:100%"><br>
    </p>
    <p style="margin-bottom:0in;line-height:100%">The
      error is below. Thank you for any help,<br>
    </p>
    <p style="margin-bottom:0in;line-height:100%">Robert<br>
    </p>
    <p style="margin-bottom:0in;line-height:100%"><br>
    </p>
    <p style="margin-bottom:0in;line-height:100%"><br>
    </p>
    <p style="margin-bottom:0in;line-height:100%"></p>
    <p style="margin-bottom:0in;line-height:100%">cogspurlinuxht/squeak
trunk50.image
      UpdateSqueakTrunkImage.st</p>
    <p style="margin-bottom:0in;line-height:100%">/usr/bin/ldd
didn&#39;t
      produce any output and the system is 64 bit. You may need to
      (re)install the 32-bit libraries.</p>
    <p style="margin-bottom:0in;line-height:100%">cogspurlinuxht/squeak
SpurVMMaker.image
      BuildSqueakSpurTrunkVMMakerImage.st</p>
    <p style="margin-bottom:0in;line-height:100%">/usr/bin/ldd
didn&#39;t
      produce any output and the system is 64 bit. You may need to
      (re)install the 32-bit libraries.</p>
    
    
    <br>
    <br>
  </div>

<br></blockquote></div><br></div>