Gnome on Debian Sid and ekiga+libpt problem solved
Wednesday, July 22nd, 2009If you are running Debian Sid (i386) and are trying to install Gnome using
apt-get install gnome
You will probably might be disappointed because of problems regarding gnome-desktop-environment, ekiga, ptlib (libpt2.6.4) and opal (libopal3.6.4). Everything seems related to a missing 386 version of libpt2.6.4 on Debian Sid. Also libpt2.6.4-plugins is missing. Packages are also reported to be broken.
Well, I was tired to wait for the right solution of Debian's Gnome maintainers (respect to all of them!) and have just built my version of ptlib with built-in plugins. If you download it, install it and try again to install gnome, everything works fine.
Obviously, there are reasons behind the absence of a i386 version of libpt2.6.4 and libpt2.6.4-plugins from Debian Sid repositories. My workaround is surely not the right way to fix the problem, as I don't know the reasons of the blocks on those packages. It may be either serious technical reasons or "simpler" political reasons. You might prefer to wait for the heroes to fix the problem in the Debian way. You are advised, anyway.
If you feel brave and just want to see your Gnome Desktop Environment appear on your Sid box then follow these steps:
1) Download my libt2.6.4 Debian Sid package. It provides libpt.2.6.4 and libpt2.6.4-plugins required by Ekiga, which is required by gnome-desktop-environment
2) Install it:
dpkg -i libpt2.6.4_2.6.4-1_i386.deb
3) Try again to install gnome:
apt-get install gnome
Stop here if everything is fine!
If it doesn't work:
4) Try first to install libopal3.6.4:
apt-get install libopal3.6.4
If it works, go back to step 3.
If it doesn't:
a) Try first to install Ekiga:
apt-get install ekiga
If there are still problems with libopal:
b) Download my libopal3.6.4 Debian Sid package. It provides libopal3.6.4, which is also required by Ekiga.
c) Install it:
dkpg -i libopal3.6.4_3.6.4-1_i386.deb
Go back to step 3.
Good luck!