Changes between Initial Version and Version 1 of Ticket #64354, comment 6


Ignore:
Timestamp:
Jan 5, 2022, 1:39:19 AM (2 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64354, comment 6

    initial v1  
    1 {{{
    2 $ sudo port clean --all doxygen
    3 Enter PIN for 'Certificate For PIV Authentication (Blumenthal, Uri (UR20980))':
    4 --->  Cleaning doxygen
    5 $ sudo port selfupdate
    6 --->  Updating MacPorts base sources using rsync
    7 MacPorts base version 2.7.1 installed,
    8 MacPorts base version 2.7.1 downloaded.
    9 --->  Updating the ports tree
    10 --->  MacPorts base is already the latest version
    11 
    12 The ports tree has been updated. To upgrade your installed ports, you should run
    13   port upgrade outdated
    14 $ port installed doxygen
    15 The following ports are currently installed:
    16   doxygen @1.9.2_0 (active)
    17 $ sudo port upgrade --enforce-variants doxygen -qt4 +qt5 +wizard
    18 Enter PIN for 'Certificate For PIV Authentication (Blumenthal, Uri (UR20980))':
    19 Error: doxygen: Variant qt4 conflicts with qt5
    20 Error: Unable to open port: Error evaluating variants
    21 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    22 $ sudo port upgrade --enforce-variants doxygen +qt5 +wizard
    23 Error: doxygen: Variant qt4 conflicts with qt5
    24 Error: Unable to open port: Error evaluating variants
    25 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    26 $ sudo port clean --all doxygen
    27 --->  Cleaning doxygen
    28 $ sudo port upgrade --enforce-variants doxygen +qt5 +wizard
    29 Error: doxygen: Variant qt4 conflicts with qt5
    30 Error: Unable to open port: Error evaluating variants
    31 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    32 $
    33 }}}