From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KMP8J-0000hw-SQ for garchives@archives.gentoo.org; Fri, 25 Jul 2008 15:23:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C6DE0136; Fri, 25 Jul 2008 15:23:01 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.157]) by pigeon.gentoo.org (Postfix) with ESMTP id D4AB2E0136 for ; Fri, 25 Jul 2008 15:23:00 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 5so1290707ywm.46 for ; Fri, 25 Jul 2008 08:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ouwDlqE1wx57YTIvJfmdO35BIas/gnhi7Rd2XtjJMwY=; b=GsLhlcJu5eYUI94zIB+Op3sWKgFnJsIAwZ1S2QuQGLsKuhH+cbcPNXoBgp9+uBQ0IF 2L+e2NUbB+ctjw/Y9qOVHUn8mYV5orIUZMWGcYzPZLOUaqFyNn6YmvzHLLtFyyt4iZHi e65zcMRI+CXKx3KqxwTG8bJ289eRn0ORko6hk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=SjEGHvFnvHb7CXj238iadaGYO/9piFMPx7Hlu2prAyjuoRmp7mkeKK9Udzr9uS084E ZPbH8cw+D+a4KaG3+i/N32GWu3D24sveehyJNiWPoSXDdMAvAYSkiRsOfy6FI0Hfnv/h x+FoG10C66/xscI9RZywmumyJzYbR/pdlUKYs= Received: by 10.115.18.1 with SMTP id v1mr2084532wai.81.1216999379735; Fri, 25 Jul 2008 08:22:59 -0700 (PDT) Received: by 10.115.110.19 with HTTP; Fri, 25 Jul 2008 08:22:59 -0700 (PDT) Message-ID: <49bf44f10807250822h1e60f196l7bfc647144ffa5c5@mail.gmail.com> Date: Fri, 25 Jul 2008 08:22:59 -0700 From: Grant To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Why isn't libxslt updated by emerge world? In-Reply-To: <20080725055011.GA5291@marvin.heimnetz.local> 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: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10807241545u724b94a5vc9f6186a15c3ff6b@mail.gmail.com> <20080725055011.GA5291@marvin.heimnetz.local> X-Archives-Salt: 811708c8-9fcf-4242-b4bf-5fb832048cf9 X-Archives-Hash: e17f52905d4e39e1916bfe78245bfdf7 >> I'm synced up and emerge world doesn't want to emerge anything, but >> python-updater wants to re-emerge an old version of libxslt which is >> currently installed, which looks like it should have been updated via >> emerge world: >> >> # equery depends libxslt >> [ Searching for packages depending on libxslt... ] >> dev-lang/php-5.2.6-r2 (xsl? dev-libs/libxslt) >> dev-libs/glib-2.16.3-r1 (doc? >=dev-libs/libxslt-1.0) >> >> Can anyone explain this? >> > > As you stated correctly: phython-updater wants *re*-emerge libxslt, > because something, in this case phython, on which libxlst depends has > changed. > > There is no update of libxslt, so why sgould emerge -u world bother? But there is: # emerge -pv libxslt These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] dev-libs/libxslt-1.1.24 [1.1.20] USE="crypt python -debug -examples%" 3,286 kB That's the confusing part. - Grant