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 47359138010 for ; Tue, 4 Sep 2012 17:33:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C92F5E0123; Tue, 4 Sep 2012 17:33:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 99447E03E4 for ; Tue, 4 Sep 2012 17:32:19 +0000 (UTC) Received: from [192.168.42.160] (staff-wireless.saddleback.edu [209.129.85.50]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id DA56333D741; Tue, 4 Sep 2012 17:32:17 +0000 (UTC) Message-ID: <50463B1D.4000809@gentoo.org> Date: Tue, 04 Sep 2012 10:32:13 -0700 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120901 Thunderbird/15.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org CC: "Rick \"Zero_Chaos\" Farina" Subject: Re: [gentoo-dev] [Future EAPI] src_fetch() phase function to support VCS fetching References: <20120904184345.77696965@pomiocik.lan> <504634E3.7070002@gentoo.org> In-Reply-To: <504634E3.7070002@gentoo.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 710e6822-80ef-486d-adfc-9814c726f118 X-Archives-Hash: 667212a8d63c6b584c2231de8c12a8ea On 09/04/2012 10:05 AM, Rick "Zero_Chaos" Farina wrote: > I believe the easiest (and honestly most sane) method is to simply have > src_fetch in the live classes check for needed deps and die (with a > "please emerge blah") if deps are not found. Adding something like > FDEPEND just seems to be getting way too crazy on the dependency tree > AND would require things to build during fetch-only which doesn't make > sense. I think it's nicer to have FDEPEND because it makes the deps more complete, so the package manager can bail out when necessary, without even executing src_fetch. In the case of --fetchonly the package manager could simply bail out if the deps are not installed (like how it bails out for --buildpkgonly when the deps aren't installed). -- Thanks, Zac