Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support openSUSE Tumbleweed #27

Open
ethanc8 opened this issue Feb 3, 2025 · 1 comment · May be fixed by #28
Open

Support openSUSE Tumbleweed #27

ethanc8 opened this issue Feb 3, 2025 · 1 comment · May be fixed by #28

Comments

@ethanc8
Copy link
Contributor

ethanc8 commented Feb 3, 2025

It would be nice to support openSUSE Tumbleweed when installing dependencies. Note that some Tumbleweed systems might have dnf or yum installed, but all systems should have zypper installed and zypper should be preferred.

@ethanc8 ethanc8 linked a pull request Feb 3, 2025 that will close this issue
@ethanc8
Copy link
Contributor Author

ethanc8 commented Feb 3, 2025

After installing the dependencies according to #28, I get at the end of my gnustep-web-install run (after the build and install of gnustep-back):

================ Post Installation ================
/home/ethan/Projects/GNUstep/scripts-install/gnustep/gnustep
GNUmakefile:30: 
GNUmakefile:31: Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!
GNUmakefile:32: Perhaps gnustep-make is not properly installed,
GNUmakefile:33: so gnustep-config is not in your PATH.
GNUmakefile:34: 
GNUmakefile:35: Your PATH is currently /home/ethan/Applications/swift-6.0.3-RELEASE-amazonlinux2/usr/bin:/home/ethan/.pixi/bin:/home/ethan/miniforge3/bin:/home/ethan/.local/bin:/home/ethan/.local/bin:/home/ethan/.local/bin:/home/ethan/micromamba/condabin:/home/ethan/.pixi/bin:/home/ethan/miniforge3/bin:/home/ethan/.local/bin:/home/ethan/bin:/usr/local/bin:/usr/bin:/bin
GNUmakefile:36: 
GNUmakefile:41: *** You need to set GNUSTEP_MAKEFILES before compiling!.  Stop.
GNUmakefile:30: 
GNUmakefile:31: Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!
GNUmakefile:32: Perhaps gnustep-make is not properly installed,
GNUmakefile:33: so gnustep-config is not in your PATH.
GNUmakefile:34: 
GNUmakefile:35: Your PATH is currently /usr/sbin:/usr/bin:/sbin:/bin
GNUmakefile:36: 
GNUmakefile:41: *** You need to set GNUSTEP_MAKEFILES before compiling!.  Stop.
Done...

Following this, sourcing GNUstep.sh was not automatically done. I had to manually fix this by running printf "source /usr/GNUstep/System/Library/Makefiles/GNUstep.sh \n" >>~/.bashrc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant