[MacPorts] #46547: ld64 does not build on PPC Mac OS X 10.4.11 Tiger because some C header files cannot be found
MacPorts
noreply at macports.org
Thu Jan 15 12:29:08 PST 2015
#46547: ld64 does not build on PPC Mac OS X 10.4.11 Tiger because some C header
files cannot be found
------------------------------+--------------------------------
Reporter: Peter_Dyballa@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: worksforme | Keywords:
Port: ld64 |
------------------------------+--------------------------------
Comment (by Peter_Dyballa@…):
ld64-97.17/src/ld/parsers/libunwind/Registers.hpp has on line #38 an
unconditional
{{{
#include <mach/i386/thread_status.h>
}}}
which should be on PPC hardware a
{{{
#include <mach/ppc/thread_status.h>
}}}
I have:
{{{
-r--r--r-- 1 root wheel 14321 20 Sep 2007
/usr/include/mach/i386/thread_status.h
-r--r--r-- 1 root wheel 1277 20 Sep 2007
/usr/include/mach/machine/thread_status.h
-r--r--r-- 1 root wheel 5102 20 Sep 2007
/usr/include/mach/ppc/thread_status.h
-r--r--r-- 1 root wheel 3092 20 Sep 2007
/usr/include/mach/thread_status.h
}}}
--
Ticket URL: <https://trac.macports.org/ticket/46547#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list