Opened 6 months ago

Closed 6 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:1 by thomas, 6 months ago

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:            0   

the 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
Last edited 6 months ago by thomas (previous) (diff)

in reply to:  1 comment:2 by Xi Ruoyao, 6 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:            0   

the 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:3 by thomas, 6 months ago

true, with LC_ALL=C ninja test the test are passing

comment:4 by Bruce Dubbs, 6 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

in reply to:  3 comment:5 by Bruce Dubbs, 6 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 Bruce Dubbs, 6 months ago

Resolution: fixed
Status: assignedclosed

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.