#28997: zsh-templates-osx architecture mismatch -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mnick@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: zsh-templates-osx -------------------------------------+-------------------------------------- The architecture of the files (well, one file) installed by the zsh- templates-osx port does not match the architecture(s) the port claims to have installed files for: {{{ $ port -q contents zsh-templates-osx | xargs -n 1 lipo -info 2>/dev/null Architectures in the fat file: /opt/local/etc/zsh/zshrc.d/local- functions/etc/Pashua.app/Contents/MacOS/Pashua are: ppc i386 $ port -v installed zsh-templates-osx The following ports are currently installed: zsh-templates-osx @2.0.4_0 (active) platform='darwin 10' archs='x86_64' }}} Sounds like the port needs "supported_archs i386 ppc" and to add a universal variant, and to thin the binary if the universal variant is not selected. See the isightcapture port for an example of a way to do this. -- Ticket URL: <https://trac.macports.org/ticket/28997> MacPorts <http://www.macports.org/> Ports system for Mac OS