Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2840  / 2 Years ago, fri, september 23, 2022, 6:20:04

Since Handbrake can't be installed in Oneiric, I decided to try and build it from source instead. The build is interrupted because it complains glib is not installed, so I thought I better install the glib development package. But I cant:



$ sudo aptitude install -V libglib2.0-dev
The following NEW packages will be installed:
libglib2.0-dev{b} [2.30.0-0ubuntu4]
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1 775 kB of archives. After unpacking 8 831 kB will be used.
The following packages have unmet dependencies:
libglib2.0-dev: Depends: libglib2.0-0 (= 2.30.0-0ubuntu4) but 2.31.0-0ubuntu1~oneiric1 is installed.
Depends: libglib2.0-bin (= 2.30.0-0ubuntu4) but 2.31.0-0ubuntu1~oneiric1 is installed.
Internal error: the solver Install(libglib2.0-bin 2.30.0-0ubuntu4 <libglib2.0-dev 2.30.0-0ubuntu4 -> {libglib2.0-bin 2.30.0-0ubuntu4 libglib2.0-bin 2.30.0-0ubuntu4}>) of a supposedly unresolved dependency is already installed in step 237


Aptitude the suggest a solution that involves removing basically all libraries, including libc.



How do I install the glib development package?



Edit



$ apt-cache policy libglib2.0-0
libglib2.0-0:
Installed: 2.31.0-0ubuntu1~oneiric1
Candidate: 2.31.0-0ubuntu1~oneiric1
Version table:
*** 2.31.0-0ubuntu1~oneiric1 0
100 /var/lib/dpkg/status
2.30.0-0ubuntu4 0
500 http://se.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages

More From » 11.10

 Answers
4

It appears you are/have used the "Gnome 3 PPA" which on 11/07 removed the Oneiric glib packages, why I didn't purse.



Sorta leaves you in a touchy situation, don't know if 11.10 has any plans to upgrade glib to 2.31



The packages are still available for manually downloading & installing, links here under
"Builds" section, if so just grab the libglib2.0-dev_2.31.0-0ubuntu1~oneiric1 package



https://launchpad.net/~gnome3-team/+archive/gnome3/+sourcepub/2031687/+listing-archive-extra



Your other option could be to use ppa-purge & return to 11.10 versions, not sure how well that would go.


[#42063] Saturday, September 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sconhoney

Total Points: 403
Total Questions: 118
Total Answers: 109

Location: Andorra
Member since Mon, Jan 9, 2023
1 Year ago
sconhoney questions
;