[squeak-dev] squeak: could not find any display driver

Levente Uzonyi leves at caesar.elte.hu
Sun Dec 13 02:54:02 UTC 2015


What does "ldd vm-display-X11" print?

Levente

On Sat, 12 Dec 2015, Robert Withers wrote:

> Are you tired of seeing this result:
> 
> rabbit at rabbithole:~/warren/cogvm/image$ cogvm Mushroom.4.image
> squeak: could not find any display driver
> Aborted (core dumped)
> 
> I am! Thank you for the help today. Unfortunately this is still an issue for me on both laptops: 32-bit and 64-bit OS.  Both were working as well. I reinstalled the 64-bit and it failed right off the start. The commonality to all three failures was the fact that I did
> these below commands prior to it failing this way, everytime. I think it is the upgrade that does it in. I'll reinstall 32-bit and try without these commands; let you know.
> 
> Robert
> 
> sudo apt-get update
> sudo apt-get upgrade
> 
> and I ran this script for system libraries for 32-bit squeak.
>       #!/bin/bash
>
>       # ARGUMENT HANDLING =============================================================
>       if { [ "$1" = "-h" ] || [ "$1" = "--help" ]; }; then
>           echo "Install libraries required to build the pharo VM under ubuntu.
>       "
>           exit 0;
>       elif [ $# -gt 0 ]; then
>           echo "--help/-h is the only argument allowed"
>           exit 1;
>       fi
>
>       # INSTALL BUILD LIBRARIES ======================================================
>       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
> 
> 
> 
> 
> 
>


More information about the Squeak-dev mailing list