Checking for program cython : /usr/bin/cython ... File "src/clients/lib/python/wscript", line 101, in configure conf.check_cython_version(minver = '0.13') File ".waf-1.6.7-b271784c448ab906d5606267fb7f92c0/waflib/Configure.py", line 220, in fun return f(*k,**kw) File "waftools/cython_extra.py", line 50, in check_cython_version o = u(check_output(cmd, stderr=STDOUT), 'UTF-8').strip() File "waftools/cython_extra.py", line 19, in check_output raise CalledProcessError(retcode, cmd, output=output) TypeError: __init__() got an unexpected keyword argument 'output'Yep, some backwards compatibility thinking missing there. The build is intended to go through with evertyhing above 2.5. Do you think you could cook up a patch for that? If not, just go with --without-optionals=python and the rest should work, except possibly fail to run ldconfig after the installation.
I'll try it without Python tomorrow. For the record this was with Python 2.6 (on a slightly out of date Gentoo box), and the test for Python passed so I figured it should be ok...
Cheers, Adam. -- _______________________________________________ Xmms2-devel mailing list [email protected] http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel
