#18618: Python-2.6.1 +universal Installation Error - symbol not found during staging ----------------------------------+----------------------------------------- Reporter: griff.rees@… | Owner: blb@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: python26 64bit | Port: python26 ----------------------------------+----------------------------------------- Comment(by mcalhoun@…): Replying to [comment:3 griff.rees@…]:
Am I right in now guessing that to benefit from the changes to #16349 I will need to run macports svn, or manually alter the portfile? No, that should not be necessary.
There is a configuration file called [http://guide.macports.org/#internals.configuration-files.macports-conf macports.conf] which allows you to specify what is meant by "universal."[[BR]] To include 64-bit intel binaries in the universal build, then you should append x86_64 to the universal_archs variable.[[BR]] The default is i386 ppc. Each library pythnon links to (look at the dependencies) must also be built as universal with the same universal_archs value.[[BR]] Unfortunately, there is no way at this time for MacPorts to check this for you.[[BR]] That is why [comment:2 comment 2] suggested that perhaps zlib had not been build as a universal. -- Ticket URL: <http://trac.macports.org/ticket/18618#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS