Source: maint-guide
Version: 1.2.51
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220917 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf /<<PKGBUILDDIR>>/tmp/images
> mkdir -p /<<PKGBUILDDIR>>/tmp/images
> : > maint-guide.en.xml
> cp -f xslt/debian.css /<<PKGBUILDDIR>>/tmp/debian.css
> for i in doc/00_bookstart.xml doc/01_start.xml doc/02_overview.xml
> doc/03_modify.xml doc/04_dreq.xml doc/05_dother.xml doc/06_build.xml
> doc/07_check.xml doc/08_update.xml doc/09_upload.xml doc/10_appendix.xml
> doc/99_bookend.xml ; do cat $i >> maint-guide.en.xml ; done
> echo "<!ENTITY docisodate \"2022-07-21 13:08:39 UTC\">" > version.ent
> echo "AddCharset UTF-8 .txt" > /<<PKGBUILDDIR>>/tmp/.htaccess
> echo "<!ENTITY docversion \"1.2.51\">" >> version.ent
> cd png ; cp caution.png home.png important.png next.png note.png prev.png
> tip.png warning.png /<<PKGBUILDDIR>>/tmp/images
> mkdir -p /<<PKGBUILDDIR>>/tmp
> xsltproc --novalid --nonet --xinclude --stringparam base.dir
> /<<PKGBUILDDIR>>/tmp/ \
> --stringparam html.ext .en.html \
> xslt/style-html.xsl maint-guide.en.xml
> mkdir -p /<<PKGBUILDDIR>>/tmp/pdf-en
> po4a-gettextize -M utf-8 -L utf-8 --format docbook -m maint-guide.en.xml |
> msgcat --no-location -o po/templates.pot.new -
> mkdir -p /<<PKGBUILDDIR>>/tmp
> export TEXINPUTS=".:"; \
> export TMPDIR="/<<PKGBUILDDIR>>/tmp/pdf-en"; \
> xsltproc --novalid --nonet --xinclude xslt/dblatex.xsl maint-guide.en.xml | \
> dblatex --style=native \
> --debug \
> --backend=xetex \
> --xsl-user=xslt/user_param.xsl \
> --xsl-user=xslt/xetex_param.xsl \
> --param=draft.mode=maybe \
> --param=lingua=en \
> --output=/<<PKGBUILDDIR>>/tmp/maint-guide.en.pdf - || { echo "OMG!!!!!!
> XXX_CHECK_XXX ... Do not worry ..."; true ; }
> xsltproc --novalid --nonet --xinclude xslt/style-txt.xsl maint-guide.en.xml |
> \
> LC_ALL=en_US.UTF-8 w3m -o display_charset=UTF-8 -cols 70 -dump -no-graph -T
> text/html > /<<PKGBUILDDIR>>/tmp/maint-guide.en.txt
> You must provide the same amount of master files and localized files to
> synchronize them, as po4a-gettextize is intended to synchronize master files
> and previously existing translations. If just want to extract POT files of
> your master files, please use po4a-updatepo. Please note that the most
> convenient way of using po4a is to write a po4a.conf file and use the
> integrated po4a(1) program.
> if diff -I '^"POT-Creation-Date:' -q po/templates.pot po/templates.pot.new ;
> then \
> echo "Don't update templates.pot" ;\
> touch po/templates.pot ;\
> rm -f po/templates.pot.new ;\
> else \
> echo "Update templates.pot" ;\
> mv -f po/templates.pot.new po/templates.pot ;\
> fi
> diff: po/templates.pot.new: No such file or directory
> Update templates.pot
> mv: cannot stat 'po/templates.pot.new': No such file or directory
> make[2]: *** [Makefile:139: po/templates.pot] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/09/17/maint-guide_1.2.51_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.