Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833110 - app-misc/mc needs dependency on sys-fs/e2fsprogs[tools(+)]
Summary: app-misc/mc needs dependency on sys-fs/e2fsprogs[tools(+)]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
: 836733 (view as bug list)
Depends on:
Blocks: 806875
  Show dependency tree
 
Reported: 2022-02-11 08:32 UTC by Matt Whitlock
Modified: 2022-04-09 04:37 UTC (History)
5 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 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(-)