Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927627 - sys-apps/hwloc has automagic dependency on dev-libs/level-zero
Summary: sys-apps/hwloc has automagic dependency on dev-libs/level-zero
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-23 12:04 UTC by Andrew Ammerlaan
Modified: 2024-04-25 08:49 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Ammerlaan gentoo-dev 2024-03-23 12:04:42 UTC
Depcleaning level-zero from my system results in:

!!! existing preserved libs:
>>> package: dev-libs/level-zero-1.16.1
*  - /usr/lib64/libze_loader.so.1
*  - /usr/lib64/libze_loader.so.1.16.1
*      used by /usr/lib64/hwloc/hwloc_levelzero.so (sys-apps/hwloc-2.9.3)

It appears that hwloc will build hwloc_levelzero.so if level-zero is found, but the ebuild does not reflect this.
Comment 1 Larry the Git Cow gentoo-dev 2024-04-25 08:49:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21867382426ea87eccf3c49ece762b4e83589edd

commit 21867382426ea87eccf3c49ece762b4e83589edd
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2024-04-25 08:45:15 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2024-04-25 08:48:24 +0000

    sys-apps/hwloc: remove automagic behaviour of rocm/l0
    
    And:
    - fixed the icon file
    - add doc flag to install doxygen documentation
    
    Closes: https://bugs.gentoo.org/926862
    Closes: https://bugs.gentoo.org/927627
    Closes: https://bugs.gentoo.org/833345
    Closes: https://bugs.gentoo.org/836663
    Closes: https://github.com/gentoo/gentoo/pull/25837
    Co-authored-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 profiles/arch/amd64/package.use.mask                        |  4 ++++
 profiles/arch/base/package.use.mask                         |  4 ++++
 profiles/features/musl/package.use.mask                     |  4 ++++
 .../hwloc/{hwloc-2.9.3.ebuild => hwloc-2.9.3-r1.ebuild}     | 13 +++++++++++--
 sys-apps/hwloc/metadata.xml                                 |  2 ++
 5 files changed, 25 insertions(+), 2 deletions(-)