From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OPKgt-00033d-8Q for garchives@archives.gentoo.org; Thu, 17 Jun 2010 19:23:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6515E0B3F; Thu, 17 Jun 2010 19:23:23 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id AACFEE0B3F for ; Thu, 17 Jun 2010 19:23:23 +0000 (UTC) Received: by wwb39 with SMTP id 39so256297wwb.40 for ; Thu, 17 Jun 2010 12:23:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=K82SPDvTSwW+1+PUNlWJQo8evfU6holINck9uz1hTos=; b=lxhFmZRur1knJ4dd+nP4ZfOhA5q1M/hAmD54kJYHGx6tp083CnF6OLHkESOId+zA9t vKA8ZRwP2jBEQonDq720DSyUcgz+KhIGLKAlPG9iXlauxmq9unOs5eoG5GeyA9cFR8PC /S6G6QuCayQdBWOIGM1HR3tZskE+m29Xb+O+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=QvPDktcBiarsPY0QHS4zbZIA6C+7JkppFTqYHfYi2y45bMwia0empQtwlwRAhLr8xb lMSFRRGXM1dluPwS2TB/R29fwjW8JlOddQDWfiV5apZoJZTHaM921RzpaIdQHyConYC4 Av6hZc1US2JHrkB3/Qn8J762bHKQm8r4eijmA= Received: by 10.227.143.13 with SMTP id s13mr1433wbu.18.1276802603049; Thu, 17 Jun 2010 12:23:23 -0700 (PDT) Received: from (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id t15sm8762955wbc.5.2010.06.17.12.23.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 17 Jun 2010 12:23:21 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't boot into X Date: Thu, 17 Jun 2010 20:23:10 +0100 User-Agent: KMail/1.12.4 (Linux/2.6.33-gentoo-r2; KDE/4.3.5; x86_64; ; ) References: <201006171854.37447.wonko@wonkology.org> In-Reply-To: <201006171854.37447.wonko@wonkology.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1723181.zN9MTQk5rd"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201006172023.20292.michaelkintzios@gmail.com> X-Archives-Salt: e26dfb05-99eb-4d95-b78e-7acbc642c9b7 X-Archives-Hash: ee01f5f02d82d96ebb1add5026484756 --nextPart1723181.zN9MTQk5rd Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable On Thursday 17 June 2010 17:54:35 Alex Schuster wrote: > Colleen Beamer writes: > > First, I looked in the archives and didn't find anything relevant - > > could be my stupidity, but I did try! >=20 > Fine :) >=20 > > From my kdm log the last few lines are as follows: > > > > (EE) Failed to load module "dri" (module does not exist, 0) > > (EE) Failed to load module "dri2" (module does not exist, 0) >=20 > I have this too, when using ati-drivers. I think the nvidia-drivers also > have their own dri, so this is okay. >=20 > > /usr/lib/kde4/libexec/kdm_greet: error while loading shared libraries: > > libpng12.so.0: cannot open shared object file: No such file or > > directory >=20 > [...] >=20 > > Regarding libpng - on my first upgrade 6 days ago, I removed libpng > > prior to doing the update because the updated libpng file was being > > blocked by the existing one. I don't know if this makes a difference. >=20 > This is the problem. /usr/lib/kde4/libexec/kdm_greet links to > libpng12.so.0, which you removed. It needs to be rebuilt so it links > against libpng14.so.0. A simple emerge -1 kde-base/kdm should solve this. > Use ldd /usr/lib/kde4/libexec/kdm_greet to verify this, there should be no > 'not found' entries. >=20 > Better use revdep-rebuild, there might be many other things that are still > linked to the old libpng. >=20 > You could also try to emerge media-libs/libpng:1.2, this will install the > old libpng in parallel. At least I do have both on my system, but my kdm > inks to 1.4. If the revdep-rebuild list is very long, maybe you can get a > working system faster this way. =20 media-libs/libpng-1.4.2 is still ~amd64 and ~x86, so there shouldn't be a n= eed=20 to emerge it at this stage. Alex's suggestion to emerge -1aDv kde-base/kdm= =20 will most likely fix your problem and you can run revdep-rebuild afterwards= =20 for good measure. =2D-=20 Regards, Mick --nextPart1723181.zN9MTQk5rd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) iEYEABECAAYFAkwadigACgkQVTDTR3kpaLauSACfQ+NY5DIm3AyYRZGIzs83Bb0X lwEAnixuth8QP5Jx69Xz47S0ZBvwwuIi =0wzq -----END PGP SIGNATURE----- --nextPart1723181.zN9MTQk5rd--