Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285103 - python framework build foobared wrt UNIX-style
Summary: python framework build foobared wrt UNIX-style
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-15 16:02 UTC by Fabian Groffen
Modified: 2009-09-25 15:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2009-09-15 16:02:57 UTC
subversion should not use host-provided nm:

checking for BSD-compatible nm... /usr/bin/nm -p

subversion should not default to the framework build of python:

configure: Configuring python swig binding
checking for Python includes... -I/Library/Gentoo/usr/include/python2.6
checking for compiling Python extensions... powerpc-apple-darwin8-gcc 
checking for linking Python extensions... powerpc-apple-darwin8-gcc -Wl,-dead_strip_dylibs -L. -bundle -undefined dynamic_lookup -F/Library/Gentoo/usr/lib -framework Python
checking for linking Python libraries... -Wl,-dead_strip_dylibs -L. -bundle -undefined dynamic_lookup -F/Library/Gentoo/usr/lib -framework Python
checking for apr_int64_t Python/C API format string... L
Comment 1 Fabian Groffen gentoo-dev 2009-09-15 17:00:46 UTC
can track this down to a python issue :(
Comment 2 Fabian Groffen gentoo-dev 2009-09-25 15:33:11 UTC
thought I fixed this crap