mintmenu application install: apturl crash

Archived topics about LMDE 1 and LMDE 2
Locked
mfs

mintmenu application install: apturl crash

Post by mfs »

Hi,

on my LMDE 64bit system (up to date with the latest repo, but without the xserver and gnome3 updates), trying to use the application install feature of mintmenu fails:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/apturl-gtk", line 48, in <module>
    sys.exit(apturl.main())
  File "/usr/lib/python2.6/dist-packages/AptUrl/AptUrl.py", line 177, in main
    if not self.openCache():
  File "/usr/lib/python2.6/dist-packages/AptUrl/AptUrl.py", line 117, in openCache
    if self.cache._depcache.BrokenCount > 0:
AttributeError: 'apt_pkg.DepCache' object has no attribute 'BrokenCount'
As the same error appears when issuing

Code: Select all

apturl apt://foo
, I concluded that this is a problem with the apturl package I have installed (0.4.1ubuntu4 from latest). So I downloaded and installed 0.4.1ubuntu7.1 from the ubuntu maverick repo, but without success. As 0.4.2 from natty is only working with python >2.7.1 (while mine is 2.6), I did not try it.

Are there any hints on how to fix the issue?

mfs.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
clem
Level 12
Level 12
Posts: 4308
Joined: Wed Nov 15, 2006 8:34 am
Contact:

Re: mintmenu application install: apturl crash

Post by clem »

Hi,

This is a problem caused by the fact that the APT module was moved to python 2.7 in Debian testing. I can reproduce it here and we'll try to fix it in the coming weeks.
Image
hozomean

Re: mintmenu application install: apturl crash

Post by hozomean »

i've submitted patches to bug 798177 that should fix this issue.
Locked

Return to “LMDE Archive”