[ https://issues.apache.org/jira/browse/SVN-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14932942#comment-14932942 ]
Ivan Zhakov edited comment on SVN-4546 at 10/18/15 10:16 AM: ------------------------------------------------------------- Right. Found it. Apple has this nasty habit of uninstalling the command line tools upon certain major updates. The configure script doesn't check that e.g. using the same method Fink does: {noformat} # Check for Command Line Tools clear echo "Checking for the Xcode Command Line Tools..." >&2 if ! pkgutil --pkg-info=com.apple.pkg.CLTools_Executables; then echo "The Xcode Command Line Tools are installing, please rerun when it finishes." >&2 xcode-select --install exit 0 fi This would make a nice addition as the current error message was not descriptive enough to get me on the right path. Issue may be closed. Could not find how to myself Original comment by *ahenket* was (Author: subversion-importer): {noformat:nopanel=true} Right. Found it. Apple has this nasty habit of uninstalling the command line tools upon certain major updates. The configure script doesn't check that e.g. using the same method Fink does: # Check for Command Line Tools clear echo "Checking for the Xcode Command Line Tools..." >&2 if ! pkgutil --pkg-info=com.apple.pkg.CLTools_Executables; then echo "The Xcode Command Line Tools are installing, please rerun when it finishes." >&2 xcode-select --install exit 0 fi This would make a nice addition as the current error message was not descriptive enough to get me on the right path. Issue may be closed. Could not find how to myself {noformat} Original comment by *ahenket* > configure on OSX 10.10 fails "failed to recognize APR_INT64_T_FMT on this > platform" > ----------------------------------------------------------------------------------- > > Key: SVN-4546 > URL: https://issues.apache.org/jira/browse/SVN-4546 > Project: Subversion > Issue Type: Bug > Components: install > Affects Versions: 1.8.x > Environment: Mac OS X > Reporter: Subversion Importer > > {noformat:nopanel=true} > I'm unable to install Subversion 1.8.9 on OSX 10.10.2 (Yosemite). ./configure > fails with these last > lines: > ... > checking for swig... none > configure: Configuring python swig binding > checking for Python includes... - > I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 > checking for compiling Python extensions... cc -arch x86_64 -arch i386 -pipe > checking for linking Python extensions... cc -bundle -undefined > dynamic_lookup -arch x86_64 - > arch i386 -Wl,-F. -framework Python > checking for linking Python libraries... -bundle -undefined dynamic_lookup > -Wl,-F. -framework > Python > checking for apr_int64_t Python/C API format string... > configure: error: failed to recognize APR_INT64_T_FMT on this platform > {noformat} > Original issue reported by *ahenket* -- This message was sent by Atlassian JIRA (v6.3.4#6332)