#23343: trouble installing gettext on Snow leopard ------------------------------------+--------------------------------------- Reporter: CelindaVielh@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gettext ------------------------------------+--------------------------------------- Comment(by ryandesign@…): Ok, I hadn't anticipated the parenthetical cputype and cpusubtype clause when designing the archcheck portgroup. Looking at the [http://www.opensource.apple.com/source/cctools/cctools-758/misc/lipo.c lipo source code], it seems that's what it prints when it doesn't know a cputype/cpusubtype combination. I'm not sure why this would occur though. cputype 16777223 is CPU_TYPE_X86_64 and cpusubtype 3 is CPU_SUBTYPE_X86_64_ALL which are [http://www.opensource.apple.com/source/xnu/xnu-1486.2.11/osfmk/mach/machine.... defined in machine.h] and should lead `lipo` to output the architecture "x86_64". I don't know why it doesn't for you. I'm also unclear why the parentheses are absent in the output MacPorts displayed to you initially; I'm unable to reproduce that here. Possibilities that come to mind are: do you have the latest developer tools installed? If not, please upgrade to Xcode 3.2.1. If that's not it, then I'd suspect your `lipo` is not Apple's `lipo`. What does "`which lipo`" say? -- Ticket URL: <http://trac.macports.org/ticket/23343#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS