[squeak-dev] loading Ubuntu 64-bit

Robert Withers robert.w.withers at gmail.com
Fri Dec 11 19:53:15 UTC 2015


Thanks Eliot! ldd said libSM.so.6 and libICE.so.6 are missing. It turns 
out it is the i386 32-bit version it wants. So I apt-get install 
libsm6:i386 libice6:i386. I am now underway building the vmmaker image.

Robert

On 12/11/2015 02:29 PM, Eliot Miranda wrote:
> Hi Robert,
>
>     if you run ldd on the vm-display-X11 library it should list the 
> libraries it expects.  If any are missing it won't load.
>
> On Fri, Dec 11, 2015 at 11:27 AM, Robert Withers 
> <robert.w.withers at gmail.com <mailto:robert.w.withers at gmail.com>> wrote:
>
>     Hi,
>
>     I just got a new 64-bit laptop I am configuring with 64-bit Ubuntu
>     and trying to resolve those issues to build the vm. I ran the
>     apt-get for everything I was aware of, but I get an error when
>     running buildspurtrunkvmmakermage.sh:
>
>     cogspurlinuxht/squeak trunk50.image UpdateSqueakTrunkImage.st
>     squeak: could not find any display driver
>     ./updatespurimage.sh: line 14: 27399 Aborted  (core dumped) $VM
>     trunk50.image UpdateSqueakTrunkImage.st
>     cogspurlinuxht/squeak SpurVMMaker.image
>     BuildSqueakSpurTrunkVMMakerImage.st <http://ge.st>
>     squeak: could not find any display driver
>     ./buildspurtrunkvmmakerimage.sh: line 12: 27431 Aborted          
>      (core dumped) $VM SpurVMMaker.image
>     BuildSqueakSpurTrunkVMMakerImage.st <http://ge.st>
>
>     For some reason it isn't finding the vm-display-X11 and I do not
>     recall why from my prior install. Does this ring a bell with
>     anyone who could assist me?
>
>     Thank you,
>     Robert
>
>
>     ps. all the apt-get commands I ran:
>
>     sudo apt-get install cmake zip bash-completion ruby git xz-utils
>     debhelper devscripts
>     sudo apt-get install libc6-dev:i386 libasound2:i386
>     libasound2-dev:i386 libasound2-plugins:i386 libssl-dev:i386
>     i#!libssl0.9.8:i386 libfreetype6-dev:i386 libx11-dev:i386
>     libsm-dev:i386 libice-dev:i386
>     sudo apt-get install build-essential gcc-multilib g++
>     sudo apt-get install libgl1-mesa-dev libgl1-mesa-glx:i386
>     sudo apt-get install binutils:i386 g++-4.6:i386 gcc-4.6:i386
>     sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so
>     /usr/lib/i386-linux-gnu/libGL.so
>     sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1
>     /usr/lib/i386-linux-gnu/mesa/libGL.so
>     sudo apt-get install uuid-dev:i386
>     sudo apt-get install subversion
>
>
>
>
> -- 
> _,,,^..^,,,_
> best, Eliot
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20151211/94be0d59/attachment.htm


More information about the Squeak-dev mailing list