Changes between Initial Version and Version 2 of Ticket #48659
- Timestamp:
- Aug 21, 2015, 7:32:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48659
-
Property
Priority
changed from
High
toNormal
-
Property
Priority
changed from
-
Ticket #48659 – Description
initial v2 1 1 I got the following error during upgrade. 2 2 3 {{{ 3 4 ShimMBA:~ DanShim$ sudo port upgrade outdated 4 5 … … 6 7 To report a bug, follow the instructions in the guide: 7 8 http://guide.macports.org/#project.tickets 9 }}} 8 10 9 11 Then I try to check the version of gcc. It seems fine, I am unsure. 10 12 13 {{{ 11 14 ShimMBA:~ DanShim$ gcc-4.2 -v 12 15 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 … … 14 17 Target: x86_64-apple-darwin14.5.0 15 18 Thread model: posix 19 }}} 16 20 17 21 I reinstalled command line tools but it did not help.