I wont to compile Transmission 2.01 with this howto
https://trac.transmissionbt.com/wiki/Building.
apt-get install build-essentia
l give me an Error:
The following packages have unmet dependencies:
build-essential: Depends: libc6-dev but it is not going to be installed or
libc-dev
Depends: g++ (>= 4:4.4.3) but it is not going to be installed
Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed
Then i test
apt-get install libc6-dev
and get this Error:
root@debian:/# apt-get install libc6-dev
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:
libc6-dev: Depends: libc6 (= 2.11.2-2) but 2.11.2-2em1 is to be installed
E: Broken packages
root@debian:/#