Hi Hilmar, If that's ok, then I'll upload the temporary fix tonight, so I have time to figure out why the new build toolchain differs from the old one.
Cheers. -- Danai On Wed, 19 Feb 2025, 17:10 Hilmar Preusse, <hill...@web.de> wrote: > On 06.02.25 Danai SAE-HAN (韓達耐) (danai.sae...@gmail.com) wrote: > > Hi Danai, > > > A note to myself: > > There is a race condition in my debian/rules file that causes > > dh_install to search for AFM files, even though they have not been > > built yet. > > A temporary fix is to pass the argument "-j1" in "pbuilder" or > > "debuild" to only allow a single thread to work on building the > > package, until I have found the culprit. > > > > Thanks for that. After setting NUMJOBS to 1 in the d/rules file the > build works again. I would accept that as solution. Should I upload? > > Hilmar >