#16364: python24 / python25 build without _locale module --------------------------------+------------------------------------------- Reporter: jm.carp@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: python24 python25 _locale --------------------------------+------------------------------------------- Comment (by jm.carp@gmail.com): I'm using macports 1.6 and xcode 3.1. Python is installed fine: {{{ bash-3.2$ port installed python25 The following ports are currently installed: python25 @2.5.2_5+darwin_9 (active) }}} But it looks like I'm missing _locale.so {{{ bash-3.2$ ls /opt/local/lib/python2.5/lib-dynload/_locale* /opt/local/lib/python2.5/lib-dynload/_locale_failed.so }}} I checked the output from installing python25, and I noticed this warning: {{{ *** WARNING: renaming "_locale" since importing it failed: dlopen(build/lib.macosx-10.3-i386-2.5/_locale.so, 2): Symbol not found: _libintl_bindtextdomain Referenced from: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python25/work/Python-2.5.2/build/lib.macosx-10.3-i386-2.5/_locale.so Expected in: dynamic lookup }}} What's going on? -- Ticket URL: <http://trac.macports.org/ticket/16364#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS