After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736049 - pango-1.36.7: missing is run when when autoreconf is used before
pango-1.36.7: missing is run when when autoreconf is used before
Status: RESOLVED WONTFIX
Product: pango
Classification: Platform
Component: general
1.36.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-04 12:40 UTC by Pacho Ramos
Modified: 2015-12-14 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build.log (272.91 KB, text/plain)
2014-09-04 13:02 UTC, Pacho Ramos
Details

Description Pacho Ramos 2014-09-04 12:40:29 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
Comment 1 Pacho Ramos 2014-09-04 12:57:18 UTC
Looks like missing --run is executed even without autoreconf :S
Comment 2 Pacho Ramos 2014-09-04 13:00:48 UTC
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"));
Comment 3 Pacho Ramos 2014-09-04 13:02:31 UTC
Created attachment 285365 [details]
build.log

Full build.log
Comment 4 Behdad Esfahbod 2014-11-20 21:00:12 UTC
Not sure if we support that.  The supported way is autogen.sh, not autoreconf.