#29848: xz configure error - build error ----------------------------------+----------------------------------------- Reporter: nyunes@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ----------------------------------+----------------------------------------- Comment(by macintosh@…): lines 233-236 gives you the reason:[[BR]] '''/opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture''' this means that the dylib has eg been compiled on a PPC and then copied over to an core 2 duo you'll need to recompile at the very least this dylib. ''port provides /opt/local/lib/libintl.8.dylib'' tells us that it's comming from ''gettext'', so try the following: port -f uninstall gettext[[BR]] port clean --all gettext[[BR]] port -f install gettext and then try to see if things shouldn't work now. -- Ticket URL: <https://trac.macports.org/ticket/29848#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS