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


Ignore:
Timestamp:
Aug 3, 2020, 7:01:41 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58733, comment 6

    initial v1  
    1212Great problem and conflict here because of your change – libevent is not able to update:
    1313
     14{{{
     15$ sudo port selfupdate; sudo port -u upgrade outdated
     16Password:
     17--->  Updating MacPorts base sources using rsync
     18MacPorts base version 2.5.4 installed,
     19MacPorts base version 2.5.4 downloaded.
     20--->  Updating the ports tree
     21--->  MacPorts base is already the latest version
    1422
    15 $ sudo port selfupdate; sudo port -u upgrade outdated\\
    16 Password:\\
    17 --->  Updating MacPorts base sources using rsync\\
    18 MacPorts base version 2.5.4 installed,\\
    19 MacPorts base version 2.5.4 downloaded.\\
    20 --->  Updating the ports tree\\
    21 --->  MacPorts base is already the latest version\\
     23The ports tree has been updated. To upgrade your installed ports, you should run
     24  port upgrade outdated
     25--->  Computing dependencies for libevent
     26Error: Can't install libevent because conflicting ports are active: libev
     27Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     28}}}
    2229
    23 The ports tree has been updated. To upgrade your installed ports, you should run\\
    24   port upgrade outdated\\
    25 --->  Computing dependencies for libevent\\
    26 Error: Can't install libevent because conflicting ports are active: libev\\
    27 Error: Follow https://guide.macports.org/#project.tickets to report a bug.\\
     30{{{
     31$ sudo port installed
     32The following ports are currently installed:
     33[…]
     34libev @4.27_0 (active)
     35libevent @2.1.8_0 (active)
     36[…]
     37}}}
    2838
    29 
    30 
    31 $ sudo port installed\\
    32 The following ports are currently installed:\\
    33 […]\\
    34 libev @4.27_0 (active)\\
    35 libevent @2.1.8_0 (active)\\
    36 […]\\
    37 
    38 
    39 
    40 $ sudo port upgrade libevent\\
    41 --->  Computing dependencies for libevent\\
    42 Error: Can't install libevent because conflicting ports are active: libev\\
    43 Error: Follow https://guide.macports.org/#project.tickets to report a bug.\\
     39{{{
     40$ sudo port upgrade libevent
     41--->  Computing dependencies for libevent
     42Error: Can't install libevent because conflicting ports are active: libev
     43Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     44}}}
    4445
    4546As a trial:
    4647
    47 $ sudo port upgrade libev\\
    48 --->  Scanning binaries for linking errors\\
    49 --->  No broken files found.\\                       
    50 --->  No broken ports found.\\
     48{{{
     49$ sudo port upgrade libev
     50--->  Scanning binaries for linking errors
     51--->  No broken files found.
     52--->  No broken ports found.
     53}}}