Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794820 - app-emulation/qemu: automagic dependency on sys-fs/fuse
Summary: app-emulation/qemu: automagic dependency on sys-fs/fuse
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-07 18:48 UTC by Sam James
Modified: 2021-06-07 21:29 UTC (History)
2 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-06-07 18:48:21 UTC
Automagic dependency on fuse?

>>> package: sys-fs/fuse-3.10.3
 *  - /usr/lib64/libfuse3.so.3
 *  - /usr/lib64/libfuse3.so.3.10.3
 *      used by /usr/bin/qemu-nbd (app-emulation/qemu-6.0.0)
 *      used by /usr/bin/qemu-storage-daemon (app-emulation/qemu-6.0.0)
 *      used by /usr/bin/qemu-system-aarch64 (app-emulation/qemu-6.0.0)
 *      used by 3 other files
Use emerge @preserved-rebuild to rebuild packages using these libraries
Comment 1 Larry the Git Cow gentoo-dev 2021-06-07 21:29:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfec82893872b61cd42f77b61e034384753dd04

commit 8cfec82893872b61cd42f77b61e034384753dd04
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-06-07 21:29:30 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-06-07 21:29:41 +0000

    app-emulation/qemu: guard fuse depend behind USE=fuse
    
    The change converts automagic FUSE depend for raw block
    device export into a USE-guarded flag.
    
    Reported-by: Sam James
    Closes: https://bugs.gentoo.org/794820
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-emulation/qemu/metadata.xml      | 1 +
 app-emulation/qemu/qemu-6.0.0.ebuild | 4 +++-
 app-emulation/qemu/qemu-9999.ebuild  | 4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)