Skip to main content

Gentoo and KDE

I've been using Gentoo since early 2003 and have generally been very regular (almost daily, at least weekly) with system updates using emerge. There was a period of time though when the system was on KDE 3.x and I didn't do any updates for several months. Eventually it took me a lot of effort to resolve dependencies and fix the blocked packages to go up to KDE 4.1. Being an old machine, I didn't do much on that system for the past 5 months. Now it seems like it's going to be very very difficult to any updates.

Running emerge -av kde-meta:4.3 give me a huge number of conflicts and blocked package:

Total: 290 packages (26 upgrades, 59 new, 205 in new slots, 228 uninstalls), Size of downloads: 556,992 kB
Conflict: 272 blocks (12 unsatisfied) ('installed', '/', 'x11-libs/qt-svg-4.5.0', 'nomerge') pulled in by
~x11-libs/qt-svg-4.5.0 required by ('installed', '/', 'x11-libs/qt-4.5.0', 'nomerge')

('ebuild', '/', 'x11-libs/qt-dbus-4.5.2', 'merge') pulled in by
>=x11-libs/qt-dbus-4.4.0:4 required by ('ebuild', '/', 'media-sound/phonon-4.4_pre20090520', 'merge')
x11-libs/qt-dbus:4 required by ('ebuild', '/', 'dev-libs/soprano-2.3.1', 'merge')
x11-libs/qt-dbus:4 required by ('installed', '/', 'app-misc/strigi-0.6.4', 'nomerge')
(and 2 more)

('ebuild', '/', 'x11-libs/qt-svg-4.5.2', 'merge') pulled in by
>=x11-libs/qt-svg-4.5.1:4 required by ('ebuild', '/', 'kde-base/kleopatra-4.3.1', 'merge')
>=x11-libs/qt-svg-4.5.1:4 required by ('ebuild', '/', 'kde-base/kwallet-4.3.1', 'merge')
>=x11-libs/qt-svg-4.5.1:4 required by ('ebuild', '/', 'kde-base/nepomuk-4.3.1', 'merge')
(and 232 more)
...

Gentoo systems have always had problems when upgrades are not done frequently but right now it looks like the system is un-upgradeable.

Any quick fix solutions here? I already run Kubuntu, Open SuSE and Enterprise Linux on other systems. So I'm aware of other common Linux distro choices but I'd like to get the Gentoo system back to the latest in Portage.

Comments

Rainman said…
I think I know what the problem is. I think most of your libraries (X11, for instance), are built using QT. Since you haven't upgraded in ages, you were probably running Qt 4.3.1 or something, and since then, a lot has changed. These logs seem to indicate that QT 4.5.1 is required, which means a whole bunch of chained dependencies. Another problem is that somewhere along the way, Trolltech (makers of QT) got bought my Nokia, and as a result, I don't think the libraries are available for download anymore, on their site. I don't see a pain-free upgrade, unless you want to dig deep and resolve dependencies manually. Its probably not worth the effort anyway :-)
Rainman said…
Have you tried getting QT libraries at tips?
Anonymous said…
Yes, I was running at the 4.3.1 level. The way Gentoo works, it tries to pull in the latest ebuild anyway (except for masked ebuilds) which is fairly close to tip. I think I have to first unmerge all the packages that depend on QT or KDE ... which is a pain!
Rainman said…
Agreed - it is a pain! Looks like you might have to wipe out, and start afresh :-)

Popular posts from this blog

Migrating from Palm Calendar to Google Calendar and iPhone

Here are the free steps to migrate from Palm's date book (or Pimlico's DateBk6 ) calendar to Google calendar for full iPhone sync. First, sync Palm with Palm Desktop . Next, open Palm Desktop, select the Calendar view, navigate to File | Export, select Export Type as Date Book Archive, Range as All and provide a file name. This will export the calendar data as Date Book Archive (.dba). There's a paid tool called DBA2CSV that converts .dba files to .csv files. However this can be done for free using Yahoo Calendar. Login into Yahoo Calendar and via Settings/Import, import the .dba file. It helps to have an empty Yahoo Calendar. Via Settings/Export, export the calendar as .csv file. Login to Google Calendar (also works with Google Apps For Your Domain GAFYD Calendar) and import the .csv file into any of the calendars. It is a good idea to create a test calendar and test the import before importing into your real calendar. That way if anything goes wrong, you can delet...

AD-5526 Digital Multimeter

The AD-5526 is an ancient multimeter from A&D but for $10 one can’t complain. Has all the basic features one would expect from a multimeter and at 5.2 cm X 9.5 cm X 2.6 cm, it’s quite compact. Uses a LRV08 12V alkaline battery – not a common battery in the USA.

RTL-SDR, Raspberry Pi and Plane Spotting via ADS-B

Most modern aircraft carry an ADS-B ( Automatic Dependent Surveillance - Broadcast ) transmitter that puts out information about the aircraft's identification, geospatial location, speed, and heading. This information is received by ground stations and air traffic control and used as a replacement for radar-based tracking. ADS-B relies on line-of-sight communication via signals transmitted at 1090 Mhz and has a range of up to 250 nautical miles. Sites such as FlightAware , FlightRadar24 , Plane Finder , RadarBox24 , etc. collect ADS-B information using a vast array of ADS-B receivers, some of which are run by hobbyists, and present this information on maps with near-real-time updates. With the advent of cheap software-defined-radio (SDR) dongles, over the past few years, it has become extremely cheap and easy for amateurs to receive ADS-B signals, upload data to these sites and, in exchange, get access to premium features from these sites. This guide will walk you t...