#39263: xraylib: configure fails --------------------------+------------------------------ Reporter: ryandesign@… | Owner: Tom.Schoonjans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: xraylib --------------------------+------------------------------ xraylib fails to configure: {{{ checking python extra linking flags... -u _PyMac_Error Python.framework/Versions/2.7/Python checking consistency of all components of python development environment... no configure: WARNING: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. ============================================================================ ERROR! You probably have to install the development version of the Python package for your distribution. The exact name of this package varies among them. ============================================================================ configure: error: Incomplete python development package }}} The config.log says: {{{ configure:17815: checking python extra linking flags configure:17822: result: -u _PyMac_Error Python.framework/Versions/2.7/Python configure:17829: checking consistency of all components of python development environment configure:17855: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -arch i386 -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 conftest.c -lm -lm -lm -lm -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error Python.framework/Versions/2.7/Python -arch x86_64 -arch i386 -isysroot / -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db46 -arch x86_64 -arch i386 -ldl -framework CoreFoundation >&5 clang: error: no such file or directory: 'Python.framework/Versions/2.7/Python' configure:17855: $? = 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/39263> MacPorts <http://www.macports.org/> Ports system for OS X