https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-libs/nghttp3-1.2.0 one or more CMake variables were not used by the project. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0057
Created attachment 885177 [details] build.log build log and emerge --info
*** Bug 924760 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9d5c9ce6dbf1dc41413ba829f51ee73d5b11cb commit 3c9d5c9ce6dbf1dc41413ba829f51ee73d5b11cb Author: Craig Andrews <candrews@gentoo.org> AuthorDate: 2024-04-05 15:05:05 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2024-04-05 15:08:35 +0000 net-libs/nghttp3: no longer uses cunit Closes: https://bugs.gentoo.org/924750 See: https://github.com/ngtcp2/nghttp3/releases/tag/v1.2.0 See: https://github.com/ngtcp2/nghttp3/commit/67f39861a81d8d19ea085b62655353e484d2080f Signed-off-by: Craig Andrews <candrews@gentoo.org> net-libs/nghttp3/nghttp3-1.2.0-r1.ebuild | 39 ++++++++++++++++++++++++++++++++ net-libs/nghttp3/nghttp3-9999.ebuild | 5 ++-- 2 files changed, 41 insertions(+), 3 deletions(-)
Shouldn't the dep on cunit be dropped too then?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c7d3a5d415467c36a739d4dea24f59f8c30c9f commit b3c7d3a5d415467c36a739d4dea24f59f8c30c9f Author: Craig Andrews <candrews@gentoo.org> AuthorDate: 2024-04-05 15:24:43 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2024-04-05 15:26:29 +0000 net-libs/nghttp3: remove unused cunit dependency Bug: https://bugs.gentoo.org/924750 Signed-off-by: Craig Andrews <candrews@gentoo.org> net-libs/nghttp3/nghttp3-1.2.0-r2.ebuild | 37 ++++++++++++++++++++++++++++++++ net-libs/nghttp3/nghttp3-9999.ebuild | 4 +--- 2 files changed, 38 insertions(+), 3 deletions(-)
(In reply to Sam James from comment #4) > Shouldn't the dep on cunit be dropped too then? Absolutely! Sorry I missed that; thanks for pointing it out.
Thank you for the quick fix!