You're right, I missed a line. but it still says after apt-get update
(after I comented the line out)
# apt-get install kdelibs4-dev libcupsys-dev libssl-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting libcupsys2-dev instead of libcupsys-dev
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:
kdelibs4-dev: Depends: kdelibs4 (= 4:3.3.0-2) but 4:3.2.3-4 is to be installed
Depends: kdelibs-bin (= 4:3.3.0-2) but 4:3.2.3-4 is to be installed
Depends: libarts1-dev (> 1.3.0) but it is not going to be installed
Depends: libidn11-dev but it is not going to be installed
libcupsys2-dev: Depends: libcupsys2-gnutls10 (= 1.1.20final+rc1-7) but 1.1.20final+rc1-5 is to be installed
Depends: libgnutls11-dev but it is not going to be installed
E: Broken packages
Here is my sources list
# Primary
#deb
ftp://ftp.us.debian.org/debian testing main contrib non-free ##comented man##
#deb-src
ftp://ftp.us.debian.org/debian testing main contrib non-free
deb
ftp://ftp.us.debian.org/debian unstable main contrib non-free
#deb-src
ftp://ftp.us.debian.org/debian unstable main contrib non-free
deb file:/root debs/ ##added for local apt##
# non-us
#deb
ftp://non-us.debian.org/debian-non-US testing/non-US main contrib non-free ##comented man##
#deb-src
ftp://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb
ftp://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
#deb-src
ftp://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
deb
http://download.videolan.org/pub/videolan/debian sid main
#deb file:/mnt/cdrom testing main
# extra
# mplayer site
deb
ftp://ftp.nerim.net/debian-marillat/ unstable main
# java site
deb
ftp://metalab.unc.edu/pub/linux/deve...own.org/debian unstable main non-free
Thanks for all your help happytux!