Hi, > I am on Mac 10.8.5 and Xcode 5.0.2 is installed. From Xcode > Preference/Downloads, I can see that the command line tool is installed. I > also installed again the command line too (released in 10/2013)l from the > following link > https://developer.apple.com/downloads/index.action#
Are you running MacPorts 2.2.1 or MacPorts trunk? > However, > when I try to run 'sudo port install py27-scipy', I got the error, > --------------------------- > Warning: The Command Line Tools for Xcode don't appear to be installed; most > ports will likely fail to build. > Warning: See http://guide.macports.org/chunked/installing.xcode.html for more > information. > ---> Computing dependencies for py27-scipy > Error: Dependency 'python27' not found. > To report a bug, follow the instructions in the guide: > http://guide.macports.org/#project.tickets > Error: Processing of port py27-scipy failed > -------------------------------- The check that prints this warning is http://trac.macports.org/browser/tags/release_2_2_1/base/src/port1.0/portutil.tcl?marks=3085-3088#L3080 So it seems /usr/bin/make does not exist on your system, which suggests the command line tools are not correctly installed. Please check whether /usr/bin/make is present and working. -- Clemens Lang _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
