From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4659D138010 for ; Tue, 26 Mar 2013 10:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14EE6E06DC; Tue, 26 Mar 2013 10:50:52 +0000 (UTC) Received: from nm1-vm0.bullet.mail.ird.yahoo.com (nm1-vm0.bullet.mail.ird.yahoo.com [77.238.189.95]) by pigeon.gentoo.org (Postfix) with SMTP id 6DD8CE06B1 for ; Tue, 26 Mar 2013 10:50:50 +0000 (UTC) Received: from [212.82.105.224] by nm1.bullet.mail.ird.yahoo.com with NNFMP; 26 Mar 2013 10:50:49 -0000 Received: from [46.228.39.91] by tm20.bullet.mail.ird.yahoo.com with NNFMP; 26 Mar 2013 10:50:49 -0000 Received: from [127.0.0.1] by smtp128.mail.ir2.yahoo.com with NNFMP; 26 Mar 2013 10:50:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1364295049; bh=+jhIsUGyZ02ZzQrivziQyvCST1tW0pz6PbIZpyjuTNk=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:Content-Disposition:User-Agent; b=YxWHtl+2gIC5PfUiup5acwTWNnnvcjXpRfqUiaQuANZKh73fcLZwwW7SzPablxrVOImAEJLkF1L2lunDycijomxD4maYNYIx7vaU0WtvjvfHAxKhXboIpZwcNL5xFE0MWQxVArXKqHKQzi2zDUJgGUG1VARF/M8aYHxcbteNM/s= X-Yahoo-Newman-Id: 556230.6065.bm@smtp128.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ptaeI7QVM1lkjpH.8o_Urs55p1.8m9pIcbOidJpgUIK2pLp iSpf0p_EMpEplt1W.mM3Ezw9gvm_4tRTnM4tCujcdDJKPTBQFGOvtR6ymXGV 3YD0d1yJg3f62V6gZqSJQEZ7GCytKdNOQcPDaRgerDBgtniJZXdPLGPsvhWJ pBqSHrk0Lyl5xQBxfKF3E0hxK_MOLo9gPHJBPqiKcRGC2ZCEROThuUTvlkKG z3iTtgQ6wzAgc.HeoYnh7rVWhYgo.rDqBz.jqCkqMV4qZLD6ByM5cF6Y6xuN wIRgJ0T8GFYdwqbzrQ_1obJfqOddfFhoi_78PsXhHDS.1JYxvIfbZkxJmVua s2uDcIDgNa5P9oCxJYmyb9IczLj6.W4SICqoXKWRWv1Gq9bxlPUdiaJDOpip oIGcRPK5RbhSq0NEJFWLrMh91fvQ8InTYR3xnOvXRsg-- X-Yahoo-SMTP: GAfVypuswBAaKxaJQKmV_bfFvQ-- X-Rocket-Received: from alpha.mnet.local (mk106c-gnu@46.223.90.219 with login) by smtp128.mail.ir2.yahoo.com with SMTP; 26 Mar 2013 10:50:49 +0000 UTC Received: by alpha.mnet.local (Postfix, from userid 1000) id 023B28360A; Tue, 26 Mar 2013 11:50:41 +0100 (CET) Date: Tue, 26 Mar 2013 11:50:41 +0100 From: Michael Volland To: gentoo-user Subject: [gentoo-user] emerge options? Message-ID: <20130326105041.GA28614@alpha> 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-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: f139d432-5839-436c-89b3-0022c98f8e5b X-Archives-Hash: 330ff91eac1bede260277fc86e3ab27e Hi, today I realized on a gentoo-box after upgrading with eix-sync && emerge --keep-going -avutND @world revdep-rebuild emerge -avc (--depclean) eclean-dist said: The following unavailable installed packages were found: app-text/build-docbook-catalog-1.4 app-text/docbook-xsl-stylesheets-1.75.2 virtual/perl-ExtUtils-Command-1.170.0-r2 ...distfile name(s) not known/saved virtual/perl-File-Temp-0.220.0-r1 ...distfile name(s) not known/saved virtual/perl-Test-Simple-0.980.0-r1 ...distfile name(s) not known/saved After upgrading 2 of them manually I got this fixed with: "emerge --complete-graph=y --with-bdeps=y --keep-going -avutND @world" Question: Sins I do this with a script which I start manually, should I just always go with "--complete-graph=y --with-bdeps=y" or are there disadvantages (like more blocks and unsolved dependencies, apart from taking time)? I just try it out, but would like to know about your experience with it. In the beginning I just used first "emerge -avu @world" and after that I ran it with "--deep" and "--newuse" when I changed use-flags. From time to time the options I used got more... Greetings Michael