#37128: gnome-vfs 2.24.4: configure: error: Your intltool is too old. You need intltool 0.35.0 or later. ------------------------+-------------------------------- Reporter: aronnax@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: gnome-vfs | ------------------------+-------------------------------- Comment (by ryandesign@…): Nevertheless, does adding the right INTLTOOL_PERL line to the portfile change the error message? If not, please attach the config.log; it might tell us more. Your log says: {{{ :info:configure checking for intltool >= 0.35.0... found :info:configure configure: error: Your intltool is too old. You need intltool 0.35.0 or later. }}} Note the two spaces between "0.35.0..." and "found"; between those two spaces is supposed to be the version number of intltool that was found, for example from my system: {{{ checking for intltool >= 0.35.0... 0.50.2 found }}} The command gnome-vfs's configure script uses to find the intltool version is: {{{ intltool-update --version | head -1 | cut -d" " -f3 }}} Presumably one of these three commands is not doing the right thing on your system. On my system this outputs "0.50.2"; what output does it produce on your system? Presumably nothing on stdout, but we might see something on stderr that would help identify the problem. -- Ticket URL: <https://trac.macports.org/ticket/37128#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS