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 1QvnKo-0007Im-IJ for garchives@archives.gentoo.org; Tue, 23 Aug 2011 09:31:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 739EB21C17E; Tue, 23 Aug 2011 09:31:41 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id D58D621C069 for ; Tue, 23 Aug 2011 09:30:40 +0000 (UTC) Received: by wwf25 with SMTP id 25so5491058wwf.10 for ; Tue, 23 Aug 2011 02:30:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=knfd3zaf9FNL8bpZD9XERS0w+d0Yh5pHWNRlTzPN3wg=; b=FgjG1ry6w1dbM2i5PFCiEPueVemATymjrW2xZVrrJ9u71ij+ob4AjQ6IRgO+3Z9wuW +KzRva9UEdwjCT93VJB9LV59Zucu5+2BfXCYF6aFAjjxqAnGy9xKQIoOmgHG0eNmST4M ci1xmX6YvupATpbMnYnn/fm/ZLU/NS+QyjmNg= Received: by 10.216.9.18 with SMTP id 18mr3531778wes.54.1314091840014; Tue, 23 Aug 2011 02:30:40 -0700 (PDT) Received: from core2duo.fabnetwork (ALille-553-1-120-174.w86-215.abo.wanadoo.fr [86.215.175.174]) by mx.google.com with ESMTPS id el9sm5527957wbb.7.2011.08.23.02.30.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Aug 2011 02:30:39 -0700 (PDT) Date: Tue, 23 Aug 2011 11:30:37 +0200 From: netfab To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Per-package splitdebug FEATURE Message-ID: <20110823113037.3567c8bb@core2duo.fabnetwork> In-Reply-To: References: <3041466.l8PhFz8A7J@powerslave> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; i686-pc-linux-gnu) 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: quoted-printable X-Archives-Salt: X-Archives-Hash: e6bc44fe4d662be9b06c70c9d995edf3 Le 23/08/11 =C3=A0 04:02, Leonardo a tapot=C3=A9 : > What if I want to use splitdebug always and just deactivate it to some > packages Another way is to enable splitdebug globally, but not install debug files for specific packages : /etc/portage/env/do-not-install-debug-files.conf: INSTALL_MASK=3D"/usr/lib/debug" /etc/portage/env/package.env: www-client/firefox do-not-install-debug-files.conf If you are using FEATURES=3D"buildpkg" you can set INSTALL_MASK into make.conf : debug files will never be installed, but will be available into tbz2 packages.