Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568862 - [sage-on-gentoo overlay] sci-mathematics/sage-6.10 with testsuite - blocking USE flag conditions
Summary: [sage-on-gentoo overlay] sci-mathematics/sage-6.10 with testsuite - blocking ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: François Bissey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-20 09:54 UTC by Juergen Rose
Modified: 2016-05-14 10:36 UTC (History)
1 user (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 Juergen Rose 2015-12-20 09:54:36 UTC
If I have 
sci-mathematics/sage testsuite -pdf -html
'emerge -uvND world' complaines about:
!!! The ebuild selected to satisfy "sci-mathematics/sage" has unmet requirements.
- sci-mathematics/sage-6.10::sage-on-gentoo USE="X bin-html latex testsuite -bin-pdf -bliss -debug -html -modular_decomposition -pdf" ABI_X86="64" LINGUAS="de en fr ru -ca -hu -it -pt -tr" PYTHON_TARGETS="python2_7"

  The following REQUIRED_USE flag constraints are unsatisfied:
    testsuite? ( html )

  The above constraints are a subset of the following complete expression:
    html? ( linguas_en ) testsuite? ( html ) any-of ( python_targets_python2_7 )


If I have 
sci-mathematics/sage testsuite -pdf
'emerge -uvND world' complaines about:
!!! The ebuild selected to satisfy "sci-mathematics/sage" has unmet requirements.
- sci-mathematics/sage-6.9::sage-on-gentoo USE="X bin-html html latex testsuite -arb -bin-pdf -bliss -debug -modular_decomposition -pdf" ABI_X86="64" LINGUAS="de en fr ru -ca -hu -it -pt -tr" PYTHON_TARGETS="python2_7"

  The following REQUIRED_USE flag constraints are unsatisfied:
    bin-html? ( !html )

  The above constraints are a subset of the following complete expression:
    html? ( linguas_en ) testsuite? ( any-of ( bin-html html ) ) bin-html? ( !html !pdf linguas_en ) bin-pdf? ( !html !pdf linguas_en ) any-of ( python_targets_python2_7 )
Comment 1 François Bissey 2016-04-22 21:33:08 UTC
Yes that was a mistake on my part and I think it has been fixed. Please close.