You are not logged in.
Pages: 1
Hi everyone, I'm experiencing some issues while installing a few libs. This is the output I get:
The following packages have unmet dependencies:
libpango1.0-dev : Depends: libglib2.0-dev (>= 2.12.0) but it is not going to be installed
libsdl-mixer1.2-dev : Depends: libsdl1.2-dev (>= 1.2.4) but it is not going to be installed
Depends: libsmpeg-dev (>= 0.4.4-7) but it is not going to be installed
libsdl-ttf2.0-dev : Depends: libsdl1.2-dev (>= 1.2.4) but it is not going to be installed
E: Broken packagesI don't see anything wrong in my sources.list, but I'll paste it just in case:
GNU nano 2.2.4 File: /etc/apt/sources.list
deb http://security.debian.org/ squeeze/updates main
#deb-src http://security.debian.org/ squeeze/updates main
## DEBIAN BACKPORTS
deb http://backports.debian.org/debian-backports squeeze-backports main contri$
# Unstable Sid
#deb http://http.us.debian.org/debian/ unstable main contrib non-free
# Unstable Sources
#deb-src http://http.us.debian.org/debian/ unstable main contrib non-freeThe commented-out sid lines were needed for the nvidia drivers. Any ideas?
Offline
Your sources.list looks rather incomplete, innit? I don't see a URI for the primary Debian Squeeze repo, or for Statler...
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
## CRUNCHBANG
## Compatible with Debian Squeeze, but use at your own risk.
deb http://packages.crunchbanglinux.org/statler statler main
## DEBIAN
deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
#deb-src http://ftp.de.debian.org/debian/ squeeze main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ squeeze/updates main
#deb-src http://security.debian.org/ squeeze/updates main
## DEBIAN BACKPORTS
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
# Unstable Sid
#deb http://http.us.debian.org/debian/ unstable main contrib non-free
# Unstable Sources
#deb-src http://http.us.debian.org/debian/ unstable main contrib non-freeSorry, I just failed at copypasting. This is my complete sources.list.
Offline
Have you tried installing the listed dependencies first? Don't know why they're being held back...
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Everything seems to come down to a problem with libglib2.0-dev...
The following packages have unmet dependencies:
libglib2.0-dev : Depends: libglib2.0-0 (= 2.24.2-1) but 2.28.6-1 is to be installedOffline
It appears that your installed version of libgllib2.0-0 is too new, try uninstalling it and then see what happens. Just make sure it doesn't take anything too important with it.
Offline
Try this:
sudo apt-get -t stable install libglib2.0-devor
sudo apt-get -t stable install libglib2.0-0Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
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:
libglib2.0-dev : Depends: libglib2.0-0 (= 2.24.2-1) but 2.28.6-1 is to be installed
E: Broken packagesAnd then
libglib2.0-0 is already the newest version.I'm kinda clueless right now. But thanks anyway guys 
Offline
I had the exact same problem with the same lib when trying to install Aleph One.
The amount of things that were to be uninstalled when downgrading was sizable enough for me to decide it wasn't worth it.
Offline
What is the output for:
apt-cache policy libglib2.0-0Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
What happens if you try and just remove the version of libgllib2.0-0 that you currently have installed?
$ sudo apt-get remove libgllib2.0-0You could always just install the testing version of libgllib2.0-dev instead. Just beware, your small collection of testing packages might snowball until half your system is testing packages 
Offline
@august Unfortunately, this problem arised when I started installing my game development toolchain, so I kinda need it 
@anon This is what I get:
libglib2.0-0:
Installed: 2.28.6-1
Candidate: 2.28.6-1
Version table:
*** 2.28.6-1 0
100 /var/lib/dpkg/status
2.24.2-1 0
100 http://ftp.de.debian.org/debian/ squeeze/main amd64 Packages@mynis Er... Glib is a core library, I just can't remove it without pulling out a bazillion dependencies...
Last edited by merkoth (2011-05-30 04:33:12)
Offline
Unfortunately, this problem arised when I started installing my game development toolchain, so I kinda need it
You can use Synaptic to find the lib and Force Version back down to the version you need. But I just got into this stuff a few weeks ago so you'll probably want to hold off on that until you get confirmation from someone else. It has the potential to break a lot of stuff.
Offline
I had the same problem with libglib2.0-dev . I posted in the forum a few days ago.
I couldn't fix it. I ended up installing Xubuntu on a virtual machine and install it there, no problems in Xubuntu.
Offline
Like august said, I would try downgrading it.
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.