#18400: doxygen: needs GNU install tool and therefore coreutils -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: css@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: doxygen -------------------------------------+-------------------------------------- {{{ $ port install doxygen ---> Fetching doxygen ---> Verifying checksum(s) for doxygen ---> Extracting doxygen ---> Configuring doxygen Error: Target org.macports.configure returned: configure failure: shell command " cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_textproc_doxygen/work/doxygen-1.5.8" && ./configure --prefix /mp --docdir /mp/share/doc --dot /mp/bin/dot --platform macosx-c++ " returned error 2 Command output: Checking for platform macosx-c++... supported Checking for GNU make tool... using /usr/bin/make Checking for GNU install tool... not found! GNU version of install is required: this is part of the fileutils/coreutils package: see http://www.gnu.org/software/fileutils/fileutils.html Error: Status 1 encountered during processing. }}} coreutils is not installed on my computer. The dependency "bin:install:coreutils" is finding /usr/bin/install which is not GNU install but BSD install. The problem started in r46488 because before then, the dependency was "bin:ginstall:coreutils" and Mac OS X does not provide ginstall so the coreutils port definitely got installed. I suggest changing the dependency to "port:coreutils" to make it clear we definitely want the port installed. -- Ticket URL: <http://trac.macports.org/ticket/18400> MacPorts <http://www.macports.org/> Ports system for Mac OS