Changes between Initial Version and Version 1 of Ticket #58746


Ignore:
Timestamp:
Jul 23, 2019, 1:42:37 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Hmm, well the log says:

:error:activate Failed to activate libgcc9: Image error: /opt/local/include/gcc/c++/algorithm is being used by the active libgcc port.  Please deactivate this port first, or use 'port -f activate libgcc9' to force the activation.

I don't know why libgcc9 and libgcc are both trying to provide the same files. But I haven't been paying attention to what's been going on with the gcc ports of late. I'll Cc Chris who made the last commits there.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58746

    • Property Cc cjones051073 added
    • Property Keywords libgcc9 libgcc removed
    • Property Port libgcc9 added
  • Ticket #58746 – Description

    initial v1  
    33i tried to
    44
    5 sudo port upgrade outdated on my Lion MP1.1
     5`sudo port upgrade outdated` on my Lion MP1.1
    66
    77
    88and if fails pretty soon here
    99
    10 
     10{{{
    1111sudo port upgrade outdated
    1212--->  Computing dependencies for libgcc
     
    1515--->  Activating libgcc9 @9.1.0_2
    1616Error: Failed to activate libgcc9
    17 
     17}}}
    1818
    1919
    2020afterwards i would
    2121
    22 
     22{{{
    2323sudo port deactivate libgcc
    24 
     24}}}
    2525
    2626and re-run the above
    2727
     28{{{
    2829sudo port upgrade outdated
    29 
    30 
     30}}}
    3131
    3232but the error remains.