Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 833110

Summary: app-misc/mc needs dependency on sys-fs/e2fsprogs[tools(+)]
Product: Gentoo Linux Reporter: Matt Whitlock <gentoo>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal CC: marecki, matthew, mrtelekinesis, sam, slashbeast
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 806875    

Description Matt Whitlock 2022-02-11 08:32:20 UTC
As pointed out in [1], the build of app-misc/mc fails if >=sys-fs/e2fsprogs-1.46.5 is installed without USE="tools", as that configuration is equivalent to the old sys-libs/e2fsprogs-libs.

The dependency of app-misc/mc needs to change from

  kernel_linux? ( sys-fs/e2fsprogs )

to

  kernel_linux? ( sys-fs/e2fsprogs[tools(+)] )

__________

[1] https://forums.gentoo.org/viewtopic-t-1147228.html
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-09 04:33:37 UTC
*** Bug 836733 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2022-04-09 04:37:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21437e3e8f5c886aeec8bbcb3baf29ea227ec00a

commit 21437e3e8f5c886aeec8bbcb3baf29ea227ec00a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-09 04:37:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-09 04:37:45 +0000

    app-misc/mc: add use-dep on e2fsprogs[tools(+)]
    
    Closes: https://bugs.gentoo.org/833110
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/mc/{mc-4.8.27.ebuild => mc-4.8.27-r1.ebuild} | 4 ++--
 app-misc/mc/{mc-4.8.28.ebuild => mc-4.8.28-r1.ebuild} | 2 +-
 app-misc/mc/mc-9999.ebuild                            | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)