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 1KikGo-0000Ue-Um for garchives@archives.gentoo.org; Thu, 25 Sep 2008 06:24:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3D0E074D; Thu, 25 Sep 2008 06:24:09 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.145]) by pigeon.gentoo.org (Postfix) with ESMTP id 8056FE074D for ; Thu, 25 Sep 2008 06:24:09 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 4so81629eyk.10 for ; Wed, 24 Sep 2008 23:24:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=9phKaR6b7cFVexb6VsxtP2Eyk4NuE2yMu+vIWbT+Fv0=; b=OT5H03+7caRgzBl+ktkhVLiOOnMgRhH9VSoy9HGY8z2IOFpdANuZACC4lbeWI5ldAF fwwaAvtR84HY+1vmYoraif4yFw2jkHEzSCspoK7QHLBGdK4/D6htbEduPpoaDjx/JEem 4jhQGcnJWaHfCM85nUvvajVnvcakiR5kGSxr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=XC+Z+yBbLYh1GNccT/PLK/0cA8g73Wed9c3HO7Pw6k1fLv1VbXbVSbU0N0HkQT/qaK YSVFkegwmoChI4/Tkt+JFM69b4Tr8hOPvbW2peTENKg342b0Blmw+LWVzeSz1ljv3DRY DQfboUqQeWz2/QaLmMl0N3eYkc2rtqIKUDicc= Received: by 10.210.52.9 with SMTP id z9mr6118458ebz.39.1222323848255; Wed, 24 Sep 2008 23:24:08 -0700 (PDT) Received: from nazgul.af.didata.local ( [196.14.169.11]) by mx.google.com with ESMTPS id t12sm436929gvd.4.2008.09.24.23.24.05 (version=SSLv3 cipher=RC4-MD5); Wed, 24 Sep 2008 23:24:07 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Question about difference between emerge --update world and emerge vigra Date: Thu, 25 Sep 2008 08:24:49 +0200 User-Agent: KMail/1.9.10 References: <384d42da0809242105k67b8e3feja376df615350a10c@mail.gmail.com> 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="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809250824.49458.alan.mckinnon@gmail.com> X-Archives-Salt: a05b0fda-391f-4ced-a808-97cb091a2fcf X-Archives-Hash: 0f5d3e74b38f0f896f78bb751f731007 On Thursday 25 September 2008 06:05:20 SOrCErEr wrote: > As you can see, there is a package "vigra" with flag "U". > As I know, U is need to update, and if I do emerge --update world, it will > be update. > > But there is no "vigra" in result of "emerge -p --update world"(with --deep > also). > Of course, it still shows flag "U" if I do "emerge -p vigra" > > What is difference with emerge --update world and emerge vigra? > And how can I update all new package without exceptions? try using --with-bdeps=y Ref: man emerge The difference is that some dependant packages are only required to *build* something else, not to *run* it. So, the dependant package is only remerged when the package is depends on is itself rebuilt. --with-bdeps=y removes this exception -- alan dot mckinnon at gmail dot com