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

gron will fail to link at runtime once OpenBSD removes syscall(2) #114

Closed
jrick opened this issue Oct 24, 2023 · 2 comments · May be fixed by #115
Closed

gron will fail to link at runtime once OpenBSD removes syscall(2) #114

jrick opened this issue Oct 24, 2023 · 2 comments · May be fixed by #115

Comments

@jrick
Copy link

jrick commented Oct 24, 2023

I currently see this running gron's master branch on a patched OpenBSD without syscall(2):

$ ./gron
gron:./gron: undefined symbol 'syscall'
ld.so: gron: lazy binding failed!
Killed 

The necessary fixes to use the proper libc stubs instead of the syscall(2) interface have already made their way to gron's dependencies, but gron is not requiring new enough versions yet. Bumping the color module to its latest version (1.15.0) resolves the issue.

@lafrenierejm
Copy link

Hey @jrick. This original repo seems to be unmaintained. I have made some significant changes on my fork, including an update to the color module. If you want to give that branch a spin, I'd be glad to field bug reports or feature requests if you send them over there.

@tomnomnom
Copy link
Owner

Apologies for my extended hiatus. The dependencies have now been updated and this should be resolved :)

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

Successfully merging a pull request may close this issue.

3 participants