From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J1AZX-0007mP-TC for garchives@archives.gentoo.org; Sun, 09 Dec 2007 01:03:08 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lB911HGd005318; Sun, 9 Dec 2007 01:01:17 GMT Received: from mailserv.unb.ca (mailserv.unb.ca [131.202.3.23]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lB911GMP005308 for ; Sun, 9 Dec 2007 01:01:17 GMT Received: from jupiter.csd.unb.ca (jupiter.sun.csd.unb.ca [131.202.3.8]) by mailserv.unb.ca (8.13.6.20060614/8.13.6) with SMTP id lB911DA7013854 for ; Sat, 8 Dec 2007 21:01:13 -0400 Message-Id: <200712090101.lB911DA7013854@mailserv.unb.ca> Received: by jupiter.csd.unb.ca (sSMTP sendmail emulation); Sat, 8 Dec 2007 21:01:13 -0400 To: gentoo-amd64@lists.gentoo.org In-reply-to: <200712081156.30451.gentoo@appjaws.plus.com> References: <200712071433.26503.gentoo@appjaws.plus.com> <5bdc1c8b0712070957u593b9945k1e2329f14746cc@mail.gmail.com> <1197057993.25037.4.camel@galileo> <200712081156.30451.gentoo@appjaws.plus.com> Comments: In-reply-to Paul Stear message dated "Sat, 08 Dec 2007 11:56:30 +0000." Date: Sat, 08 Dec 2007 21:01:12 -0400 From: David Fellows X-UNB-MailScanner-Information: Please contact the ISP for more information X-UNB-VirusScanner: Found to be clean X-UNB-SpamDetails: not spam Subject: Re: [gentoo-amd64] printing has stopped Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org X-Archives-Salt: 0d273c47-56d6-45f8-9d4a-4013509116be X-Archives-Hash: ef6c3f2f2dd19a00ce02b6cb937757ee On Sat, 8 Dec 2007 11:56:30 +0000 Paul Stear wrote - > > Just another thought, when I run revdep-rebuild it has started to show > this error recently: > broken /usr/kde/3.5/lib32/libkdecore.so.4.2.0 (requires libexpat.so.0) > It then reinstalls app-emulation/emul-linux-x86-qtlibs-10.0 > If I repeat revdep-rebuild It find the same item broken > > Could both of these problems be caused by compatibility for amd64? > > I am completely lost now help....help....help....please > Paul Revdep-rebuild to the contrary you don't want to reinstall app-emulation/emul-linux-x86-qtlibs-10.0 You really want to upgrade it. However when you try, you will be told to re emerge app-emulation/emul-linux-x86-soundlibs with the arts USE flag. When you try that you will get a cyclic dependency with qtlibs! My work around was the following: echo "app-emulation/emul-linux-x86-soundlibs arts" >> /etc/portage/package.use emerge --oneshot -v --nodeps app-emulation/emul-linux-x86-soundlibs emerge --oneshot -uv app-emulation/emul-linux-x86-qtlibs emerge --oneshot -v app-emulation/emul-linux-x86-soundlibs Command 1 sets the use flag, 2 forces the emerge of soundlibs -- the dependency is runtime so forcing is OK, 3 upgrades qtlibs Portage will be happy because soundlibs was emerged with the required use flag), and 4 emerges soundlibs again just to make sure that the files it deleted were not re-installed in step 3. Bug 200171 and several related ones pertain to this problem. I don't think this issue has anything to do with your cups problem. Dave F -- gentoo-amd64@gentoo.org mailing list