#50342: doxygen @1.8.10_2 does not build on PPC Tiger, Mac OS X 10.4.11, because of Python code error? ------------------------------+-------------------------------- Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: doxygen | ------------------------------+-------------------------------- Comment (by donniet@…): Replying to [comment:7 cal@…]:
Ports cannot depend on a certain selection state of `port select`, we would consider that a bug, because the selection mechanism is for users only.
Consequently, we cannot rely on `/usr/bin/env python` being our python after declaring a dependency on python27, and for this reason, we need the patch to the shebang explicitly uses our python.
The only problem is that the CMakeCache.txt file points to the wrong version of Python. Python 2.7 does get installed as part of the Doxygen dependency resolution, but the CMakeCache.txt file still points to "/usr/bin/python", which is at version 2.5. Anyway, I attached the corrected CMakeCache.txt file, which I've verified as working on two different G5 PowerMacs. You're welcome! -- Ticket URL: <https://trac.macports.org/ticket/50342#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X