$ python3 -c 'import apt_pkg; print(apt_pkg.size_to_str(2147483648000))'
2147 G
$ python3 -c 'import apt_pkg; print(apt_pkg.size_to_str(2147483648000000))'
2147 T
$ python3 -c 'import apt_pkg; print(apt_pkg.size_to_str(2147483648000000000))'
2147 P
$ python3 -c 'import apt_pkg; 
print(apt_pkg.size_to_str(2147483648000000000000))'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
OverflowError: Python int too large to convert to C long

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1030278

Title:
  Quantal failed to install: ubiquity crashed in apt/progress/text.py in
  pulse: OverflowError: Python int too large to convert to C long

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1030278/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to