El Foro

PoL Don`t work on Debian Lenny

Autor Respuestas
hashedone Saturday 3 May 2008 at 10:36
hashedoneAnonymous

I have a little problem - today I've upgraded my Debian Lenny and I got a suprise - PoL was`t installed in my computer. I tried to install it, but it's depending old package - python version 2.5 or earlier (Lenny installing python version 2.5.0.2). I tried to install older python by hand but it was too much problems to do it. Now I`m downgrading system to Etch, but I think that it isn`t good way becouse Lenny is the most used Debian version.

Editado por: hashedone

Quentin PÂRIS Saturday 3 May 2008 at 20:59
Quentin PÂRISAnonymous

It's working on my lenny. Did you add the wx repository ?
volvox Saturday 31 May 2008 at 20:10
volvoxAnonymous

I have the same problem on my Debian lenny box. Package PlayOnLinux_3.0.1.deb depends on python-wxgtk2.8 (from wx repo) which depends both on python >= 2.4 and python < 2.5. There is only 2.5.2-1 version of python.


$ wget http://www.playonlinux.com/script_files/PlayOnLinux/3.0.1/PlayOnLinux_3.0.1.deb
$ wget -qO - http://apt.wxwidgets.org/key.asc | apt-key add -
$ echo 'deb http://apt.wxwidgets.org/ etch-wx main' >> sources.list
$ aptitude update
$ aptitude install unzip wine xterm python python-wxgtk2.8 imagemagick cabextract lzma
$ dpkg -i PlayOnLinux_3.0.1.deb
skkayman Sunday 1 June 2008 at 9:47
skkayman

the same problem here..

$ sudo apt-get install python-wxgtk2.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
python-wxgtk2.8: Depends: python (< 2.5) but 2.5.2-1 is to be installed
E: Broken packages


$ cat /etc/apt/sources.list
deb http://ftp.cz.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.cz.debian.org/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib

deb http://www.debian-multimedia.org lenny main
deb-src http://mentors.debian.net/debian unstable main contrib non-free
deb http://apt.wxwidgets.org/ etch-wx main
deb http://dl.google.com/linux/deb/ stable non-free
deb http://www.kiberpipa.org/~minmax/cinelerra/builds/athlonxp/ ./



GNU_Raziel Sunday 1 June 2008 at 10:37
GNU_Raziel

replace

deb http://apt.wxwidgets.org/ etch-wx main

by

deb http://apt.wxwidgets.org/ gutsy-wx main


and this will do the trick

Editado por: GNU_Raziel

skkayman Sunday 1 June 2008 at 16:20
skkayman

Thanks! It helped ;)

Finally I can install PlayOnLinux
$ sudo dpkg -i PlayOnLinux_3.0.1.deb
Selecting previously deselected package playonlinux.
(Reading database ... 409261 files and directories currently installed.)
Unpacking playonlinux (from PlayOnLinux_3.0.1.deb) ...
Setting up playonlinux (3.0.1) ...

shadow-catcher Monday 1 June 2009 at 19:08
shadow-catcherAnonymous

GNU_Raziel, Thank You! That was really helpful!