On Wed, Jan 31, 2018 at 02:08:26PM -0300, Yadickson Soto wrote: > There is a problem, I try build a planner application on buster > The planner control file has to gtk-doc-tools how dependency. > > The process build fail: > > cd . && \ > gtkdoc-scan --module=libplanner --source-dir=../../libplanner > --ignore-headers="mrp-intl.h mrp-marshal.h mrp-task-manager.h > mrp-storage-module.h mrp-storage-module-factory.h mrp-private.h > mrp-file-module.h" > touch scan-build.stamp > *** Rebuilding template files *** > cd . && *gtkdoc-mktmpl --module=libplanner* > /bin/bash: *gtkdoc-mktmpl: command not found*
gtkdoc-mktmpl was dropped by upstream in version 1.26 of gtk-doc. This is the reason Planner was removed from testing - https://bugs.debian.org/876577. I don't see this as a problem with gtk-doc but instead, Planner should update to work with recent versions of gtk-doc. I see that Planner hasn't had a release since 2011 so it looks like it's undermaintained upstream.

