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

ragel -Z is deprecated (on Fedora?) #791

Open
miekg opened this issue Feb 10, 2025 · 2 comments
Open

ragel -Z is deprecated (on Fedora?) #791

miekg opened this issue Feb 10, 2025 · 2 comments

Comments

@miekg
Copy link

miekg commented Feb 10, 2025

Running asahi linux (40) (u 24.04 still has ragel -Z), and:

% GOTAGS='noaugeas novirt nodocker' make build  
Generating: interpolation...
ragel: -Z is an invalid argument
make[1]: *** [Makefile:52: interpolate/parse.generated.go] Error 1
make: *** [Makefile:206: lang] Error 2

think ragel-go is the new shiny, but:

[1] % GOTAGS='novirt nodocker' make build  
Generating: interpolation...
interpolate/parse.generated.ri:396:2: parse error
make[1]: *** [Makefile:52: interpolate/parse.generated.go] Error 1

I would follow Go here and just check in the generated files, and if someone needs a rebuild 'go generate' should/could be your friend.

@purpleidea
Copy link
Owner

purpleidea commented Feb 10, 2025 via email

@miekg
Copy link
Author

miekg commented Feb 10, 2025 via email

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

No branches or pull requests

2 participants