#47428: Configure error installing lal --------------------------+---------------------- Reporter: f.jimenez@… | Owner: ram@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: lal | --------------------------+---------------------- Comment (by ram@…): Replying to [comment:5 f.jimenez@…]:
Now that I've checked the config file I see that the library ac_nonexistent.h is missing.
That is expected, and the correct behaviour.
On the other hand and in the case this helps you, this is what my output shows when executing the python binary:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
python2.7: posix_spawn: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.72.7: No such file or directory
Notice that, strangely, when I call python2.7, my bash is trying to find some weird and non-existent binary called python2.72.7 being python2.7 not linked to any other file.
That is very weird. Not sure why it's referring to `python2.72.7`. On my system `/opt/local/bin/python2.7` is a symlink to the python interpreter in the `Python.framework`, is yours the same? {{{ [ram@hastur ~]$ ls -l /opt/local/bin/python2.7 lrwxr-xr-x 1 root admin 73 Dec 11 16:03 /opt/local/bin/python2.7 -> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 [ram@hastur ~]$ }}} -- Ticket URL: <https://trac.macports.org/ticket/47428#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X