Control: reopen -1 Control: severity -1 normal Control: retitle -1 error when parallel is more than 26 Control: notfixed -1 2.25.2 Control: tags -1 + patch
On Wed, 26 Feb 2025 10:53:04 +0000 Holger Levsen <hol...@layer-acht.org> wrote:
version: 2.25.2 On Tue, Feb 25, 2025 at 09:03:29PM +0100, Dominik Stadler wrote: > This does not reproduce for me on recent trixie. Neither 2.25.1 nor 2.25.2 > nor latest 2.25.5. thanks for confirming, also for the "old" releases. > Also building seems to work in the Debian build-infrastructure according to > https://tracker.debian.org/pkg/devscripts
I checked the build log on buildd.d.o, I found that the Debian build machine uses DEB_BUILD_OPTIONS="parallel=6". Then I also built devscripts successfully with "parallel=" less than 25. I hit the same error when "parallel=" is more than 26. So this is still not fixed yet...
so let's close this bug, which I believe was just forgotten to be closed with the right commit...
I'm attaching an ugly fix that I tested: diff --git a/po4a/Makefile b/po4a/Makefile index d9f3a19d..522dbb23 100644 --- a/po4a/Makefile +++ b/po4a/Makefile @@ -33,10 +33,6 @@ clean: ../doc/devscripts.7 -podchecker $< pod2man --utf8 --center=" " --release="$(DESC_$(dir $@))" $< > $@ %.1:: %.dbk translate - xsltproc --nonet \ + mkdir -p $(LANGS) + xsltproc --nonet -o $@ \ /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< - # /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/other.xsl- # (which is imported by the above stylesheet) insists in writing the output
- # to where it wants to. we can only move the file ourselves. - # ($* → de/deb-reversion.de) - mv $(notdir $(basename $*)).1 $@ -- Jing Luo About me: https://jing.rocks/about/ GPG Fingerprint: 4E09 8D19 00AA 3F72 1899 2614 09B3 316E 13A1 1EFC
OpenPGP_signature.asc
Description: OpenPGP digital signature