telepathy-python fails to build after autoreconf with automake-1.12.1 due to deprecated $(mkdir_p)
Submitted by Alexandre Rostovtsev
Assigned to Telepathy bugs list
Description
$(mkdir_p) was declared obsolete in automake-1.10, deprecated in 1.12, and will be entirely removed in 1.13. It needs to be replaced with $(MKDIR_P).
Attempting to build telepathy-python-0.15.19 after autoreconf with automake-1.12.1 results in failure, as reported downstream at https://bugs.gentoo.org/show_bug.cgi?id=423249
make[1]: Entering directory /var/tmp/portage/dev-python/telepathy-python-0.15.19/work/telepathy-python-0.15.19-2.7/src' xsltproc --nonet --novalid --xinclude -o _generated/interfaces.py \ ../tools/python-interfaces-generator.xsl \ ../spec/all.xml xsltproc --nonet --novalid --xinclude -o _generated/constants.py \ ../tools/python-constants-generator.xsl \ ../spec/all.xml _generated/ make[1]: _generated/: Command not found make[1]: *** [_generated/__init__.py] Error 127 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory
/var/tmp/portage/dev-python/telepathy-python-0.15.19/work/telepathy-python-0.15.19-2.7/src'
make: *** [all-recursive] Error 1
emake failed
Version: git master