#38299: gettext does not build for me on Leopard ----------------------+-------------------------- Reporter: cdev9@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: leopard Port: gettext | ----------------------+-------------------------- Comment (by ryandesign@…): Replying to [comment:6 egall@…]:
Looking back at the log, it looks like MacPorts is trying to build gettext for x86_64 while libiconv is only built for i386 and ppc.
Agreed.
Try adding x86_64 to your universal_variants in your macports.conf,
You mean universal_archs. It's already there. Look at the first line of the log: {{{ ---> Attempting to fetch gettext-0.18.2_2+universal.darwin_9.i386-x86_64.tbz2 from http://packages.macports.org/gettext }}}
then rebuilding libiconv, and then rebuilding gettext, and then seeing if that does anything.
Yes, you can't go switching universal_archs (or build_arch) after you've already installed ports. To make this work, uninstall all ports that were installed i386 ppc universal, then reinstall them for the new i386 x86_64 universal. -- Ticket URL: <https://trac.macports.org/ticket/38299#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X