Hi there,
I need to compile some software packages from source and need KDE headers for this purpose.
Usually I would just install the kde-devel package, right?
but I can't install it, apt-get gives the following error:
Can anyone explain the meaning of this and how I could fix it?
When I try to install the dependency apt-get suggests I get into a cascade of other dependencies. I tired to install them over the following series (all suggested by apt-get):
kdebase-dev > kdepimlibs5-dev > kdepimlibs5-dev > libical-dev
At the last point I get
I'm running jaunty now, but I upgraded from intrepid only recently. In Intrepid I was already using KDE4.2 (which was actually much better than my current system, because my ATI driver is not supported anymore... if anyone know an easy way to go back, please tell me...)
I would really like to have this kde-devel thing fixed; a system where I can't install the elementary header files, somehow does not feel right...
Thanks!
I need to compile some software packages from source and need KDE headers for this purpose.
Usually I would just install the kde-devel package, right?
but I can't install it, apt-get gives the following error:
Code:
~$ sudo apt-get install kde-devel 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. The following information may help to resolve the situation: The following packages have unmet dependencies: kde-devel: Depends: kdebase-dev (>= 4:4.1.1) but it is not going to beinstalled E: Broken packages
When I try to install the dependency apt-get suggests I get into a cascade of other dependencies. I tired to install them over the following series (all suggested by apt-get):
kdebase-dev > kdepimlibs5-dev > kdepimlibs5-dev > libical-dev
At the last point I get
Code:
The following packages have unmet dependencies: libical-dev: Depends: libical0 (= 0.43-2) but 0.43-2ubuntu1~intrepid1~ppa1 is to be installed E: Broken packages
I would really like to have this kde-devel thing fixed; a system where I can't install the elementary header files, somehow does not feel right...
Thanks!
Comment