Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649180 - app-emulation/fuse has unmet requirements
Summary: app-emulation/fuse has unmet requirements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Jan Ziak (atomsymbol)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-01 13:08 UTC by Petrus
Modified: 2018-03-14 17:27 UTC (History)
2 users (show)

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


Attachments
emerge --info app-emulation/fuse (emerge_info.txt,5.43 KB, text/plain)
2018-03-01 13:09 UTC, Petrus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petrus 2018-03-01 13:08:51 UTC
% sudo emerge -avt app-emulation/fuse

These are the packages that would be merged, in reverse order:

Calculating dependencies |

!!! Problem resolving dependencies for app-emulation/fuse
... done!

!!! The ebuild selected to satisfy "app-emulation/fuse" has unmet requirements.
- app-emulation/fuse-1.5.0::gentoo USE="X alsa gpm gtk png sdl xml -ao -fbcon -joystick -memlimit (-svga)" ABI_X86="(64)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( X fbcon gtk sdl svga )

About emerge info please see attachement.

---
And
% USE="-gtk -sdl" emerge -avt app-emulation/fuse
will emerge sucess.
Comment 1 Petrus 2018-03-01 13:09:43 UTC
Created attachment 521552 [details]
emerge --info app-emulation/fuse
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2018-03-06 07:29:52 UTC
OK, so you add this line to /etc/portage/profile/package.use:

app-emulation/fuse X -gtk -sdl -fbcon -svga

and then it works. I see no bug here.
Comment 3 Petrus 2018-03-06 07:46:44 UTC
(In reply to Jeroen Roovers from comment #2)
> OK, so you add this line to /etc/portage/profile/package.use:
> 
> app-emulation/fuse X -gtk -sdl -fbcon -svga
> 
> and then it works. I see no bug here.

Thank you. And defualt use flags make emerge failed does't count a bug? I thought it should be reported.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-06 10:20:31 UTC
It's up to maintainer. Let's let him decide.
Comment 5 Larry the Git Cow gentoo-dev 2018-03-14 17:27:33 UTC
The bug has been closed via the following commit(s):

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

commit cbd244ceaa2dac69a38c50b70e18456455efc384
Author:     Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
AuthorDate: 2018-03-14 15:39:10 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-03-14 17:26:48 +0000

    app-emulation/fuse: make USE flags satisfiable
    
    Makes default backend USE flags non-contradictory.
    
    Closes: https://bugs.gentoo.org/649180
    Closes: https://github.com/gentoo/gentoo/pull/7372

 app-emulation/fuse/fuse-1.5.1.ebuild | 25 ++++++++++++-------------
 app-emulation/fuse/metadata.xml      |  7 +++++++
 2 files changed, 19 insertions(+), 13 deletions(-)