<div dir="ltr">Hi Olly,<div><br></div><div>       I updated my local repo and built it again, but still getting the error. I took a look at python3/test-suite.log file, but I could not locate the source of test failure. Please find attached the log file with this email. I am available on IRC(nick : ankit_agrawal) if that seems a convenient medium for you to help me out with this issue. Thanks.</div>
</div><div class="gmail_extra"><br clear="all"><div><div style="text-align:left">Regards, </div><div style="text-align:left">Ankit Agrawal,</div><div style="text-align:left">Communication and Signal Processing,</div>
<div style="text-align:left">IIT Bombay.</div></div>
<br><br><div class="gmail_quote">On Wed, Feb 26, 2014 at 6:04 PM, Olly Betts <span dir="ltr"><<a href="mailto:olly@survex.com" target="_blank">olly@survex.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Wed, Feb 26, 2014 at 10:29:01AM +0530, Ankit Agrawal wrote:<br>
>             I installed xapian smoothly as per the guidelines mentioned in<br>
> the HACKING file. However, I am getting test errors on tests related to<br>
> python3 bindings after running them using `make check` on this fresh<br>
</div>> installation. The log can be seen here <<a href="http://pastebin.com/bnsTFG2e" target="_blank">http://pastebin.com/bnsTFG2e</a>>. Can<br>
<div class="">> anyone here help me out to figure out why they are failing? Please let me<br>
> know if any more information is needed. Thank you.<br>
<br>
</div>There was a segfault in the Python3 tests due to a bug in SWIG,<br>
but that was resolved about a week ago.  If you checked out your<br>
source tree about that long ago, then I'd suggest you change directory<br>
to the top level (inside only the xapian directory) and do:<br>
<br>
git pull<br>
make<br>
<br>
That will fetch the latest version and rebuild anything that has<br>
changed.<br>
<br>
Then you can run just the python3 tests with:<br>
<br>
cd xapian-bindings/python3<br>
make check<br>
<br>
If it's not that, then can you attach this log file from the tests:<br>
<br>
/home/ankit/foss/xapian/xapian/xapian-bindings/python3/test-suite.log<br>
<br>
Cheers,<br>
    Olly<br>
</blockquote></div><br></div>