[MacPorts] #13377: python25 build error
#13377: python25 build error ---------------------------------+------------------------------------------ Reporter: rhwood@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ Python25 fails to build with undefined symbols: {{{ libtool -o libpython2.5.dylib -dynamic \ -all_load libpython2.5.a -single_module \ -install_name /opt/local/lib/libpython2.5.dylib \ -compatibility_version 2.5 \ -current_version 2.5 -lSystem -lSystemStubs -L/opt/local/lib ld: for architecture ppc ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: restFP saveFP libtool: internal link edit command failed make: *** [libpython2.5.dylib] Error 1 Warning: the following items did not execute (for python25): org.macports.activa te org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. }}} -- Ticket URL: <https://svn.macosforge.org/projects/macports/ticket/13377> MacPorts </projects/macports> Ports system for Mac OS
#13377: python25 build error ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by rhwood@macports.org): Reverting the python25 portfile to revision 30877 works for me. -- Ticket URL: <https://svn.macosforge.org/projects/macports/ticket/13377#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#13377: python25 build error ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by ebgssth@gmail.com): duplicate of #13322? -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13377#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#13377: python25 build error ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by paulbeard@gmail.com): I agree this looks like a dupe of 13322. This patch works for PPC hardware, as it drops back to the 3.3 compiler but since it doesn't build Intel/Universal binaries, it's not a complete solution. It may, however, point to the real solution for someone more up to speed on how compilers work. {{{ --- Portfile 2007-11-19 12:21:26.000000000 -0800 +++ /tmp/Portfile 2007-11-22 13:58:08.000000000 -0800 @@ -67,8 +67,8 @@ } platform darwin 8 { - configure.compiler gcc-4.0 - configure.args-append --with-cxx=/usr/bin/g++-4.0 + configure.compiler gcc-3.3 + configure.args-append --with-cxx=/usr/bin/g++-3.3 } platform darwin 9 { }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13377#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#13377: python25 build error ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by rhwood@macports.org): The changes between 2.5.1_2 and 2.5.1_3 appear to be configuration flags. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13377#comment:4> MacPorts </projects/macports> Ports system for Mac OS
#13377: python25 build error ----------------------------------+----------------------------------------- Reporter: rhwood@macports.org | Owner: mww@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: duplicate | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => duplicate Comment: Duplicate of #13322. -- Ticket URL: <https://trac.macosforge.org/projects/macports/ticket/13377#comment:5> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts