Re: apt-get install g++-3.4 problem
On Wed, Jul 18, 2007 at 20:36:09 +0200, tomas DOT itsx AT centrum DOT cz wrote:
> 
>  Hi all :)
> 
>  I have this problem:
>  i try to install g++ but apt-get print this:
> 
> # apt-get -f install g++-3.4
[...]
> The following packages have unmet dependencies:
>   g++-3.4: Depends: libstdc++6-dev (= 3.4.6-5) but it is not going to be installed
> E: Broken packages
> 
> this is my source.list:
> 
>  deb http://ftp.cz.debian.org/debian/ etch main
>        deb-src http://ftp.cz.debian.org/debian/ etch main
This mirror definitely has libstdc++6-dev available; see here:
http://ftp.cz.debian.org/debian/pool/main/g/gcc-3.4/
>        #deb http://ftp.cz.debian.org/debian/ unstable main
>        #deb  http://security.debian.org/  stable/updates main
>        #deb http://ftp.cz.debian.org/debian/ testing main
You had some testing/unstable packages installed at some point? Maybe
you still have something on your system which blocks the "stable"
libstdc++6-dev package.
>        deb http://security.debian.org/ etch/updates main contrib
>        deb-src http://security.debian.org/ etch/updates main contrib
>  
>  please couldnt you suggest what goes wrong?
Please post the output of the following two commands:
apt-cache policy libstdc++6-dev
apt-get install -s libstdc++6-dev
-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |
Reply to: