Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595884 - sys-apps/portage-2.3.1: emerge -Of shouldn't try to resolve REQUIRED_USE
Summary: sys-apps/portage-2.3.1: emerge -Of shouldn't try to resolve REQUIRED_USE
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 377365
  Show dependency tree
 
Reported: 2016-10-02 09:13 UTC by Pacho Ramos
Modified: 2016-10-02 09:25 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.
Description Pacho Ramos gentoo-dev 2016-10-02 09:13:56 UTC
I was a bit surprise this command didn't simply fetch the files, specially taking care SRC_URI is always the same (I mean, it doesn't change depending on the USE flags for example):
$ emerge -Of nova


!!! Problem resolving dependencies for sys-cluster/nova

!!! The ebuild selected to satisfy "nova" has unmet requirements.
- sys-cluster/nova-13.1.1::gentoo USE="compute memcached novncproxy rabbitmq -compute-only -iscsi -mysql -openvswitch -postgres -sqlite" ABI_X86="64" PYTHON_TARGETS="python2_7"

  The following REQUIRED_USE flag constraints are unsatisfied:
    !compute-only? ( any-of ( mysql postgres sqlite ) )

  The above constraints are a subset of the following complete expression:
    !compute-only? ( any-of ( mysql postgres sqlite ) ) compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite ) any-of ( python_targets_python2_7 )

Thanks