We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just letting you know of a bug filed and fixed at: http://gnats.netbsd.org/53387
Essentially
assertion "type == AT_SECURE" failed: file "common/compat.c", line 801, function "getauxval" [1] Abort trap (core dumped) scanimage
Fixed with the first section of: http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/security/p11-kit/patches/patch-common_compat.c
The text was updated successfully, but these errors were encountered:
We have the following snippet in p11-kit/Makefile.am:
libp11_kit_la_LDFLAGS = \ -no-undefined \ -version-info $(P11KIT_LT_RELEASE) \ -export-symbols-regex '^C_GetFunctionList|^p11_kit_'
which reads that only functions matching the regex should be exported.
Are you sure that getauxval() is exported from libp11-kit.so (try nm -g <path-to>/libp11-kit.so)?
getauxval()
nm -g <path-to>/libp11-kit.so
Sorry, something went wrong.
I'm closing this as we haven't hear any further information for a long time. Please feel free to reopen if the problem still persists.
No branches or pull requests
Just letting you know of a bug filed and fixed at: http://gnats.netbsd.org/53387
Essentially
Fixed with the first section of: http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/security/p11-kit/patches/patch-common_compat.c
The text was updated successfully, but these errors were encountered: