Changes between Version 72 and Version 73 of ProblemHotlist
- Timestamp:
- Feb 18, 2012, 10:23:37 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v72 v73 1 1 = Problem Hotlist = 2 3 == MacPorts stops working after installing Xcode 4.3 == #xcode43 4 5 Due to incompatible changes in Xcode 4.3, it cannot be used by MacPorts at present. Many of the issues should be able to be fixed in a MacPorts update, but some may need to be resolved by Apple in an Xcode update. 2 6 3 7 == A port build fails on Snow Leopard with: "file is not of required architecture" == #wrongarch … … 8 12 9 13 gcc has been the compiler collection MacPorts has used by default up until Xcode 4, in which Apple has switched to the llvm/clang compiler collection. These are new compilers and many programs have not yet been tested with them, and some ports will fail as a result. Using a different compiler may work better for a particular port. If the below workarounds enable you to install a port that failed with its default compiler, file a ticket and let us know so we can fix it. Portfile authors, see wiki:PortfileRecipes#compiler. 10 11 === Xcode 4.3 === #xcode4312 13 Xcode 4.3 users need to follow the [wiki:Migration] instructions. The latest Xcode requires a license agreement, manually instructing Xcode to use its new directory and a rebuild of several packages.14 14 15 15 === Xcode 4.2 and later === #xcode42