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

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

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

jrick opened this issue Oct 24, 2023 · 0 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.

@jrick jrick linked a pull request Oct 24, 2023 that will close this issue
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.

1 participant