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

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Jan 1 18:00:50 UTC 2021


Hm, it still fails with the mprotect permission denied error :(

<http://www.hpi.de/>
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von K K Subbu <kksubbu.ml at gmail.com>
Gesendet: Donnerstag, 31. Dezember 2020 07:48:07
An: squeak-dev at lists.squeakfoundation.org
Betreff: Re: [squeak-dev] Fwd: [OpenSmalltalk/opensmalltalk-vm] Trouble running OSVM in an Ubuntu 20/aarch64 docker (raspi) (#544)

On 30/12/20 11:50 pm, Bruce O'Neel 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.

pango-dev requires cairo and mesa-dev requires mesa-glx respectively, so
a minimal set of packages would be:

$ sudo apt-get install uuid-dev libpango1.0-dev libgl1-mesa-dev
libssl-dev libevdev-dev

HTH .. Subbu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20210101/21e753f8/attachment.html>


More information about the Squeak-dev mailing list