#51309: libproxy @0.4.13 fails building in 10.5.8. PPC -------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: libproxy | -------------------------+-------------------------------- Comment (by devans@…): Three possible fixes that I see. * Use a newer clang compiler to build if you can install it on your platform. Just blacklisting the current compiler will cause the port to build with clang-3.4 which, as I understand it, is problematic for ppc platforms. You need clang-3.6 or better for ppc support. See [https://trac.macports.org/wiki/LibcxxOnOlderSystems Building libcxx on older systems] for issues on Leopard ppc. This will use libcxx @3.7.1_0. The following works for me but I'm testing on Yellowstone. {{{ sudo port install clang-3.7 sudo port install libproxy configure.compiler=macports-clang-3.7 }}} * Disable building of the kde-config module on 10.5 and earlier if this is acceptable to you * As a last resort you can roll back your port to the previous version (locally) Please test and let me know what works. I can then modify the port accordingly. I'm guessing that disabling kde-config may be the most practical choice. -- Ticket URL: <https://trac.macports.org/ticket/51309#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X