Bug#744572: flumotion: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4
Matthias Klose
doko at debian.org
Sun Apr 13 16:50:34 UTC 2014
Package: src:flumotion
Version: 0.10.0-3
User: debian-devel at lists.debian.org
Usertags: autoreconf
The package fails to build on ppc64el (powerpc64le-linux-gnu), because
the config.{guess,sub} files are out of date, and are not updated during
the build. If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.
- For dh, call dh --with autoreconf.
- For cdbs based build systems, include
/usr/share/cdbs/1/rules/autoreconf.mk
- For other rules files, call dh_autoreconf before calling
configure (in the build or configure target), and call
dh_autoreconf_clean before dh_clean in the clean target.
For combining autoreconf and autotools_dev, see bug #698765.
After the build on any architecture, and before a clean, a grep for
powerpc64le in the configure, aclocal.m4 and/or libtool.m4 file(s)
should print some lines. It is not enough to just update the
config.guess and config.sub files.
The full build log can be found at:
http://people.debian.org/~doko/logs/ppc64el-20140414/buildlog_ubuntu-trusty-ppc64el.flumotion_0.10.0-3ubuntu1_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.
Please note that these builds were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.
See https://wiki.debian.org/qa.debian.org/FTBFS for a guide how to
address these.
[...]
if test -r /build/buildd/flumotion-0.10.0/./po/$lang.gmo.m ; then \
/usr/bin/install -c -m 644 /build/buildd/flumotion-0.10.0/./po/$lang.gmo.m \
$dir/flumotion.mo.m; \
echo "installing /build/buildd/flumotion-0.10.0/./po/$lang.gmo.m as" \
"$dir/flumotion.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing ca.gmo as /build/buildd/flumotion-0.10.0/debian/flumotion//usr/share/locale/ca/LC_MESSAGES/flumotion.mo
installing es.gmo as /build/buildd/flumotion-0.10.0/debian/flumotion//usr/share/locale/es/LC_MESSAGES/flumotion.mo
installing fr.gmo as /build/buildd/flumotion-0.10.0/debian/flumotion//usr/share/locale/fr/LC_MESSAGES/flumotion.mo
installing nl.gmo as /build/buildd/flumotion-0.10.0/debian/flumotion//usr/share/locale/nl/LC_MESSAGES/flumotion.mo
installing nb.gmo as /build/buildd/flumotion-0.10.0/debian/flumotion//usr/share/locale/nb/LC_MESSAGES/flumotion.mo
installing pt_BR.gmo as /build/buildd/flumotion-0.10.0/debian/flumotion//usr/share/locale/pt_BR/LC_MESSAGES/flumotion.mo
installing sv.gmo as /build/buildd/flumotion-0.10.0/debian/flumotion//usr/share/locale/sv/LC_MESSAGES/flumotion.mo
make[3]: Leaving directory `/build/buildd/flumotion-0.10.0/build/po'
make[2]: Leaving directory `/build/buildd/flumotion-0.10.0/build'
make[1]: Leaving directory `/build/buildd/flumotion-0.10.0/build'
touch debian/stamp-makefile-install
Adding cdbs dependencies to debian/flumotion.substvars
dh_installdirs -pflumotion
find "/build/buildd/flumotion-0.10.0/debian/flumotion//usr/lib" -name '*.pyc' -exec rm '{}' ';'
mkdir -p debian/help2man
export PYTHONPATH="/build/buildd/flumotion-0.10.0/debian/flumotion//usr/lib/flumotion/python/"; \
help2man \
--name="Fluendo Streaming Server" \
--version-string="0.10.0" \
--no-info \
--output=debian/help2man/flumotion-admin-text.1 \
/build/buildd/flumotion-0.10.0/debian/flumotion//usr/bin/flumotion-admin-text
export PYTHONPATH="/build/buildd/flumotion-0.10.0/debian/flumotion//usr/lib/flumotion/python/"; \
help2man \
--name="Fluendo Streaming Server" \
--version-string="0.10.0" \
--no-info \
--output=debian/help2man/flumotion-command.1 \
/build/buildd/flumotion-0.10.0/debian/flumotion//usr/bin/flumotion-command
export PYTHONPATH="/build/buildd/flumotion-0.10.0/debian/flumotion//usr/lib/flumotion/python/"; \
help2man \
--name="Fluendo Streaming Server" \
--version-string="0.10.0" \
--no-info \
--output=debian/help2man/flumotion-inspect.1 \
/build/buildd/flumotion-0.10.0/debian/flumotion//usr/bin/flumotion-inspect
help2man: can't get `--help' info from /build/buildd/flumotion-0.10.0/debian/flumotion//usr/bin/flumotion-inspect
Try `--no-discard-stderr' if option outputs to stderr
make: *** [debian/help2man/flumotion-inspect.1] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2
More information about the pkg-multimedia-maintainers
mailing list