[Pkg-zsh-devel] Bug#734765: Bug#734765: src:zsh: FTBFS on arm64

Wookey wookey at wookware.org
Fri Sep 19 15:45:35 UTC 2014


+++ Axel Beckert [2014-09-19 09:45 +0200]:
> Hi Wookey,
> 
> Wookey wrote:
> 
> I'd also try to run dh_autoreconf in verbose mode to maybe get an idea
> what it's doing and what not.

It's doing this:
dh_autoreconf -v
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/
*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} \; > debian/autoreconf.
before
        autoreconf -f -i
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/
*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} \; > debian/autoreconf.
after

and 
$ autoreconf -f -i -v
gives:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: configure.ac: not using aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'

So it really is just doing the autoconf/header updates, not the
automake/gettext/libtool updates. So that explains the failure to
update sub and guess. I'm not sure if it's _right_ because there is a
Makefile.in at the top level, which by my understanding means automake
is in use and corresponding updates should occur.

No Makefile is created at this point. And yet the package builds. I'd
have to investigate further to find out if this is deliberately
slightly unusual autotools usage or if something is just wrong.

> > I will upload a package with this fix to delayed/7 soon in order to
> > get it built in the new arches. Shout if that's not OK.
> 
> There are some things in the queue which we planned to upload soon
> anyways (a regression caused by the new upstream release and
> DEP8-support), so I could do an upload this weekend and get your patch
> in, too.
> 
> So if you already uploaded to DELAYED/7, just leave it there. If not,
> don't make the effort (and poke me if I haven't done any zsh upload by
> Monday. ;-)

I haven't uploaded yet, so leave it with you. Thanks for the quick response.

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/



More information about the Pkg-zsh-devel mailing list