[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Pharo in OpenBSD (#414)

Guille Polito notifications at github.com
Fri Aug 16 07:37:21 UTC 2019


Looks like
1) the openbsd build does not define the primitive `primitiveGetCurrentWorkingDirectory` (see `OSPlatform>>currentWorkingDirectoryPathWithBuffer:`.
2) as a fallback, Pharo tries to get the working directory using `libc`'s `getcwd`, which is in Pharo asking for `'libc.so.6'`. Which version of `libc` do you have installed in your system?

Maybe for `getcwd` which is pretty standard we can not depend on `libc.so.6` but `libc.so`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/414#issuecomment-521917460
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190816/ce9f275e/attachment.html>


More information about the Vm-dev mailing list