GsDevKit / GsDevKit_home

master GsDevKit project
http://gsdevkit.github.io/GsDevKit_home
MIT License
31 stars 37 forks source link

Ubuntu 18.04 under Windows Linux subsystem #218

Open feldti opened 6 years ago

feldti commented 6 years ago
dalehenrich commented 5 years ago

@feldti I haven't had too much experience with 18.04 and not a lot of time either:) ... I might have some time coming up to spend some quality time with GsDevKit_home:)

dalehenrich commented 5 years ago

fixed back in september (af2a0fe)

dalehenrich commented 5 years ago

... not so fast @dalehenrich ... I've finally gotten around to installing 18.04 under Windows 10 and I've hit an additional issue:

Sun Mar  3 16:07:32 STD 2019
[Info] Setting up shared memory
cat: /proc/sys/kernel/shmall: No such file or directory
Error on or near line 210 :: installOsPrereqs server :: installOsPrereqs server
Error on or near line 58 :: setupGsDevKit server :: setupGsDevKit server
Error on or near line 60 :: installServer  :: installServer

that sounds like @feldti report:

calculating shared memory is different under the subsystem - one value under kernel is missing reopening and intend to fix shortly

dalehenrich commented 5 years ago

fixed shared memory oddity, but the exec format problem still exists:

Downloading the latest 30 Image:
    http://files.pharo.org/get-files/30/pharo.zip
Pharo.image
The 32-bit libraries required by Pharo have not been installed on this system. :: downloadSmalltalkClient -v Pharo3.0 -d /home/dhenrich/GsDevKit_home/shared/pharo
Error on or near line 76 :: create_gs_server_image -d /home/dhenrich/GsDevKit_home/shared/pharo gsDevKitCommandLine :: create_gs_server_image -d /home/dhenrich/GsDevKit_home/shared/pharo gsDevKitCommandLine
Error on or near line 74 :: devKitCommandLine stones :: devKitCommandLine stones
Error on or near line 44 :: stones  :: stones
dhenrich@DESKTOP-CQL13EU:~/GsDevKit_home/shared$ cd pharo
dhenrich@DESKTOP-CQL13EU:~/GsDevKit_home/shared/pharo$ ./pharo-ui -h
./pharo-ui: line 11: /home/dhenrich/GsDevKit_home/shared/pharo/pharo-vm/pharo: cannot execute binary file: Exec format error
dalehenrich commented 5 years ago

Apparently the cannot execute binary file: Exec format error` is a known problem and is apparently a limitation with the Windows 10 Ubunutu 18.04 distribution only that is not planned to be supported for Windows ...

dalehenrich commented 5 years ago

I have plans to move the pharo usage to a 64 bit version (pharo7.0 probably), but I don't have the available cycles to take on this project right now