Summary: | dev-ml/ppx_bin_prot-0.14.0: fails tests (Library "oUnit" not found) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Team for the ML programming language family <ml> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gienah, kingjon3377, sam |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 665693 [details]
build.log
build log and emerge --info
I get: Error: Library "core" not found. Hint: try: dune external-lib-deps --missing @runtest File "test/dune", line 6, characters 37-42: 6 | (libraries bin_prot core core_bench oUnit) ^^^^^ Error: Library "oUnit" not found. Hint: try: dune external-lib-deps --missing @runtest Done: 38/50 (jobs: 1) * ERROR: dev-ml/ppx_bin_prot-0.14.0::gentoo failed (test phas I just hit this again, and I note that this happens even when dev-ml/ounit2 is installed (the only package in ::gentoo with a name containing "ounit"). I also note that while I have dev-ml/core and dev-ml/core_bench (the two other libraries mentioned in the requirements list in the error message) installed, neither is mentioned in the ebuild of dev-ml/ppx_bin_prot nor of its one listed test dependency, dev-ml/ppx_jane. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abfa2b4c6dbfaf272bff4145e9e1cb41a2de11e commit 8abfa2b4c6dbfaf272bff4145e9e1cb41a2de11e Author: Alfredo Tupone <tupone@gentoo.org> AuthorDate: 2023-03-10 08:17:03 +0000 Commit: Alfredo Tupone <tupone@gentoo.org> CommitDate: 2023-03-10 08:17:49 +0000 dev-ml/ppx_bin_prot: fix test deps, oUnit -> ounit2 Closes: https://bugs.gentoo.org/749171 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) |