-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Error output
./setup-linux does not work!
[...]
Install GNUstep
@@@@@@@@@
@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@ @@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@
@@@@@@@@@@@@@@@@@@@@@@@@@@@ @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@
@@@@@@@@@@@@@@
@@@@@@@@@@@@@ @
@@@@@@@@@@@@@ @
@@@@@@@@@@@@ @@
@@@@@@@@@@@@ @@@
@@@@@@@@@@@ @@@@
@@@@@@@@@ @@@@@
@@@@@@@ @@@@@@@
@@@@@@@@@ @@@@@@@@@
@@@@@@@@@@@@ @@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
IMPORTANT!
You must update your .ssh directory so it contains your github ssh key
Begin setup for linux
bash: line 46: ./setup-linux: Permission denied
======== Create gnustep build directories ========
[...]
Note: this permission denied notice shows up on user, sudo, sudo -E, and root calls!
Steps to reproduce
- Make a new ubuntu environment
docker run --name gnustep-test -dit ubuntu:24.04 /bin/bash - Exec into it
docker exec -it gnustep-test bash - Docker boilerplate and install dependencies:
apt-get update -qq && apt-get install -y \
sudo \
make \
curl \
ssh \
git
- make a new ssh key and upload to github (confirm with
ssh -v git@github.com)
cd /root
ssh-keygen -t ed25519 -C "username@email.com"
eval $(ssh-agent -s)
ssh-add /root/.ssh/id_ed25519
- Copy and run the GNUstep automated install script
pwd # /root
curl https://raw.githubusercontent.com/gnustep/tools-scripts/master/gnustep-web-install-dev | bash
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels