From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N5i3W-00049a-0A for garchives@archives.gentoo.org; Wed, 04 Nov 2009 15:45:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE589E0C15; Wed, 4 Nov 2009 15:45:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C602FE0C15 for ; Wed, 4 Nov 2009 15:45:52 +0000 (UTC) Received: from [192.168.1.35] (unknown [77.246.104.171]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9CCB7674B7 for ; Wed, 4 Nov 2009 15:45:51 +0000 (UTC) Subject: [gentoo-dev] client/server consistency: USE flags / split packages From: Peter Volkov To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" Date: Wed, 04 Nov 2009 18:44:57 +0300 Message-ID: <1257349497.20584.2085.camel@tablet> 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 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: fa878819-ca9a-477b-8557-2f85cfda218d X-Archives-Hash: 32df5659eb6eb21de05123e3d21d2b3c Hi. How do we handle packages that provide client, server, and possibly extra tools/libraries? Do we split packages like binary distros do or do we use USE flags? What USE flags? Currently some packages are split other use client, server or minimal USE flag(s). Back in 2006 similar problem was discussed many times with no final resolution - it was hard to ban split packages since portage had no support for USE deps. Also some packages started to utilize 'minimal' USE flag to force users read USE flag description and thus reduce its usage and lower number of bugs due to not-installed parts of package. With EAPI=2 both use deps and USE defaults (if necessary) are here so it's possible to introduce some guidelines: 1. do not split packages; use USE flags and USE deps. 2. stop using minimal USE flag to build client or sever only. So are there any good reasons to split packages? https://bugs.gentoo.org/12499 but many similar disscussions were on this list... -- Peter.