Opened 14 years ago

Last modified 14 years ago

#24243 closed defect

libproxy 0.4.0 build failure 10.4.11 — at Version 2

Reported by: yaseppochi (Stephen J. Turnbull) Owned by: devans@…
Priority: Normal Milestone:
Component: ports Version: 1.8.99
Keywords: tiger Cc: nox@…, rmsfisher@…, raimue@…
Port: libproxy

Description (last modified by jmroot (Joshua Root))

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.

Change History (3)

Changed 14 years ago by yaseppochi (Stephen J. Turnbull)

Attachment: main.log added

Correct main.log (the previous one is old, I was fooled by a change in MacPorts naming scheme).

comment:1 Changed 14 years ago by yaseppochi (Stephen J. Turnbull)

Oops, transposed digits in the xref. "21427" is incorrect. The correct reference is to #24127.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: nox@… rmsfisher@… raimue@… added
Description: modified (diff)
Keywords: tiger added
Owner: changed from macports-tickets@… to devans@…

Please remember to cc the maintainer.

Note: See TracTickets for help on using tickets.