Bug 266344 - security/p5-openxpki: Update config to 3.22
Summary: security/p5-openxpki: Update config to 3.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://github.com/openxpki/openxpki-...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-10 20:56 UTC by Sergei Vyshenski
Modified: 2022-09-11 16:58 UTC (History)
2 users (show)

See Also:


Attachments
"git diff" patch to update the port (1.18 KB, patch)
2022-09-10 20:56 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff
"git diff" patch to update the port (1.33 KB, patch)
2022-09-10 21:14 UTC, Sergei Vyshenski
svysh.fbsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Vyshenski 2022-09-10 20:56:32 UTC
Created attachment 236482 [details]
"git diff" patch to update the port

- Update openxpki-config
	3.16 -> 3.22
Changes: https://github.com/openxpki/openxpki-config/compare/v3.16...v3.22


- "portlint -AC", "portclippy Makefile", "portfmt -D Makefile": 
	all complain about "WWW" misplaced
- Tested with:
13.1-RELEASE
13.1-RELEASE-p2
pkg 1.18.3
poudriere 3.3.7_1
perl 5.32.1_1
openssl 1.1.1o
ssl=base
- During build, non-relevant warns are issued about possible redundant use of 
modules from perl core.
Comment 1 Sergei Vyshenski 2022-09-10 21:14:40 UTC
Created attachment 236484 [details]
"git diff" patch to update the port
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-11 15:41:17 UTC
Hi,

`make test` fails:
---
Files=96, Tests=1753, 30 wallclock secs ( 0.20 usr  0.08 sys + 27.27 cusr  2.96 csys = 30.50 CPU)
Result: FAIL
Failed 25/96 test programs. 8/1753 subtests failed.
gmake[1]: *** [Makefile:3054: test_dynamic] Error 255
gmake[1]: Leaving directory '/wrkdirs/usr/ports/security/p5-openxpki/work/openxpki-3.22.0/core/server'
*** Error code 2
---

Any clues?

Cheers
Comment 3 Sergei Vyshenski 2022-09-11 16:44:48 UTC
Nuno, 

Yes, exactly. This issue is known for many years.
Software works fine.
Tests themselves are broken, not the software in question.
Upstream is working on this,
and percentage of fixed tests is gradually improving with time.

Regards, Sergei
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-09-11 16:58:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=569e7ff7b9f1e42b49bdf72caceaaa02a2b3589e

commit 569e7ff7b9f1e42b49bdf72caceaaa02a2b3589e
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2022-09-11 16:55:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-11 16:55:03 +0000

    security/p5-openxpki: Update config to 3.22

     - bump PORTREVISION

    ChangeLog:      https://github.com/openxpki/openxpki-config/compare/v3.16...v3.22
    PR:             266344

 security/p5-openxpki/Makefile | 3 ++-
 security/p5-openxpki/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)
Comment 5 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-11 16:58:41 UTC
Committed, thanks!