Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 749171

Summary: dev-ml/ppx_bin_prot-0.14.0: fails tests (Library "oUnit" not found)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: 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 gentoo-dev 2020-10-15 05:50:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ml/ppx_bin_prot-0.14.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-15 05:50:19 UTC
Created attachment 665693 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-10-16 01:44:20 UTC
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
Comment 3 Jonathan Lovelace 2022-07-20 22:06:54 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2023-03-10 08:18:07 UTC
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(-)