Changes between Initial Version and Version 2 of Ticket #59344
- Timestamp:
- Oct 16, 2019, 9:25:09 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59344 – Description
initial v2 1 1 1. Everything goes well with xcode11.0, but when installing gcc9 with xcode11.1 it fails (I followed exactly the migration procedure). I have the following: 2 2 3 {{{ 3 4 sudo xcode-select --version => xcode-select version 2370. 4 5 xcrun --show-sdk-path => /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk 6 }}} 5 7 6 8 2. Then I tried to install gcc9 7 9 10 {{{ 8 11 ..... 9 12 … … 18 21 Error: Follow https://guide.macports.org/#project.tickets to report a bug. 19 22 Error: Processing of port gcc9 failed 23 }}} 20 24 21 25 3. I desactivated libunwind-headers 22 26 27 {{{ 23 28 houzeaux:/Users/houzeaux/Desktop % sudo port -f deactivate libunwind-headers 24 29 Password: 25 30 ---> Deactivating libunwind-headers @5.0.1_0 26 31 ---> Cleaning libunwind-headers 27 32 }}} 28 33 29 34 4. I reinstall gcc9 and get the following message: 30 35 36 {{{ 31 37 sudo port install gcc9 32 38 ---> Computing dependencies for gcc9 … … 44 50 Error: Follow https://guide.macports.org/#project.tickets to report a bug. 45 51 Error: Processing of port gcc9 failed 52 }}} 46 53 47 54 5. I attach the log file