Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953507 - [guru] app-misc/qman-1.4.0 fails to compile: meson.build:58:10: ERROR: Dependency cunit not found, tried pkgconfig and cmake
Summary: [guru] app-misc/qman-1.4.0 fails to compile: meson.build:58:10: ERROR: Depend...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mazunki Hoksaas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-10 06:43 UTC by Agostino Sarubbo
Modified: 2025-04-13 17:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,51.62 KB, text/plain)
2025-04-10 06:43 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,20.72 KB, text/plain)
2025-04-10 06:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2025-04-10 06:43:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/qman-1.4.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2025-04-10 06:43:19 UTC
Created attachment 924245 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2025-04-10 06:43:20 UTC
Created attachment 924246 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Agostino Sarubbo gentoo-dev 2025-04-10 06:43:21 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Run-time dependency bzip2 found: NO (tried pkgconfig)
Run-time dependency cunit found: NO (tried pkgconfig and cmake)
WARNING: CMake reported that the package bzip2 was not found, even though Meson's preliminary check succeeded.
src/meson.build:58:10: ERROR: Dependency "cunit" not found, tried pkgconfig and cmake
Comment 4 Mazunki Hoksaas 2025-04-12 16:49:25 UTC
Thanks, this helped me catch a missing IUSE=test. Should be fixed now.
Comment 5 Mazunki Hoksaas 2025-04-12 16:50:59 UTC
By "now", I mean I've pushed the changes into the dev branches. Should probably have set the resolution to in-progress until merged.
Comment 6 Larry the Git Cow gentoo-dev 2025-04-13 17:49:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74d52731288ab75fa7eda8b88c269afbf62ae6de

commit 74d52731288ab75fa7eda8b88c269afbf62ae6de
Author:     Mazunki Hoksaas <rolferen@gmail.com>
AuthorDate: 2025-04-12 16:26:07 +0000
Commit:     Mazunki Hoksaas <rolferen@gmail.com>
CommitDate: 2025-04-12 16:26:07 +0000

    app-misc/qman: add missing dev-util/cunit testing dependency
    
    Fixes: https://bugs.gentoo.org/953507
    Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>

 app-misc/qman/Manifest                                    | 1 +
 app-misc/qman/{qman-1.4.0.ebuild => qman-1.4.0-r1.ebuild} | 1 +
 2 files changed, 2 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9663994aac4cd2ba07cd727405740b5739f91cc3

commit 9663994aac4cd2ba07cd727405740b5739f91cc3
Author:     Mazunki Hoksaas <rolferen@gmail.com>
AuthorDate: 2025-04-12 16:47:26 +0000
Commit:     Mazunki Hoksaas <rolferen@gmail.com>
CommitDate: 2025-04-12 16:47:26 +0000

    app-misc/qman: make tests conditional on USE=test
    
    Bug: https://bugs.gentoo.org/953507
    Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>

 app-misc/qman/qman-9999.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9160c1e4193503d627ea5619043e41c792a20484

commit 9160c1e4193503d627ea5619043e41c792a20484
Author:     Mazunki Hoksaas <rolferen@gmail.com>
AuthorDate: 2025-04-12 16:46:53 +0000
Commit:     Mazunki Hoksaas <rolferen@gmail.com>
CommitDate: 2025-04-12 16:46:53 +0000

    app-misc/qman: make tests conditional on USE=test
    
    Bug: https://bugs.gentoo.org/953507
    Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>

 app-misc/qman/{qman-1.4.1.ebuild => qman-1.4.1-r1.ebuild} | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b21dd737681503ba1081400f16180c804923f073

commit b21dd737681503ba1081400f16180c804923f073
Author:     Mazunki Hoksaas <rolferen@gmail.com>
AuthorDate: 2025-04-12 16:45:58 +0000
Commit:     Mazunki Hoksaas <rolferen@gmail.com>
CommitDate: 2025-04-12 16:45:58 +0000

    app-misc/qman: make tests conditional on USE=test
    
    Bug: https://bugs.gentoo.org/953507
    Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>

 app-misc/qman/{qman-1.4.0-r1.ebuild => qman-1.4.0-r2.ebuild} | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2a084a47658852b6d804d793997010af364e840

commit a2a084a47658852b6d804d793997010af364e840
Author:     Mazunki Hoksaas <rolferen@gmail.com>
AuthorDate: 2025-04-12 16:29:02 +0000
Commit:     Mazunki Hoksaas <rolferen@gmail.com>
CommitDate: 2025-04-12 16:29:02 +0000

    app-misc/qman: add missing dev-util/cunit test depdency
    
    Bug: https://bugs.gentoo.org/953507
    Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>

 app-misc/qman/qman-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)