aptd crashes each time when I try to remove/update rstudio (R IDE)

Asked by Miroslav Jezek

An unhandlable error occured
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 961, in simulate
    trans.unauthenticated = self._simulate_helper(trans)
  File "/usr/lib/python2.7/dist-packages/aptdaemon/core.py", line 510, in _set_space
    self._space = dbus.Int32(size)
OverflowError: Python int too large to convert to C long

Description: Ubuntu 11.04
Release: 11.04

  Installed: 0.41+bzr646-0ubuntu2
  Candidate: 0.41+bzr646-0ubuntu2
  Version table:
 *** 0.41+bzr646-0ubuntu2 0
        500 http://ubuntu.sh.cvut.cz/ natty/main i386 Packages
        100 /var/lib/dpkg/status

  Installed: 1.6.0-3ubuntu4.1
  Candidate: 1.6.0-3ubuntu4.1
  Version table:
 *** 1.6.0-3ubuntu4.1 0
        500 http://ubuntu.sh.cvut.cz/ natty-updates/main i386 Packages
        500 http://ubuntu.sh.cvut.cz/ natty-security/main i386 Packages
        100 /var/lib/dpkg/status
     1.6.0-3ubuntu4 0
        500 http://ubuntu.sh.cvut.cz/ natty/main i386 Packages

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
mycae
Solved:
Last query:
Last reply:
Revision history for this message
Best mycae (mycae) said :
#1

Sounds like https://bugs.launchpad.net/ubuntu/+source/apt-clone/+bug/795853

Use the "synaptic" program instead. It is a much more developed and stable apt graphical interface

Revision history for this message
Miroslav Jezek (jezek-0) said :
#2

Thanks, it helps. Synaptic is working correctly in this situation. I guess it doesn't solve the problem of Ubuntu Software Center but the more less same problem is mentioned in https://bugs.launchpad.net/ubuntu/+source/apt-clone/+bug/795853 as you said.
So I'm marking my post as solved. Thanks again.M.

Revision history for this message
Miroslav Jezek (jezek-0) said :
#3

Thanks mycae, that solved my question.