GNOME Bugzilla – Bug 736049
pango-1.36.7: missing is run when when autoreconf is used before
Last modified: 2015-12-14 12:50:38 UTC
Try this: $ autoreconf && ./configure $ make -> at the top you will see this: (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/pacho/Descargas/pango-1.36.7/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive this wasn't the case on previous versions, looks like maintainer-mode is being triggered for some reason Thanks
Looks like missing --run is executed even without autoreconf :S
Looks to occur under pango-view: make pango-view.1.in && \ cp /var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7/pango-view/pango-view.1.in pango-view.1 make[4]: Entering directory `/var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7-abi_x86_64.amd64/pango-view' /var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7/missing --run \ help2man --no-info --section=1 \ --help-option="--help-all" --output="/var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7/pango-view/pango-view.1.in.tmp" \ --name 'Pango text viewer' ./pango-view \ && mv "/var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7/pango-view/pango-view.1.in.tmp" "/var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7/pango-view/pango-view.1.in" \ || (echo Failed to update pango-view.1, the man page may be outdated >&2; \ (test -f "/var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7/pango-view/pango-view.1.in" || echo help2man is required to generate this file. >> "/var/tmp/portage/x11-libs/pango-1.36.7/work/pango-1.36.7/pango-view/pango-view.1.in"));
Created attachment 285365 [details] build.log Full build.log
Not sure if we support that. The supported way is autogen.sh, not autoreconf.