Package: src:ifrench-gut,dpkg-dev Severity: serious Dear maintainer:
I tried to build this package in sid with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep debian/patches/automakehash.dpatch -patch patching file makehash Hunk #1 succeeded at 146 (offset 1 line). Hunk #2 succeeded at 193 (offset 1 line). Hunk #3 succeeded at 273 (offset 1 line). debian/patches/autodicooption.dpatch -patch patching file makehash Hunk #2 succeeded at 40 (offset 1 line). Hunk #3 succeeded at 163 (offset 1 line). Hunk #4 succeeded at 199 (offset 1 line). Hunk #5 succeeded at 422 (offset 1 line). debian/patches/replacement_aff.dpatch -patch [... snipped ...] chercher ses dictionnaires. Probablement : /usr/lib/ispell (Faites de même pour ./francais-TeX8b.aff et ./francais-TeX8b.hash.) is2my-spell.pl francais.aff > fr-pre.aff LC_ALL=C sed -e 's/^SET.*/SET ISO8859-15/;s/^TRY.*/TRY aeioàéèêîâsinrtlcdugmphbyfvkwôûëöïù½/' fr-pre.aff > fr.aff wc -l < francais.dico > francais.dico.cnt cat francais.dico.cnt francais.dico > fr.dic touch build-stamp fakeroot debian/rules binary-indep dh_testdir dh_testroot dh_prep dh_installdirs dh_installdirs: Compatibility levels before 9 are deprecated (level 7 in use) # Add here commands to install the package into debian/ifrench-gut. install -m 0644 fr.aff /<<PKGBUILDDIR>>/debian/myspell-fr-gut/usr/share/hunspell install -m 0644 fr.dic /<<PKGBUILDDIR>>/debian/myspell-fr-gut/usr/share/hunspell # links for myspell dicts ln -s /usr/share/hunspell/fr.aff /<<PKGBUILDDIR>>/debian/myspell-fr-gut/usr/share/myspell/dicts/fr.aff ln -s /usr/share/hunspell/fr.dic /<<PKGBUILDDIR>>/debian/myspell-fr-gut/usr/share/myspell/dicts/fr.dic for CC in FR BE LU CH; do for SUF in aff dic; do\ ln -s fr.${SUF} /<<PKGBUILDDIR>>/debian/myspell-fr-gut/usr/share/hunspell/fr_${CC}.${SUF}; \ ln -s /usr/share/hunspell/fr.${SUF} /<<PKGBUILDDIR>>/debian/myspell-fr-gut/usr/share/myspell/dicts/fr_${CC}.${SUF}; \ done; done dh_testdir dh_testroot dh_installdocs dh_installdocs: Compatibility levels before 9 are deprecated (level 7 in use) dh_installchangelogs dh_installchangelogs: Compatibility levels before 9 are deprecated (level 7 in use) dh_link installdeb-myspell -p myspell-fr-gut dh_compress dh_fixperms dh_installdeb -i dh_installdeb: Compatibility levels before 9 are deprecated (level 7 in use) dh_gencontrol dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dh_md5sums dh_builddeb -i dpkg-deb: building package 'myspell-fr-gut' in '../myspell-fr-gut_1.0-31_all.deb'. dpkg-genbuildinfo --build=all dpkg-genbuildinfo: error: cannot fstat file ../ifrench-gut_1.0-31_amd64.deb: No such file or directory dpkg-buildpackage: error: dpkg-genbuildinfo --build=all gave error exit status 2 -------------------------------------------------------------------------------- The package does not use dpkg-genbuildinfo explicitly, so this seems like a bug in dpkg-dev. On the other hand, if this were a bug in dpkg-dev, I would expect to find a lot more packages with the same problem, but I only found this one. So this is really strange and I don't really know where is the bug. Please do agree on which package is to blame. Thanks.