@nicolas-cellier-aka-nice commented on this pull request. In platforms/unix/plugins/SecurityPlugin/sqUnixSecurity.c: > @@ -213,7 +213,8 @@ ioInitSecurity(void) if (imagePathLen) strncpy(secureUserDirectory, imageName, imagePathLen); else { - getwd(secureUserDirectory); +/*@@MUSL@@*/ + getcwd(secureUserDirectory, imagePathLen); Does it work? We're passing — |
In reply to this post by David T Lewis
On 2019-12-24 01:51, Nicolas Cellier wrote: > @NICOLAS-CELLIER-AKA-NICE commented on this pull request. > ------------------------- > > In platforms/Cross/vm/sqSCCSVersion.h: > >> @@ -28,13 +28,13 @@ > > #if SUBVERSION > # define PREFIX "r" > -static char SvnRawRevisionString[] = "$Rev$"; > +static char SvnRawRevisionString[] = "$Rev: 201911192350 $"; > > Idem, please revert the changes to this file Yes. I noted in the earlier post that I don't know how to do this (trivial git user). How would I do this? Thanks, -KenD — |
In reply to this post by David T Lewis
@KenDickey pushed 1 commit.
— |
In reply to this post by David T Lewis
@KenDickey pushed 1 commit.
— |
In reply to this post by Eliot Miranda-2
Hi,
It's been a ... Long couple of months. I had to move on from them quite quickly so some stuff is very basic, but this is still a start. I was not able to look at what you pointed me to, sorry Eliot. Hope this will help, have a nice day !
Pierre
On 18/12/2019 09:25, Eliot Miranda wrote:
|
In reply to this post by David T Lewis
Greetings all, The vm-display-fbdev (a.k.a. framebuffer display) has been integrated into opensmalltalk-vm. Thanks Eliot! This has been tested with both Squeak and Cuis images on amd64 and arm64/aarch64. This requires Linux framebuffer support (/dev/fb0) and libevdev ('/usr/include/libevdev-1.0/libevdev/libevdev.h'). Hardware tested: LePotato (aml-s905x-cc; Armbian Linux; libc) Raspberry Pi 3 & 4 (Alpine Linux; MUSL) A very old Dell amd64 box (Alpine Linux; MUSL) Right now the MUSL builds require manual help. E.g. cd build.linux64ARMv8/squeak.cog.spur/build ./mvm y ## answer to 'clean?' --> breaks on vm-display-fbdev build cd vm-display-fbdev make cd .. ./mvm n ## answer NO to 'clean?' The build then proceeds to completion and checks out fine. Does anyone out there know about how to get 'automake' ('platforms/unix/config/configure' script) to do the right thing here? Desired goal is for -DMUSL and -DUSEEVDEV CFLAGS to be set and have the 'mvm' script make vm-display-fbdev without manual intervention. Thanks a bunch for any help! -KenD — |
In reply to this post by David T Lewis
I think with the landing of #515, most things here are obsolete, and others need different treatment. — |
In reply to this post by David T Lewis
On 2020-09-10 11:15, Tobias Pape wrote: > I think with the landing of #515, most things here are obsolete, and > others need different treatment. > Mind if I close? Yep. Ole news. Please close. Thanks, -KenD — |
In reply to this post by David T Lewis
Closed #450. — |
Free forum by Nabble | Edit this page |