Opened 15 years ago
Last modified 14 years ago
#24243 closed defect
libproxy 0.4.0 build failure 10.4.11 — at Initial Version
Reported by: | yaseppochi (Stephen J. Turnbull) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.99 |
Keywords: | tiger | Cc: | |
Port: | libproxy |
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.
Note: See
TracTickets for help on using
tickets.
Correct main.log (the previous one is old, I was fooled by a change in MacPorts naming scheme).