This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pmatos
Recipients pmatos
Date 2017-08-14.09:15:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502702122.29.0.996183180568.issue31199@psf.upfronthosting.co.za>
In-reply-to
Content
OK, the problem was the missing libasan which made quite a few checks fail. 

We should check for libasan before all other checks, when compiling with --with-address-sanitizer.
History
Date User Action Args
2017-08-14 09:15:22pmatossetrecipients: + pmatos
2017-08-14 09:15:22pmatossetmessageid: <1502702122.29.0.996183180568.issue31199@psf.upfronthosting.co.za>
2017-08-14 09:15:22pmatoslinkissue31199 messages
2017-08-14 09:15:22pmatoscreate