Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838025 - dev-util/ostree: use fuse:3
Summary: dev-util/ostree: use fuse:3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 838019
  Show dependency tree
 
Reported: 2022-04-12 07:50 UTC by Sam James
Modified: 2022-04-13 03:29 UTC (History)
0 users

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.
Comment 1 Larry the Git Cow gentoo-dev 2022-04-13 02:50:48 UTC
The bug has been closed via the following commit(s):

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

commit ad32542bca48dba9c41ffe093d07b8fd1e28d670
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-04-13 02:49:01 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-04-13 02:50:07 +0000

    dev-util/ostree: use fuse:3 when available
    
    Closes: https://bugs.gentoo.org/838025
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-util/ostree/ostree-2022.1-r1.ebuild | 2 +-
 dev-util/ostree/ostree-2022.2.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-13 02:56:10 UTC
Thanks!

It may be better to hard-depend on fuse3 though given this currently allows either (and is ambiguous about which slot - it's somewhat automagic). This is what I've been suggesting for the pcre2 porting, to simplify things.

Up to you though!
Comment 3 Larry the Git Cow gentoo-dev 2022-04-13 03:08:46 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b79c00c46ebdce7e5d8c276fcae07e1a2609579

commit 5b79c00c46ebdce7e5d8c276fcae07e1a2609579
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-04-13 03:07:06 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-04-13 03:08:16 +0000

    dev-util/ostree: hard depend on fuse:3
    
    Bug: https://bugs.gentoo.org/838025
    Suggested-by: Sam James <sam@gentoo.org>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-util/ostree/ostree-2022.1-r1.ebuild | 2 +-
 dev-util/ostree/ostree-2022.2.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-13 03:29:12 UTC
cheers!