Changes between Initial Version and Version 1 of Ticket #65203, comment 4


Ignore:
Timestamp:
Sep 2, 2022, 2:57:32 AM (21 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65203, comment 4

    initial v1  
    11Hi, Trying to do that does not solve my problem :
    22
     3{{{
    34[macp2034:anaconda3/include/python3.9] caux% port installed depends:gcc8
    45None of the specified ports are installed.
     6}}}
    57
    68It seems none of my ports depend on gcc8...
     
    810Then, I uninstalled gcc8 (I already tried that but it didn't work) :
    911
     12{{{
    1013[macp2034:anaconda3/include/python3.9] caux% sudo port uninstall gcc8
     14}}}
    1115
    1216If I then try the following command :
    1317
     18{{{
    1419[macp2034:anaconda3/include/python3.9] caux% port list gcc8
    15 
    1620gcc8                           @8.5.0          lang/gcc8
     21}}}
    1722
    1823Seems to indicate gcc8 is still present, and indeed if I run sudo port upgrade outdated
    1924
     25{{{
    2026[macp2034:anaconda3/include/python3.9] caux% sudo port upgrade outdated
    2127--->  Computing dependencies for gcc8
     
    2632--->  Building gcc8
    2733Error: Failed to build gcc8: command execution failed   
     34}}}
    2835
    2936I still have the same error.