Changes between Initial Version and Version 1 of Ticket #46830


Ignore:
Timestamp:
Feb 11, 2015, 10:22:16 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46830 – Description

    initial v1  
    22
    33When attempting to install qrupdate with the "accelerate" variant, I get an error:
     4{{{
    45Error: qrupdate: Variant atlas conflicts with accelerate
    56Error: Unable to open port: Error evaluating variants
     7}}}
    68
    79I am able to install it by specifying:
     10{{{
    811-atlas +accelerate
     12}}}
    913
    1014However, the errors continue after this, particularly when I do:
     15{{{
    1116port clean installed
     17}}}
    1218
    1319The clean will stop at qrupdate with:
     20{{{
    1421Error: qrupdate: Variant atlas conflicts with accelerate
    1522Error: Unable to open port: Error evaluating variants
     23}}}
    1624
    1725In order to finish the cleanup, I have to do:
     26{{{
    1827port clean installed and not qrupdate
    1928port clean qrupdate
     29}}}
    2030
    2131which succeeds.