Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924750 - net-libs/nghttp3-1.2.0 one or more CMake variables were not used by the project
Summary: net-libs/nghttp3-1.2.0 one or more CMake variables were not used by the project
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
: 924760 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-02-17 07:33 UTC by Agostino Sarubbo
Modified: 2024-04-05 15:27 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,127.93 KB, text/plain)
2024-02-17 07:33 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 2024-02-17 07:33:00 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-17 07:33:02 UTC
Created attachment 885177 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-17 08:19:54 UTC
*** Bug 924760 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2024-04-05 15:08:37 UTC
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(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-04-05 15:20:06 UTC
Shouldn't the dep on cunit be dropped too then?
Comment 5 Larry the Git Cow gentoo-dev 2024-04-05 15:26:31 UTC
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(-)
Comment 6 Craig Andrews gentoo-dev 2024-04-05 15:26:56 UTC
(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.
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-04-05 15:27:47 UTC
Thank you for the quick fix!