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 Michael.Felt
Recipients Michael.Felt
Date 2020-12-21.13:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608559125.26.0.194959622196.issue42701@roundup.psfhosted.org>
In-reply-to
Content
This is beginning to look like it is an issue with the version of automake installed: 

aixtools@gcc119:[/home/aixtools/cpython/cpython-master]automake --version
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
automake (GNU automake) 1.15
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.


Will test on a system where I can install the latest automake.

Assuming an updated version of automake fixes that - but not knowing autotools well enough - is there a simple addition to ensure that automake-1.16 is used?
History
Date User Action Args
2020-12-21 13:58:45Michael.Feltsetrecipients: + Michael.Felt
2020-12-21 13:58:45Michael.Feltsetmessageid: <1608559125.26.0.194959622196.issue42701@roundup.psfhosted.org>
2020-12-21 13:58:45Michael.Feltlinkissue42701 messages
2020-12-21 13:58:45Michael.Feltcreate