Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Repositories & Backports
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Repositories & Backports
Need help with apt-get and updating Ubuntu? Post here..

 
Thread Tools Display Modes
Old June 18th, 2006   #1
josephfley
First Cup of Ubuntu
 
Join Date: Jun 2006
Beans: 2
Can't Install libsdl1.2-dev in dapper

Hi there,

I was trying to install libsdl1.2-dev in my dapper, but I got some dep problems:

libsdl1.2-dev:
Depends: libartsc0-dev but it is not going to be installed

libartsc0-dev:
Depends: libglib2.0-dev but it is not going to be installed

libglib2.0-dev:
Depends: libglib2.0-0 (=2.10.2-1ubuntu3) but 2.10.3-0ubuntu1 is to be installed

What can I do?

Thanks for your time
josephfley is offline   Reply With Quote
Old June 20th, 2006   #2
l0th
First Cup of Ubuntu
 
Join Date: Jun 2006
Beans: 1
Re: Can't Install libsdl1.2-dev in dapper

Quote:
Originally Posted by josephfley
Hi there,

I was trying to install libsdl1.2-dev in my dapper, but I got some dep problems:

libsdl1.2-dev:
Depends: libartsc0-dev but it is not going to be installed

libartsc0-dev:
Depends: libglib2.0-dev but it is not going to be installed

libglib2.0-dev:
Depends: libglib2.0-0 (=2.10.2-1ubuntu3) but 2.10.3-0ubuntu1 is to be installed

What can I do?

Thanks for your time
Completely new to Ubuntu and I ended up at the same point while trying to compile superkaramba. Is there anyway I can change the way ./config operates so that it'll be happy with 2.10.3-0ubuntu1? If not, how can I install 20.10.2-1ubuntu3 instead?
l0th is offline   Reply With Quote
Old June 30th, 2006   #3
filip
First Cup of Ubuntu
 
Join Date: Feb 2005
Beans: 3
Re: Can't Install libsdl1.2-dev in dapper

I have exactly the same problem as you guys. I asked someone else to check their packages, and they have the other (correct, apparently) version of libglib2.0-0

The only weird thing I've done to this system, is use the EasyUbuntu script. How about you guys?
filip is offline   Reply With Quote
Old June 30th, 2006   #4
filip
First Cup of Ubuntu
 
Join Date: Feb 2005
Beans: 3
Re: Can't Install libsdl1.2-dev in dapper

I've found the correct file here:
http://mirror.switch.ch/ftp/ubuntu/p...untu3_i386.deb

After you download the file, you use the following command in the directory you downloaded it too:

sudo dpkg --install libglib2.0-0_2.10.2-1ubuntu3_i386.deb

I still don't know how this has happened. Please ask me, if there is anything unclear.
filip is offline   Reply With Quote
Old July 4th, 2006   #5
NunoCorreia
5 Cups of Ubuntu
 
Join Date: Nov 2005
Beans: 23
Re: Can't Install libsdl1.2-dev in dapper

filip: that doesn't want to work since apparently I've installed a more recent version of the package.

I've read the bug reports at Launchpad but I didn't come around to any conclusion. I need to install libsdl1.2-dev as well but I don't want to break my packages' consistency...
NunoCorreia is offline   Reply With Quote
Old July 14th, 2006   #6
rlgc79
5 Cups of Ubuntu
 
Join Date: Jan 2006
Location: Japan
Beans: 33
Ubuntu 6.06
Re: Can't Install libsdl1.2-dev in dapper

I had the same problem... I solved this issue by changing my /etc/apt/sources.list to the one in http://www.ubuntuforums.org/showthread.php?t=185758

Last edited by rlgc79; July 14th, 2006 at 12:57 AM..
rlgc79 is offline   Reply With Quote
Old July 21st, 2006   #7
Epimetheus
5 Cups of Ubuntu
 
Epimetheus's Avatar
 
Join Date: Sep 2005
Location: Sweden
Beans: 33
Send a message via ICQ to Epimetheus Send a message via MSN to Epimetheus Send a message via Yahoo to Epimetheus Send a message via Skype™ to Epimetheus
Re: Can't Install libsdl1.2-dev in dapper

In synaptics you can degrade packages, anyone tried this? After i installed the .deb of glib i got a broken dependencie which i fixed by degrading it one version.
Epimetheus is offline   Reply With Quote
Old September 20th, 2006   #8
YanalAlHasan
First Cup of Ubuntu
 
Join Date: Sep 2006
Beans: 10
Ubuntu 6.06
Re: Can't Install libsdl1.2-dev in dapper

hello all, I had the same problem in dapper 6.06 and fixed it by
(please perform all the steps you may think some are not neccessary but they will configure apt-get -f install in step 4)
1)sudo apt-get install libsdl1.2-dev (but it fails)
2)sudo dpkg --force-depends -r libglib2.0-0(this will remove libglib)
3)downloaded libglib2.0-dev(http://packages.ubuntu.com/dapper/li...libglib2.0-dev) and tried to install it(but it failed)
4)apt-get -f install(it will do everything and remove the package which was causing the problem which is libglib2.0-data or something like that and install the downloaded libglib and download libartsc0-dev from the net and at last download libsdl1.2-dev and install it)
Hope it helps and plz do all the steps for it to work.
YanalAlHasan is offline   Reply With Quote
Old October 1st, 2006   #9
keithjr
A Carafe of Ubuntu
 
Join Date: Jun 2006
Location: Boston, MA
Beans: 133
Ubuntu 6.06
Re: Can't Install libsdl1.2-dev in dapper

Quote:
Originally Posted by YanalAlHasan View Post
hello all, I had the same problem in dapper 6.06 and fixed it by
(please perform all the steps you may think some are not neccessary but they will configure apt-get -f install in step 4)
1)sudo apt-get install libsdl1.2-dev (but it fails)
2)sudo dpkg --force-depends -r libglib2.0-0(this will remove libglib)
3)downloaded libglib2.0-dev(http://packages.ubuntu.com/dapper/li...libglib2.0-dev) and tried to install it(but it failed)
4)apt-get -f install(it will do everything and remove the package which was causing the problem which is libglib2.0-data or something like that and install the downloaded libglib and download libartsc0-dev from the net and at last download libsdl1.2-dev and install it)
Hope it helps and plz do all the steps for it to work.


It works for me too. I also used EasyUbutu, so I imagine that might have something to do with it. Try disabling the easyubuntu and plf repos that it created and try to re-install it... that might be a solution. But yes indeed, Yanal's also works fine!

Thanks!
keithjr is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:40 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry