[squeak-dev] Fwd: [OpenSmalltalk/opensmalltalk-vm] Trouble running OSVM in an Ubuntu 20/aarch64 docker (raspi) (#544)

tim Rowledge tim at rowledge.org
Wed Dec 30 18:42:46 UTC 2020



> On 2020-12-30, at 10:20 AM, Bruce O'Neel <bruce.oneel at pckswarms.ch> wrote:
> 
> sudo apt-get install uuid-dev libcairo2-dev libpango1.0-dev libgl1-mesa-dev libgl1-mesa-glx libssl-dev
> sudo apt install libevdev-dev
> 
> 
> I think that is the minimal set necessary.  Depending on your audio setup you might want.
> 
> sudo apt install libpulse-dev
> 

That's interesting; I haven't seen libgl1-mesa-dev &  libgl1-mesa-glx suggested before. I've been using mesa-common-dev which I can only guess must contain a lot of similar components - though B3DAcceleratorPlugin doesn't always make, possibly connected?

Also  libasound2-dev might be wanted if you have an ALSA setup rather than pulse (Pi are transitioning, as would be inferred from my recent travails with pulse).

I've also been loading autoconf (do I still need it?), netatalk (to make life a little simpler) and libx11-dev since I starte Pi-ing.

My current line to connect to my iMac via /etc/fstab looks like -
//192.168.1.65/tim /home/pi/DizietFS cifs _netdev,vers=3.0,noserverino,noperm,username=tim,password=XXXXX,uid=1000,gid=pi,iocharset=utf8,x-systemd.automount 0 0

Those parameters seem to change randomly and I have never, ever, found a decent explanation for what goes in there.  One might argue that an nfs connection would be better, but after years of using one, it started to cause problems and I abandoned.

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Fractured Idiom:- L'ETAT, C'EST MOE - All the world's a stooge




More information about the Squeak-dev mailing list