#36024: gettext: build fails because grep is installed which needs gettext -----------------------------------+---------------------------------------- Reporter: gkshenaut@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gettext -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Remember to use WikiFormatting when writing in Trac. Ok, the relevant part of the log seems to be: {{{ :info:configure dyld: Library not loaded: /opt/local/lib/libintl.8.dylib :info:configure Referenced from: /opt/local/bin/grep :info:configure Reason: image not found }}} This is telling us that you have grep installed, and it needs gettext, but gettext's internationalization library (libintl) is either missing or broken. The simplest solution is to deactivate (or uninstall) grep, then clean and try the gettext install again. You can re-activate (or re- install) grep later if desired. {{{ sudo port clean gettext sudo port -f deactivate grep sudo port install gettext sudo port activate grep }}} -- Ticket URL: <https://trac.macports.org/ticket/36024#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS