X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 33151DC046F for ; Tue, 11 Nov 2014 17:26:06 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id r10so10463929pdi.2 for ; Tue, 11 Nov 2014 09:26:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7IYD4i9C77yNy3L2eopqBbxWnd5arEnCZV93XapMYcA=; b=pio+S6RWPV1OA/q2YfujxosjIm16qEVUwCJ4NTche0hciN6gyyMCaZ0T1JX62i+g70 v8aeVpHHTbz4Ej4ME0H4AllgANFFwkZmzt1d509CEU9fYeTXQ5ec8OdOoG8X7OsKGMPF RLo1b/0QPbXrQAnmQ/doulTJfqlpRZZdIOcZAO5x6Vzm/Wt30LTSVexlWvNP4oVLq6JB rqG6jbUfcR40oVGsV6Wxl8yKSuOOlkOujKnfPLh24EvUw9UP0EmUyU+7FiuO0LFBloY5 JV4bSOrNTnI/B8KwBrlHiNED6+n1TOWQjEac0BSbTAYtgJSO7huiWtEBTI8FxfeXPVQT c0mw== X-Received: by 10.70.51.98 with SMTP id j2mr41236116pdo.1.1415726765080; Tue, 11 Nov 2014 09:26:05 -0800 (PST) Received: from newbook ([50.0.227.65]) by mx.google.com with ESMTPSA id u1sm19911523pdj.29.2014.11.11.09.26.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 09:26:04 -0800 (PST) Date: Tue, 11 Nov 2014 09:26:10 -0800 From: Isaac Dunham To: Natanael Copa Cc: Timo Teras , alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Could we break the mesa-dev dependency on mesa-dbg? Message-ID: <20141111172609.GA1814@newbook> References: <20141110182421.GA3402@newbook> <20141111104850.5699d6b3@vostro> <20141111121532.338a51a7@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141111121532.338a51a7@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) On Tue, Nov 11, 2014 at 12:15:32PM +0100, Natanael Copa wrote: > On Tue, 11 Nov 2014 10:48:50 +0200 > Timo Teras wrote: > > > On Mon, 10 Nov 2014 10:24:22 -0800 > > Isaac Dunham wrote: > > > > > I have several development packages installed, which drag in three > > > -dbg packages: glib-dbg, musl-dbg, and mesa-dbg. > > > In theory, I can see the logic for -dev requiring -dbg. > > > In practice, I've installed the Qt5 development packages to build > > > the Otter browser, whiich works quite well; these pull in mesa-dev, > > > thus pulling in mesa-dbg, which is over 100 megabytes I have > > > absolutely no use for (~7% of total disk usage). > > > > > > Would it be possible to make mesa-dbg an exception, due to its > > > extremely large installed size? > > > > I think it would be useful if none of the -dev packages depended on the > > -dbg. It's not a dependency. And it'll made builders run faster, etc. > > > > I think -dbg should be standalone. It's needed only when debugging a > > package. > > > > I agree, but unfortunally, we just built world with current behaviour and I just did RC1. > > I can update abuild to not add -dbg as subpackage but then all the > packages which has -dbg needs to be rebuilt. > Are we ok to do this before RC2? I'm inclined to suggest doing it after 3.1, given where we are. > > > The only sensible default would be -dbg having install_if= gdb. > > Though it might not be feasible to install *all* -dbg packages due to > > their size. Perhaps add meta-packages "debug-info", and have install_if > > against that? > > I don't think its worth it. You normally only install -dbg when you are > trying to debug a specific application. Agreed. > > -nc Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---