On 2/19/14 5:16 PM, zooloo wrote:
> $ gsed -nre '/\bpy/I,/: (result:|\$\? = [0-9]+)/Ip' \
>     | grep -iEe '^configure:[0-9]+: |\bpy' \
>     /sw/src/fink.build/claws-mail-3.9.3-1/claws-mail-3.9.3/config.log
> configure:21114: checking whether /sw/bin/python2.7 version is >= 2.5
> configure:21125: /sw/bin/python2.7 -c import sys # split strings by '.' and 
> convert to numeric. Append some zeros # because we need at least 4 digits for 
> the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x 
> minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange 
> is not present in Python 3.0 and range returns an iterator for i in 
> list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] 
> sys.exit(sys.hexversion < minverhex)
> configure:21128: $? = 0
> configure:21223: checking for /sw/bin/python2.7 version
> configure:21230: result: 2.7
> configure:21242: checking for /sw/bin/python2.7 platform
> configure:21249: result: darwin
> configure:21275: checking for /sw/bin/python2.7 script directory
> configure:21310: result: ${prefix}/lib/python2.7/site-packages
> configure:21319: checking for /sw/bin/python2.7 extension module directory
> configure:21354: result: ${exec_prefix}/lib/python2.7/site-packages
> configure:21366: checking for python2.7-config
> configure:21384: found /sw/bin/python2.7-config
> configure:21396: result: /sw/bin/python2.7-config
> configure:21463: checking whether to dlopen 
> /sw/lib/python2.7/config/libpython2.7.dylib works
> configure:21485: gcc -o conftest -g -O2 -Wno-unused-function 
> -Wno-pointer-sign -Wall -no-cpp-precomp -fno-common -I/sw/include/enchant 
> -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include -I/sw/include 
> -L/sw/lib -L/usr/X11R6/lib conftest.c -ldl >&5
> configure:21485: $? = 0
> configure:21510: checking for PYGTK
> configure:21517: $PKG_CONFIG --exists --print-errors "pygtk-2.0 >= 2.10.3"
> configure:21520: $? = 0
> configure:21534: $PKG_CONFIG --exists --print-errors "pygtk-2.0 >= 2.10.3"
> configure:21537: $? = 0
> configure:22390: checking whether to build python plugin
> configure:22401: result: yes
> config.status:1545: creating src/plugins/python/Makefile
> config.status:1545: creating src/plugins/python/examples/Makefile
> ac_cv_env_PYTHON_value=/sw/bin/python2.7
> ac_cv_path_PYTHON_CONFIG=/sw/bin/python2.7-config
> am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
> am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
> pkg_cv_PYGTK_CFLAGS='-I/sw/include/pygtk-2.0 -I/sw/include/glib-2.0 
> -I/sw/lib/glib-2.0/include'
> PYGTK_CFLAGS='-I/sw/include/pygtk-2.0 -I/sw/include/glib-2.0 
> -I/sw/lib/glib-2.0/include'
> PYGTK_LIBS='-L/sw/lib -lgobject-2.0 -lglib-2.0 -lintl'
> PYTHON='/sw/bin/python2.7'
> PYTHON_CFLAGS='-I/sw/include/python2.7 -I/sw/include/python2.7'
> PYTHON_CONFIG='/sw/bin/python2.7-config'
> PYTHON_EXEC_PREFIX='${exec_prefix}'
> PYTHON_LIBS='-ldl -Wl,-framework,CoreFoundation -lpython2.7'
> PYTHON_PLATFORM='darwin'
> PYTHON_PREFIX='/sw'
> PYTHON_SHARED_LIB='/sw/lib/python2.7/config/libpython2.7.dylib'
> PYTHON_VERSION='2.7'
> pkgpyexecdir='${pyexecdir}/claws-mail'
> pkgpythondir='${pythondir}/claws-mail'
> pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
> pythondir='${prefix}/lib/python2.7/site-packages'
>

I get the same results on 10.8.  What do you get from

fink dumpinfo -ePYTHONPATH claws-mail

?
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to