[MacPorts] #27647: python32 3.2a4 fails to build.
MacPorts
noreply at macports.org
Sun Mar 20 22:53:58 PDT 2011
#27647: python32 3.2a4 fails to build.
--------------------------------------+-------------------------------------
Reporter: nonstop.server@… | Owner: jwa@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: python32
--------------------------------------+-------------------------------------
Comment(by stephen@…):
This seems to have something to do with use of frameworks, and probably is
an upstream problem. A vanilla upstream-style build (just ./configure;
make) and a non-framework build using most of the settings of the MacPorts
default variants configure, then make and make install both work.
Specifically,
{{{
CPPFLAGS='-I/opt/local/include -I/opt/local/include/ncurses'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_steve_src_MacPorts_dports_lang_python32/work/.CC_PRINT_OPTIONS'
LDFLAGS='-L/opt/local/lib' INSTALL='/usr/bin/install -c'
CC_PRINT_OPTIONS='YES' sudo ./configure --prefix=/usr/local --enable-ipv6
--with-computed-gotos
make
make install
}}}
builds, and works fine in light usage so far, but
{{{
./configure --prefix=/opt/local --enable-
framework=/opt/local/Library/Frameworks --enable-ipv6 --with-computed-
gotos
make
}}}
fails to build in a way very similar to the above logs, with an identical
error about {{{__moddi3}}} etc not provided for the platform. Host data:
{{{
python32 @3.2 (lang) svn r77076 (Portfile last changed in r76409)
MacBook Pro 2.4 GHz Intel Core 2 Duo
Mac OS X version 10.5.8
MacPorts 1.9.99 (svn r68694)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/27647#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list