Re: Unstable ate my debian-kde-cvs...
Patrick Dreker <[email protected]>
| Newsgroups | gmane.linux.debian.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Donnerstag, 02. Oktober 2003 20:38 schrieb Shad Gunderson <[email protected]> zum Thema [debian-kde-cvs] Unstable ate my debian-kde-cvs...: > Ye olde apt-get update devoured kde today... any attempts to get > re-install kde-cvs-snapshot results in horrible broken-ness. Anybody > else experiencing similar technical difficulties? Rule1: Always check what an update *would* do, before commencing... ;-) The problem seems to be that a new libqt was uploaded to SID, which has a bigger version number than the one in orth's packages (3.2.1-5 > 3.2.1-4 +orth...), so libqt gets replaced by the version from SID. Unfortunately the package kde-snapshot depends on the exact libqt version (= instead of >=) from orth's collection, so kde-snapshot is marked for removal, which in turn removes all KDE-HEAD packages, as they depend on kde-snapshot. Workaround: put all libqt related packages on hold The following lines causes a dist-upgfrade to succeed, withpout removing KDE-HEAD (WARNING: all on one line! No Warranties, works for me... yada yada): for P in `COLUMNS=200 dpkg -l libqt*|grep ii|awk '{print $2}'`; do echo $P hold|dpkg --set-selections ; done Hth Patrick - -- Patrick Dreker GPG KeyID : 0xFCC2F7A7 (Patrick Dreker) Fingerprint: 7A21 FC7F 707A C498 F370 1008 7044 66DA FCC2 F7A7 Key available from keyservers or http://www.dreker.de/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/fIf1cERm2vzC96cRAuCYAJ93PU2iCyDqD5YRFC9bt3U0AeZBMQCfeTfn WEP25mfftBDii93oMVpnYhk= =831m -----END PGP SIGNATURE-----