#24243: libproxy 0.4.0 build failure 10.4.11 --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.99 Keywords: tiger | Port: libproxy --------------------------------+------------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => devans@… * cc: nox@…, rmsfisher@…, raimue@… (added) * keywords: => tiger Old description:
I believe this is not the failure in ticket #21427.
Build fails because libraries are expected to be in /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib, not /opt/local/lib.
I wonder if Apple g++-4.0 on 10.4.11 PPC confuses the -isysroot flag with the --sysroot flag. Or maybe it's CMake weirdness. I've never seen anything like this before.
See attached main.log for details.
I tried setting configure.cc to /opt/local/bin/gcc-mp-4.2 and configure.g++ to /opt/local/bin/g++-mp-4.3 in Portfile, but this fails at the configure stage because the MacPorts compilers don't support the "-arch ppc" flag.
New description: I believe this is not the failure in ticket #24127. Build fails because libraries are expected to be in /Developer/SDKs/MacOSX10.4u.sdk/opt/local/lib, not /opt/local/lib. I wonder if Apple g++-4.0 on 10.4.11 PPC confuses the -isysroot flag with the --sysroot flag. Or maybe it's CMake weirdness. I've never seen anything like this before. See attached main.log for details. I tried setting configure.cc to /opt/local/bin/gcc-mp-4.2 and configure.g++ to /opt/local/bin/g++-mp-4.3 in Portfile, but this fails at the configure stage because the MacPorts compilers don't support the "-arch ppc" flag. -- Comment: Please remember to cc the maintainer. -- Ticket URL: <http://trac.macports.org/ticket/24243#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS