Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 891945 - sci-libs/miopen-5.1.3-r1 one or more CMake variables were not used by the project (USR-MERGE-SYSTEM)
Summary: sci-libs/miopen-5.1.3-r1 one or more CMake variables were not used by the pro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-01-24 14:46 UTC by Agostino Sarubbo
Modified: 2023-02-08 04:18 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,43.74 KB, application/x-xz)
2023-01-24 14:46 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-01-24 14:46:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/miopen-5.1.3-r1 one or more CMake variables were not used by the project (USR-MERGE-SYSTEM).
Discovered on: amd64 (internal ref: usr-merge_tinderbox)

NOTE:
(USR-MERGE-SYSTEM) in the summary means that the bug was found on a machine that runs default/linux/amd64/17.1/systemd/merged-usr profile but this bug MAY or MAY NOT BE related to the new profile.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-24 14:46:48 UTC
Created attachment 849145 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Larry the Git Cow gentoo-dev 2023-02-08 04:18:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f749acaea36d8ef66c2c4834c598247bb15ae41

commit 4f749acaea36d8ef66c2c4834c598247bb15ae41
Author:     Yiyang Wu <xgreenlandforwyy@gmail.com>
AuthorDate: 2023-02-01 09:45:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-08 04:17:29 +0000

    dev-util/roctracer: strip -Werror and fix a configure issue
    
    hip-config.cmake run ${HIP_CXX_COMPILER} -print-resource-dir to
    determine some paths. By default,
    HIP_CXX_COMPILER=${CMAKE_CXX_COMPILER}=gcc, causing configuration
    issues, so set HIP_CXX_COMPILER=hipcc.
    
    Closes: https://bugs.gentoo.org/891945
    Bug: https://bugs.gentoo.org/892730
    Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/29376
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/roctracer/files/roctracer-5.3.3-Werror.patch | 15 +++++++++++++++
 dev-util/roctracer/roctracer-5.3.3.ebuild             |  4 +++-
 2 files changed, 18 insertions(+), 1 deletion(-)