-
Notifications
You must be signed in to change notification settings - Fork 94
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
FAIL: test-token 6 /token/not-writable #288
Comments
Here are the latest logs from the 0.23.20 build. Here are the options used to build 0.20.23. All prerequisites are built and installed in
|
The test assumes that the normal user cannot write anything to |
Thanks @ueno . I could not figure out what that test was trying to do. I thought Something else that might be helpful is a |
Instead of assuming a normal user cannot write to "/", this creates an unwritable directly and checks if it is writable; otherwise the test case is skipped. Reported by Jeffrey Walton in: p11-glue#288
Yes, in #292 I tried to emulate the similar. |
Instead of assuming a normal user cannot write to "/", this creates an unwritable directly and checks if it is writable; otherwise the test case is skipped. Reported by Jeffrey Walton in: p11-glue#288
Instead of assuming a normal user cannot write to "/", this creates an unwritable directly and checks if it is writable; otherwise the test case is skipped. Reported by Jeffrey Walton in: #288
Hi Everyone,
I'm building GnuTLS on an old PowerMac. One of the distant dependencies is P11-Kit. P11-Kit is being built from the 0.23.19 release tarball. The issue is also present in 0.23.20 release tarball.
make check
is showing one failure:I have not noticed the failure on other platforms, but I may have missed it. There's a massive wall of text when the script runs so I probably miss a lot of things I should tend to.
Please let me know what else you would like to help resolve the issue.
Also see Compiling issue on fresh linux from scratch built, which appears to be the same issue on LFS.
The text was updated successfully, but these errors were encountered: