Source: dpmb
Version: 0~2016.06.30
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> echo ":revdate: "$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"
> '+%FT%T%:z') > version.adoc
> echo -n ":revnumber: " >> version.adoc; \
> if [ -d .git ] && `which git >/dev/null`; then \
> git describe --tags --always >> version.adoc; \
> elif [ -d debian/changelog ] && `which dpkg-parsechangelog >/dev/null`; then \
> dpkg-parsechangelog | fgrep Version | awk '{print $2}' >> version.adoc; \
> fi
> # There seems to be a bug in the images macro if data-uri is
> a2x -f pdf -L debian-paketmanagement.adoc
> a2x -f epub -L debian-paketmanagement.adoc
> # set and images are in subdirectories. Hence we override the
> # original macros with fixed ones.
> asciidoc -f asciidoc-macros/data-uri-fixup.conf -a data-uri -o
> debian-paketmanagement.allinone.html debian-paketmanagement.adoc
> asciidoc: WARNING: version.adoc: line 2:
> {include:/<<PKGBUILDDIR>>/debian-paketmanagement-docinfo.html}: file does not
> exist
> a2x: ERROR: missing configuration file:
> /etc/asciidoc/dblatex/asciidoc-dblatex.xsl
> Makefile:32: recipe for target 'debian-paketmanagement.pdf' failed
> make[2]: *** [debian-paketmanagement.pdf] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/01/11/dpmb_0~2016.06.30_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.