[MacPorts] #57032: mozjs52 @52.6.0 configure failure on PPC
MacPorts
noreply at macports.org
Sun Sep 9 09:26:55 UTC 2018
#57032: mozjs52 @52.6.0 configure failure on PPC
------------------------+----------------------
Reporter: ballapete | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.3
Resolution: | Keywords: leopard
Port: mozjs52 |
------------------------+----------------------
Comment (by ballapete):
Looking in Leopard into mozjs-52.6.0gnome1/js/src/obj/config.log it seems
rather that GCC has #defined lower case strings, but not `ppc` or
`__powerpc__`. Instead it has `__ppc__`:
{{{
pete 238 /\ echo | g++-apple-4.2 -dM -E - | egrep -i
'ppc|cpu|app|darwin|gnu|plus'
#define _ARCH_PPCGR 1
#define __GNUC_PATCHLEVEL__ 4
#define __APPLE_CC__ 5666
#define __ppc__ 1
#define __APPLE__ 1
#define __GNUC__ 4
#define _ARCH_PPC 1
#define __VERSION__ "4.2.4 (Apple Inc. build 5666) (dot 3) (MacPorts
apple-gcc42 5666.3_15+gpl3)"
#define __GNUC_MINOR__ 2
#define __GNUC_GNU_INLINE__ 1
pete 239 /\ g++-mp-6 -dM -E - < /dev/null | egrep -i
'ppc|cpu|app|darwin|gnu|plus'
#define _ARCH_PPCGR 1
#define __GNUC_PATCHLEVEL__ 0
#define _ARCH_PPC 1
#define __APPLE_CC__ 1
#define __ppc__ 1
#define __APPLE__ 1
#define __GNUC__ 6
#define _CALL_DARWIN 1
#define __GNUC_STDC_INLINE__ 1
#define __APPLE_ALTIVEC__ 1
#define __GNUC_MINOR__ 4
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57032#comment:11>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list