-
Notifications
You must be signed in to change notification settings - Fork 21
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
Archlinux: posix-spawn requirement breaks build #59
Comments
Also on arch here. I'm not very familiar with ruby but it seems like posix-spawn is abandoned and now causes a warning on modern compilers, which makes the install fail. I was able to avoid it by silencing the warning using For future reference though, I did also have to update the bundler version in the lock file, and replace |
Nice! You should consider making it a PKGBUILD and tossing it on the AUR sometime. Great work! |
This fixed the build on Fedora as well. Thanks! |
Removing the Gemfile.lock and removing posix-spawn from the Gemfile results in successful build and run but actually running after does not work...so something's amiss.
ruby 3.2.4-1.1
ruby-bundler 2.5.11-2
rubygems 3.4.19-1
The text was updated successfully, but these errors were encountered: