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 1Kio4B-0003Ao-Rb for garchives@archives.gentoo.org; Thu, 25 Sep 2008 10:27:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E231E06F5; Thu, 25 Sep 2008 10:27:23 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by pigeon.gentoo.org (Postfix) with ESMTP id BC857E06F5 for ; Thu, 25 Sep 2008 10:27:22 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id c7so147675nfi.26 for ; Thu, 25 Sep 2008 03:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=y1cn1L3kksLEJFbJ2kqMavgcVFVitFKSRKZ8utpi+iI=; b=QQLlPIXm26r1V2iWfwl5ptfX09dfElXCjoSDRMaVtBKAXuuRRL7rZmNvPSqMSbjkhn 5haTKOu78wPkfiqQmTXdEyjZzDyQKHmyw2rQsv6bzx1b6ScIOkZiMLpgSN/P4rA35Dxh Xk25ag5Eib+n7wFo8jyn+ehWKgxKo3ZfP0MLg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gsQGIVxKJAxr0xog5X9xIWhcUPqbTpI5mJcG/nWJbYLUz4FbSTJdAe7AjjyPeOWlcS acI9S4JHzI0VfSXeTRHDyXr2eRAqJU45e796wPpxd151eDE66rugsT0BYSP3+14cwYep iMbHVjDo1FGgXalsfQifeOh2nZixcTbHOCSyI= Received: by 10.103.23.4 with SMTP id a4mr5725023muj.0.1222338441215; Thu, 25 Sep 2008 03:27:21 -0700 (PDT) Received: by 10.103.229.7 with HTTP; Thu, 25 Sep 2008 03:27:21 -0700 (PDT) Message-ID: <6142e6140809250327o18816ed0r570f9adef20511ab@mail.gmail.com> Date: Thu, 25 Sep 2008 12:27:21 +0200 From: "Daniel Pielmeier" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Question about difference between emerge --update world and emerge vigra In-Reply-To: <384d42da0809242105k67b8e3feja376df615350a10c@mail.gmail.com> 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=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <384d42da0809242105k67b8e3feja376df615350a10c@mail.gmail.com> X-Archives-Salt: 85657104-9520-4526-960e-5522fe5c85da X-Archives-Hash: f51b209299b1be7a0f994b5720db244b 2008/9/25 SOrCErEr : > > What is difference with emerge --update world and emerge vigra? > And how can I update all new package without exceptions? > > If you know, please let me know. > When looking at the packages to be merged, I guess you are running unstable gentoo. Which version of portage do you use. 2.2_rc9? Many things have changed with portage-2.2. So I recommend reading the documentation of portage first. I am not using portage 2.2, but with stable portage the following almost everytime helps to get a sane state: emerge -uND --with-bdeps=y world revdep-rebuild -i emerge -p --depclean Before you let depclean remove anything make sure you really don't need it and you have run python-updater (there is something like this for perl too which I don't recall at the moment). Also make sure you have a clean world file, which means if there is an entry which is already needed by something else it should normally be removed as this could cause problems.