[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#110231: Still unresolved in my opinion





Which no one else saw. It would be a lot more clear if that had gone
to the BTS. All I saw was a suggestion to try something and a reply
complaining about how no one was helping you.

I received the message about replying to 110231@bugs.debian.org after I got the initial reply from Matthias. I didn't mean to imply that nobody was helping me. My message was in reply to the closure and that I felt that it wasn't actually in that state. Matthias obviously replied VERY fast.. even fast enough to beat the message from BTS.


ns1:/home/scott# apt-get install g++ libstdc++-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting libstdc++2.10-dev instead of libstdc++-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:

Sorry, but the following packages have unmet dependencies:
  libstdc++2.10-dev: Depends: libc6-dev but it is not going to be installed
E: Sorry, broken packages

ns1:/home/scott# apt-get install g++ libstdc++-dev libc6-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting libstdc++2.10-dev instead of libstdc++-dev
Sorry, libc6-dev is already the newest version
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:

Sorry, but the following packages have unmet dependencies:
libc6-dev: Conflicts: libstdc++2.10-dev (< 1:2.95.2-15) but 1:2.95.2-13 is to be installed
E: Sorry, broken packages
ns1:/home/scott#


> Now correct me
> if I'm wrong, g++ isn't going to install on my system in it's current
> state.  This may be a conflict between packages and be entirely my
> fault.  It may also be an issue of version incompatibilities that I *can*
> solve with a point in the right direction.

What else did you try? What Debian version are you running - stable,
testing, unstable? How recently updated? What does /etc/apt/sources.list
look like?

deb http://http.us.debian.org/debian stable main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
deb http://http.us.debian.org/debian dists/proposed-updates/
deb http://people.debian.org/~pm trial main

# Uncomment if you want the apt-get source function to work
#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable non-US

#deb cdrom:[Debian GNU/Linux 2.2 r0 _Potato_ - Official i386 Binary-1 (20000814)]/ unstable contr$

deb http://http.us.debian.org/debian/ potato main
#deb-src http://http.us.debian.org/debian/ potato main
deb http://non-us.debian.org/debian-non-US potato/non-US main
#deb-src http://non-us.debian.org/debian-non-US potato/non-US main
deb http://http.us.debian.org/debian potato main contrib non-free
deb http://non-us.debian.org/debian-non-US potato/non-US main non-free


What are the versions on libc6, libc6-dev, g++ (if already installed),
libstdc++*, libstdc++*-dev (if already installed), gcc, gcc-3.0, gcc-2.95
and gcc-3.0-base?

ns1:/etc/apt# dpkg -s libc6 | grep ^Version
Version: 2.2.3-6
ns1:/etc/apt# dpkg -s gcc | grep ^Version
Version: 1:2.95.2-13
libstdc++2.10-dev (as reported by apt-get.. I can't seem to find it)


It shouldn't be a conflict between packages. It's possible that your
source.lists is messed up. Have you tried apt-get update; apt-get upgrade
recently?

an apt-get update and upgrade was run just before attempting to install the package the first time.




Reply to: