#43854: gawk: extract failed because xz couldn't find libintl.8.dylib version 10.0.0 or later ---------------------------+-------------------------------- Reporter: c_sorensen@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: | Keywords: Port: gawk | ---------------------------+-------------------------------- Comment (by ryandesign@…): Aha, so the log shows us that the reason why the patch phase couldn't find the file to patch is that no files were extracted, because the extraction program failed: {{{ :info:extract dyld: Library not loaded: /opt/local/lib/libintl.8.dylib :info:extract Referenced from: /opt/local/bin/xz :info:extract Reason: Incompatible library version: xz requires version 10.0.0 or later, but libintl.8.dylib provides version 9.0.0 }}} libintl is the gettext library. The gettext port in MacPorts should be providing library version 10.2.0, but for some reason it thinks you only have library version 9.0.0. Please show me the output of these commands: {{{ port -v installed gettext otool -L /opt/local/lib/libintl.8.dylib }}} -- Ticket URL: <https://trac.macports.org/ticket/43854#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X