Opened 15 months ago
Closed 15 months ago
#18790 closed enhancement (fixed)
p11-kit-0.25.2
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
- fix error code checking of readpassphrase for --login option
- build fixes
- test fixes
Change History (6)
comment:2 by , 15 months ago
Replying to thomas:
I got
Summary of Failures: 42/65 test-generate-keypair.sh FAIL 0.03s exit status 1 Ok: 64 Expected Fail: 0 Fail: 1 Unexpected Pass: 0 Skipped: 0 Timeout: 0the failing test is
test-generate-keypair.sh: err.out does not contain key-pair generation failed: The crypto mechanism is invalid or unrecognized not ok 2 test_generate_keypair_rsa
The test is searching for expected English error message in the output. So we (literally: we are the only BLFS editors using a non-English locale :) needs LC_ALL=C ninja test
.
comment:4 by , 15 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 15 months ago
Replying to thomas:
true, with
LC_ALL=C ninja test
the test are passing
It passes for me with only LANG=en_US.utf8, but I'll use the LC_ALL=C construct when I update.
comment:6 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
cbe1205070 Update to p11-kit-0.25.2. 9744d5a5ff Update to icu4c-74_1-src. 15dbe35479 Update to valgrind-3.22.0. 173b0156af Update to xfconf-4.18.3.
Note:
See TracTickets
for help on using tickets.
I got
the failing test is