[Debian-med-packaging] Bug#1115489: altree: binary-all FTBFS
Santiago Vila
sanvila at debian.org
Wed Sep 17 13:16:14 BST 2025
Hi. For completeness, this is what I meant:
dpkg-buildpackage -uc -us -b
[...]
Installing /tmp/20250917/altree-1.3.2/debian/tmp/usr/bin/altree-add-S
make[1]: Leaving directory '/tmp/20250917/altree-1.3.2'
dh_install
debian/rules execute_after_dh_install
make[1]: Entering directory '/tmp/20250917/altree-1.3.2'
set -e \
; cd debian/altree/usr/lib/x86_64-linux-gnu/perl5/5.40/ALTree/ \
; for file in Chi2.pm Import.pm Input.pm Node.pm SitePerForet.pm SiteSensPerTree.pm Tree.pm to_rewrite.pm \
; do iconv -f ISO-8859-1 -t UTF-8 < "${file}" > "${file}.conv" \
; mv -v "${file}.conv" "${file}" \
; done
mv: replace 'Chi2.pm', overriding mode 0444 (r--r--r--)?
(so, this is why I added -f to mv in the previous patch).
Thanks.
More information about the Debian-med-packaging
mailing list