X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 2D91DDC00A2 for ; Tue, 11 Nov 2014 08:49:33 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id p9so4018425lbv.19 for ; Tue, 11 Nov 2014 00:49:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=/76QiqdZDOtYl7yT8UcflKh0FYfQEExiQKilgMXMcj0=; b=YU68raua2YaQR3jqt7hEmGfB+KI4S+Wc909pPIRjGdF76U/7u9QeYZpTf7u5vp4d+y bNgYgJpOIiYSV1KR+V0buK8Y0SQAkoEXSSSw2J/tgpNbk17u5Ms2splvu8HR08LznD2b BngbV3d+g31nKfSZj9G+IVOeLxmCWs/YomeWYVy+xMy+5ligv0fwjF3WNar6sNE73euB ER5daUelUAh+SfHdjjRdFHj5a4Zob52ypKpUZdSiTQw/DQS0ORav2Sir7Lgtkc0BW9bd ugNRqxcvUCWLettOs+natREkxvphCtUuzXcvGGOvKsL2WyUp7PQAwmwmEo9I1qsr5MV4 b/kw== X-Received: by 10.112.147.225 with SMTP id tn1mr34889884lbb.37.1415695770912; Tue, 11 Nov 2014 00:49:30 -0800 (PST) Received: from vostro ([83.145.235.199]) by mx.google.com with ESMTPSA id dq5sm5838134lbc.11.2014.11.11.00.49.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 00:49:30 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 11 Nov 2014 10:48:50 +0200 From: Timo Teras To: Isaac Dunham Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Could we break the mesa-dev dependency on mesa-dbg? Message-ID: <20141111104850.5699d6b3@vostro> In-Reply-To: <20141110182421.GA3402@newbook> References: <20141110182421.GA3402@newbook> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) 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-Transfer-Encoding: 7bit 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. 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? /Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---