Great, thanks!Otherwise I suppose that I have to play with
UNSHARE_TMPDIR_TEMPLATE to use some kind of XDG dir in my $HOME to replace the
currently limited /tmp dir onmy system.Envoyé de mon Galaxy S6 Orange
-------- Message d'origine --------De : Johannes Schauer Marin Rodrigues
<[email protected]> Date : 16/11/2024 23:17 (GMT+01:00) À :
[email protected], Patrice Duroux <[email protected]> Objet : Re:
Bug#1087656: sbuild: strange 'Disk space is probably not sufficient for
building.' alert Hi Patrice,thank you for reaching out with this issue.Quoting
Patrice Duroux (2024-11-16 21:30:31)> E: Disk space is probably not sufficient
for building.> I: Source needs 1927824 KiB, while 2175932 KiB is free.)> > I
don't understand why needing 1927824 KiB while having 2175932 KiB free is a>
problem?> Besides, where does this limit number 2175932 KiB come from?The
current message definitely should be improved. What is this stray
closingparenthesis even doing there?How about the following message:E: Disk
space is probably not sufficient for building.I: Unpacked source needs 1927824
KiB (according to du -k) and you have 2175932 KiB free (according to df -k).I:
Please make enough room for twice the unpacked source size or disable this
check by setting $check_space to 0 in your ~/.sbuildrc.I: For more information
see CHECK_SPACE in sbuild.conf(5).Would this explain everything you were
wondering about?Thanks!cheers, josch