Re: probs installing g++ on unstable
michael writes:
> I have an unstable system on which I'm trying to install g++ but I've
> been getting the below dependency problem for about a month. Could
> somebody highlight whether this is just an 'unstable' "some packages
> just not ready" issue or something deeper? I've included what I think is
> all the required info. Thanks, Michael
Seems to be a problem in your environment. g++ works fine here:
$ dpkg -l | egrep ^ii.*'(libstdc\+\+|g\+\+)'
ii g++ 4.1.1-15
ii g++-4.1 4.1.1-21
ii libstdc++6 4.1.1-21
ii libstdc++6-4.1-dev 4.1.1-21
> The following packages have unmet dependencies:
> libc6-dev: Depends: libc6 (= 2.3.6.ds1-10) but 2.3.6-15 is to be
> installed
> E: Broken packages
[snip]
> ii libc6 2.3.6-15 GNU C Library: Shared libraries
This a *very* outdated version of libc6 (released on Juny 2006). When
was your last upgrade?
--
-- Jhair
Reply to: