reassign 906744 automake quit geda-gaf and dico FTBFS on Debian after automake got updated to 1.16, as the following happens during build[2]:
Making all in scheme-api
make[4]: Entering directory '/<<PKGBUILDDIR>>/docs/scheme-api'
Updating ./version.texi
make[4]: Leaving directory '/<<PKGBUILDDIR>>/docs/scheme-api'
which later triggers rebuild of info files during 'make check':
> Making check in doc
> make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
> restore=: && backupdir=".am$$" && \
> am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
> rm -rf $backupdir && mkdir $backupdir && \
> if (/bin/bash /<<PKGBUILDDIR>>/build-aux/missing makeinfo --version)
> >/dev/null 2>&1; then \
> for f in dico.info dico.info-[0-9] dico.info-[0-9][0-9] dico.i[0-9]
> dico.i[0-9][0-9]; do \
> if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> done; \
> else :; fi && \
> cd "$am__cwd"; \
> if /bin/bash /<<PKGBUILDDIR>>/build-aux/missing makeinfo -I ../imprimatur -D
> DISTRIB -I . \
> -o dico.info dico.texi; \
> then \
> rc=0; \
> CDPATH="${ZSH_VERSION+.}:" && cd .; \
> else \
> rc=$?; \
> CDPATH="${ZSH_VERSION+.}:" && cd . && \
> $restore $backupdir/* `echo "./dico.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> /<<PKGBUILDDIR>>/build-aux/missing: line 81: makeinfo: command not found
> WARNING: 'makeinfo' is missing on your system.
> You should only need it if you modified a '.texi' file, or
> any other file indirectly affecting the aspect of the manual.
> You might want to install the Texinfo package:
> <https://www.gnu.org/software/texinfo/>
> The spurious makeinfo call might also be the consequence of
> using a buggy 'make' (AIX, DU, IRIX), in which case you might
> want to install GNU make:
> <https://www.gnu.org/software/make/>
> make[3]: *** [Makefile:1263: dico.info] Error 127
Adding texinfo to build-dep would get around the FTBFS, but I
am not convinced with it. Could you advise me us as whether this is a
problem in automake 1.16 or something needs to be fixed in dico &
geda-gaf build scripts, or if adding texinfo to build-deps is actually
the proper way to go ?
--
أحمد المحمودي (Ahmed El-Mahmoudy)
Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
6E2E E4BB 72E2 F417 D066 6ABF 7B30 B496 A7EF 5761
8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
signature.asc
Description: PGP signature

