Bug#825359: Aw: Bug#825359: Re: sbuild: unrealistic figure about total space used

2016-07-01 Thread Helge Deller
> -$sum += $1; > +$sum += $pkgbuilddirspc; My patch gives warnings like: Argument "524^I/<>/libsys-syscall-pe..." isn't numeric in addition (+) at /usr/share/perl5/Sbuild/Build.pm line 2174. Argument "12^I/root/build/t/libsys-syscall-perl_0.25-6_hppa.deb\n" isn't numeric in addition (+)

Bug#825359: Aw: Bug#825359: Re: sbuild: unrealistic figure about total space used

2016-07-01 Thread Helge Deller
Actually, there are more bugs in this coding. New patch is here: diff -up ./Build.pm.org ./Build.pm --- ./Build.pm.org 2016-07-01 12:28:47.235506948 +0200 +++ ./Build.pm 2016-07-01 16:09:13.318806048 +0200 @@ -2171,7 +2171,7 @@ sub check_space { if ($pkgbuilddirspc !~ /^(\d+)/) {