#34131: pypy doesn't build --------------------------------+------------------------------------------- Reporter: darius@… | Owner: jmr@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: lion | Port: pypy --------------------------------+------------------------------------------- Comment(by sean.michael.farley@…): The issue is that libintl (port:gettext) is not found / linked. Running the linking commands by hand while adding the -lintl flag fixes the undefined symbols. Some googling suggests that this is the issue: http://stackoverflow.com/questions/5287050/specifying-installed-native- library-paths-during-pypy-translate and, indeed, changing the following: -build.env PYPY_USESSION_DIR=${workpath} [[BR]] +build.env PYPY_USESSION_DIR=${workpath} PYPY_LOCALBASE=${prefix} fixes the build for me. -- Ticket URL: <https://trac.macports.org/ticket/34131#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS