phyver / GameShell

a game to learn (or teach) how to use standard commands in a Unix shell
GNU General Public License v3.0
2.17k stars 138 forks source link

mission 27, 28, 29 failed #61

Closed ada93 closed 3 years ago

ada93 commented 3 years ago

I've well install all the dependencies that were listed in the read.me. my system: Ubuntu 20.04.2

compilation failed
Error: mission 27 is cancelled because some dependencies are not met.
compilation failed
Error: mission 28 is cancelled because some dependencies are not met.
bash: /home/ada/gameshell/.tmp/nice_fairy: No such file or directory
bash: /home/ada/gameshell/.tmp/mischievous_imp: No such file or directory

the mission 29 didn't work either

[mission 29] $ pstree $$
bash───pstree

~
[mission 29] $ gsh reset
bash: /home/ada/gameshell/.tmp/nice_fairy: No such file or directory
bash: /home/ada/gameshell/.tmp/mischievous_imp: No such file or directory

thank you, i have much fun playing this game, and i'll share it for others to learn too.

phyver commented 3 years ago

I'll write a proper fix soon, but in the meantime, does installing libc6-dev fix the problem?

phyver commented 3 years ago

This should be fixed with 40be1737