Changes between Initial Version and Version 1 of Ticket #46830
- Timestamp:
- Feb 11, 2015, 10:22:16 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46830 – Description
initial v1 2 2 3 3 When attempting to install qrupdate with the "accelerate" variant, I get an error: 4 {{{ 4 5 Error: qrupdate: Variant atlas conflicts with accelerate 5 6 Error: Unable to open port: Error evaluating variants 7 }}} 6 8 7 9 I am able to install it by specifying: 10 {{{ 8 11 -atlas +accelerate 12 }}} 9 13 10 14 However, the errors continue after this, particularly when I do: 15 {{{ 11 16 port clean installed 17 }}} 12 18 13 19 The clean will stop at qrupdate with: 20 {{{ 14 21 Error: qrupdate: Variant atlas conflicts with accelerate 15 22 Error: Unable to open port: Error evaluating variants 23 }}} 16 24 17 25 In order to finish the cleanup, I have to do: 26 {{{ 18 27 port clean installed and not qrupdate 19 28 port clean qrupdate 29 }}} 20 30 21 31 which succeeds.