Hi Holger, On 13/04/25 at 10:47 +0000, Holger Levsen wrote: > control: tags -1 unreproducible > thanks > > Hi Lucas, > > thanks for your bugreport! > > & how strange, when I build debian-edu-doc on my not so modern amd64 laptop, > it takes something like 30min or so. > > Do you have any idea what part of the builds takes so long?
Not really. If I 'ps afx' on a build node that has been running for > 24 hours, I see this: \_ /usr/bin/make -f debian/rules binary \_ /usr/bin/perl /usr/bin/dh binary \_ /usr/bin/make -f debian/rules override_dh_install \_ /bin/sh -c /usr/bin/make install DESTDIR="/build/reproducible-path/debian-edu-doc-2.12.26/debian" \_ /usr/bin/make install DESTDIR=/build/reproducible-path/debian-edu-doc-2.12.26/debian \_ /usr/bin/make -C /build/reproducible-path/debian-edu-doc-2.12.26/documentation/audacity install \_ /bin/sh -c dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%Y"年"%m"月"%d"日 -f - \_ /usr/bin/perl /usr/bin/dpkg-parsechangelog -l ../../debian/changelog -S Date \_ date -u +%Y年%m月%d日 -f - and the last log lines are: # build EPUB version for all languages for f in en fr ja nb-no nl pl pt-br pt-pt sv uk zh-cn ; do \ echo "Creating EPUB for $f"; \ mkdir images-tmp ; \ cp images/*.* images-tmp/ ; \ if [ -e images/$f ] ; then \ cp -v images/$f/*.* images-tmp/ ; \ fi ; \ if [ -e audacity-manual.$f.xml ] ; then \ sed -i "s#./images#./images-tmp#g" audacity-manual.$f.xml ; \ dbtoepub audacity-manual.$f.xml ; \ fi ; \ rm -rf images-tmp ; \ done Creating EPUB for en Creating EPUB for fr 'images/fr/edittojack.png' -> 'images-tmp/edittojack.png' 'images/fr/getnoiseprofile.png' -> 'images-tmp/getnoiseprofile.png' 'images/fr/manipulating.png' -> 'images-tmp/manipulating.png' 'images/fr/manipulating1.png' -> 'images-tmp/manipulating1.png' 'images/fr/marking.png' -> 'images-tmp/marking.png' 'images/fr/mixingaudio.png' -> 'images-tmp/mixingaudio.png' 'images/fr/normalize.png' -> 'images-tmp/normalize.png' 'images/fr/normalized.png' -> 'images-tmp/normalized.png' 'images/fr/recording.png' -> 'images-tmp/recording.png' 'images/fr/samplerate.png' -> 'images-tmp/samplerate.png' 'images/fr/toolbox.png' -> 'images-tmp/toolbox.png' 'images/fr/zoom.png' -> 'images-tmp/zoom.png' Creating EPUB for ja Creating EPUB for nb-no Creating EPUB for nl Creating EPUB for pl Creating EPUB for pt-br Creating EPUB for pt-pt Creating EPUB for sv Creating EPUB for uk Creating EPUB for zh-cn # en needs to be first - Lucas