Changes between Initial Version and Version 1 of Ticket #65203, comment 4
- Timestamp:
- Sep 2, 2022, 2:57:32 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65203, comment 4
initial v1 1 1 Hi, Trying to do that does not solve my problem : 2 2 3 {{{ 3 4 [macp2034:anaconda3/include/python3.9] caux% port installed depends:gcc8 4 5 None of the specified ports are installed. 6 }}} 5 7 6 8 It seems none of my ports depend on gcc8... … … 8 10 Then, I uninstalled gcc8 (I already tried that but it didn't work) : 9 11 12 {{{ 10 13 [macp2034:anaconda3/include/python3.9] caux% sudo port uninstall gcc8 14 }}} 11 15 12 16 If I then try the following command : 13 17 18 {{{ 14 19 [macp2034:anaconda3/include/python3.9] caux% port list gcc8 15 16 20 gcc8 @8.5.0 lang/gcc8 21 }}} 17 22 18 23 Seems to indicate gcc8 is still present, and indeed if I run sudo port upgrade outdated 19 24 25 {{{ 20 26 [macp2034:anaconda3/include/python3.9] caux% sudo port upgrade outdated 21 27 ---> Computing dependencies for gcc8 … … 26 32 ---> Building gcc8 27 33 Error: Failed to build gcc8: command execution failed 34 }}} 28 35 29 36 I still have the same error.