+++ This bug was initially created as a clone of Bug #19930 +++ Progress bar not working in tradional installs with Graphic interface was fixed, see bug 19930, but the same issue still exists for text installs. Pterjan mentioned in https://bugs.mageia.org/show_bug.cgi?id=19930#c37 > Curses::UI does things like: > # Compute percentage > my $perc = ($this->{-pos}-$this->{-min}) > /($this->{-max}-$this->{-min})*100; > > And we are now giving int64 for -pos and -max so yes that will be 0, we > should transform the values before passing them on