buildbot failure in Mercurial on hg tests

Brendan Cully brendan at kublai.com
Fri Apr 6 23:12:10 CDT 2012


On 2012-04-06 8:55 PM, hgbuildbot at kublai.com wrote:
> The Buildbot has detected a new failure on builder hg tests while building hg.
> Full details are available at:
>   http://hgbuildbot.kublai.com/builders/hg%20tests/builds/88
>
> Buildbot URL: http://hgbuildbot.kublai.com/
>
> Buildslave for this Build: l6
>
> Build Reason: scheduler
> Build Source Stamp: [branch default] 329887a7074c8e49e73fa76712d8d45aee0d0fd7
> Blamelist: Benoit Allard<benoit at aeteurope.nl>,Bryan O'Sullivan<bryano at fb.com>,FUJIWARA Katsunori<foozy at lares.dti.ne.jp>,Matt Mackall<mpm at selenic.com>,Matteo Capobianco<m.capobianco at gmail.com>,Patrick Mezard<patrick at mezard.eu>
>
> BUILD FAILED: failed run-tests.py (python2.4)
mercurial/parsers.c:256: error: expected specifier-qualifier-list before 
'Py_ssize_t'

Looks like you need something like:

#if (PY_VERSION_HEX < 0x02050000)
typedef int Py_ssize_t;
#endif



More information about the Mercurial-devel mailing list