|
From: | address@hidden |
Subject: | Another problem installing GNUstep using gnustep-web-install-dev (was: Re: I have a problem installing GNUstep like advised on the GNUstep website) |
Date: | Mon, 14 Oct 2024 18:15:29 +0200 |
Hi Greg, I decided to start over from a clean Ubuntu, e.g. I rolled back all my changes to my Ubuntu-VM using the snapshot of it I did after installing Ubuntu. Here is what I did: ——8<—— snip —— # needed for running gnustep-web-install-dev from web sudo apt-get install curl sudo apt-get install git # needed for github access cd ~/.ssh touch id_rsa vi id_rsa touch id_rsa.pub vi id_rsa.pub chmod 600 ~/.ssh/* ssh-add ~/.ssh/id_rsa # set root user password. Currently needed for gnustep-web-install-dev sudo su -c passwd # optional: create shared folder between host and guest (GNUstep-shared) sudo adduser lars vboxsf sudo chmod 755 GNUstep-shared cd ~/GNUstep-shared/ # finally install GNUstep curl https://raw.githubusercontent.com/gnustep/tools-scripts/master/gnustep-web-install-dev | bash ——8<—— snap —— However, this time the gnustep-web-install-dev suddenly stopped without doing all it should. Have a look at the attached output of running the script: |
GNUstep-Ubuntu-24.04-install-attempt.2.txt
Description: Text document
Do you have any idea what was going wrong this time? Kind regards, Lars
|
[Prev in Thread] | Current Thread | [Next in Thread] |