Changes between Initial Version and Version 7 of Ticket #61280
- Timestamp:
- Oct 7, 2020, 6:00:24 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61280
-
Property
Status
changed from
new
toassigned
- Property Cc larryv kencu added
-
Property
Summary
changed from
port upgrade clang-3.4 fails on Mountain Lion
toclang-3.4: error: invalid version number in '-mlinker-version=6.'
- Property Keywords mountainlion added
- Property Owner set to jeremyhu
-
Property
Status
changed from
-
Ticket #61280 – Description
initial v7 1 1 On a MacBook Pro, OSX 10.8.5, Xtools 5.1.2, I run 2 {{{ 2 3 sudo port upgrade outdated 4 }}} 3 5 immediately goes to 6 {{{ 4 7 ---> Computing dependencies for clang-3.4 5 8 ... 6 9 ---> Building clang-3.4 7 10 Error: Failed to build clang-3.4: command execution failed 11 }}} 8 12 9 13 Looking at the log, it appears that this is the error: 14 {{{ 10 15 :info:build clang: error: invalid version number in '-mlinker-version=6.' 16 }}} 11 17 12 18 I'll attach the log to the ticket.