Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893618 - net-p2p/transmission-4.0.0-r1 one or more CMake variables were not used by the project
Summary: net-p2p/transmission-4.0.0-r1 one or more CMake variables were not used by th...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-08 16:03 UTC by Agostino Sarubbo
Modified: 2023-02-10 23:11 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,288.77 KB, text/plain)
2023-02-08 16:03 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 2023-02-08 16:03:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-p2p/transmission-4.0.0 one or more CMake variables were not used by the project.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-08 16:03:24 UTC
Created attachment 850176 [details]
build.log

build log and emerge --info
Comment 2 Mike Gilbert gentoo-dev 2023-02-08 16:47:05 UTC
 * QA Notice: One or more CMake variables were not used by the project:
 *   CMAKE_CXX_FLAGS
 *   CMAKE_INSTALL_LIBDIR

The ebuild does not pass these flags; they are passed via the eclass. There is no way for me to avoid it.
Comment 3 Mike Gilbert gentoo-dev 2023-02-08 19:48:53 UTC
Re-opening to take another look.
Comment 4 Agostino Sarubbo gentoo-dev 2023-02-09 07:51:46 UTC
ci has reproduced this issue with version 4.0.0-r1 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2023-02-10 23:11:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418a0afde0f80b9592ad98c6b3ef40a52a986a36

commit 418a0afde0f80b9592ad98c6b3ef40a52a986a36
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2023-02-10 23:05:33 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2023-02-10 23:08:06 +0000

    net-p2p/transmission: EAPI 8
    
    Also fix cmake warning about unused variables.
    
    Closes: https://bugs.gentoo.org/893618
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 .../files/transmission-4.0.0-cmake-unused.patch    | 33 ++++++++++++++++++++++
 ....0.0-r1.ebuild => transmission-4.0.0-r2.ebuild} |  7 +++--
 net-p2p/transmission/transmission-9999.ebuild      |  8 +-----
 3 files changed, 38 insertions(+), 10 deletions(-)