[Bug 51392] New: telepathy-python fails to build after autoreconf with automake-1.12.1 due to deprecated $(mkdir_p)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 25 03:13:07 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51392

             Bug #: 51392
           Summary: telepathy-python fails to build after autoreconf with
                    automake-1.12.1 due to deprecated $(mkdir_p)
    Classification: Unclassified
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: tp-python
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: tetromino at gentoo.org
         QAContact: telepathy-bugs at lists.freedesktop.org


$(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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list