From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id uKZxFod4eGGQKAEAgWs5BA (envelope-from ) for ; Tue, 26 Oct 2021 23:52:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +xIKEod4eGGgWQAAbx9fmQ (envelope-from ) for ; Tue, 26 Oct 2021 21:52:07 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0137823D8E for ; Tue, 26 Oct 2021 23:52:07 +0200 (CEST) Received: from localhost ([::1]:43118 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfUMY-0001Q7-3i for larch@yhetil.org; Tue, 26 Oct 2021 17:52:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39774) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfUMU-0001Pz-MA for guix-patches@gnu.org; Tue, 26 Oct 2021 17:52:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36204) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mfUMU-0006QS-Dm for guix-patches@gnu.org; Tue, 26 Oct 2021 17:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mfUMU-0007nR-Bf for guix-patches@gnu.org; Tue, 26 Oct 2021 17:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51416] [PATCH] profiles: Build the man database only if 'man-db' is in the profile. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 26 Oct 2021 21:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51416 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: 51416@debbugs.gnu.org Received: via spool by 51416-submit@debbugs.gnu.org id=B51416.163528507329898 (code B ref 51416); Tue, 26 Oct 2021 21:52:02 +0000 Received: (at 51416) by debbugs.gnu.org; 26 Oct 2021 21:51:13 +0000 Received: from localhost ([127.0.0.1]:47750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfULh-0007mA-C3 for submit@debbugs.gnu.org; Tue, 26 Oct 2021 17:51:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfULg-0007lu-1v for 51416@debbugs.gnu.org; Tue, 26 Oct 2021 17:51:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43248) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfULa-0006IA-7m; Tue, 26 Oct 2021 17:51:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=pZF9OnqTj/CS2PZVfIDRbeh299UY7tJXyPf6mKjwS30=; b=shGO0RtxHTP/5yCsVlkB QUYGIxlplZnrcXqcyb4g3xcJ3yqtvgKAol9BaCkvPXTWTZzQ/gw0I6kaTiQK/DUQ+hcvnMXk+K3rS l1PE0wty1qkNEEBryq+2A7VRczZMKJzO5BZ/cP2BhYMFlA9TUCcPHRnAJpgPOI6HEsDLnCldvR1Dp 4K620rMmh+7s8VkNGsQ3eGhLzk1eeIP2zLPmgBr/g53PnoYZWESUXC/R6cGJrep9Hs3D7xBySj/p3 nUpvaXCqZW3XMs2CJvkcIZBIGzgN87nqTk6+TcADGwV3894FJqFXTBgW6AW4oRk8RBNcKBbqGLC3V vz06i67F7NTgbw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54228 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfULR-0006ms-9f; Tue, 26 Oct 2021 17:51:05 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211026173328.21511-1-ludo@gnu.org> Date: Tue, 26 Oct 2021 23:50:54 +0200 In-Reply-To: (Leo Famulari's message of "Tue, 26 Oct 2021 13:44:09 -0400") Message-ID: <87bl3bihfl.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635285127; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=pZF9OnqTj/CS2PZVfIDRbeh299UY7tJXyPf6mKjwS30=; b=XoUmsdfjBt7wbWfpTw10+UhvYqpvaXaQ4dVO7uAJS8sp1KAbdcv03f+Mr+ErdMNi0ZwzTX olz+2QIORvXewdcg8bCnLOdegJKBDNcLMpwmR2nSDTFa41WS2wPg7/oIedKVzvkY4Bur+z +JB0O+cWcdYI4MENU7Ru3Rpg97QNrO3r5noUdEofZzLlqoaW5QnIio7dUssm7FdppNHPdC +IMt4w0ZSiWuBEM14Sd/7UKH704MSph55BtQU4cLTSjIh/yb/j0gTUoeyQuIINKTd9Wylc BgziPkuSUcM6mCthVYUd6RveB7V2SFabI9Zr5HBv7F+HJ1wtLOe/9sjT4/Iz+Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635285127; a=rsa-sha256; cv=none; b=ae6jcuii+eEuryqx9eKhw2OKY2vm1Uzlmkn80soCsA/0dggfiq6frch74ZVSPJpCimi3ep h3QEN7uaVIy4cd0up+lOWHYzp5hRdTWwGvHbZV7IpOrTXiiQDoJk0lsA4EZylnO54G3fnq R0Ie7d9lVtFPRlxzrwCGyRtvhpyZEvtaAIK+94vFqfBuiie117NIQuwhOZj1pB8KoIcNtt NxycBqOBKp3CtktNWGGldEaSdiKHPvxg9Dti85cBu7b30FD7/orWRzHG5NizOMVx1qnLZ/ +HrKPxzlZNZdZBmh9QqRpKEbLrBQ5F25MN4kV3d4vA28QZSuBWh1WRJl1pGttQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=shGO0Rtx; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.43 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=shGO0Rtx; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 0137823D8E X-Spam-Score: -1.43 X-Migadu-Scanner: scn0.migadu.com X-TUID: 2gAFeVw0ya7z Leo Famulari skribis: > On Tue, Oct 26, 2021 at 07:33:28PM +0200, Ludovic Court=C3=A8s wrote: >> The other day Liliana came with a smart idea on IRC: to build the databa= se >> only when =E2=80=98man-db=E2=80=99 is also in the profile. It=E2=80=99s= a good way to not quite >> make a decision :-), but it=E2=80=99s going to address the main pain poi= nt. >>=20 >> Thoughts? > >>>From the user's perspective, what would change? Would `man foo` still > work after installing foo? Yes. What wouldn=E2=80=99t work, unless =E2=80=98man-db=E2=80=99 is in the= same profile, is =E2=80=98man -k whatever=E2=80=99: https://guix.gnu.org/manual/en/html_node/Documentation.html On Guix System, the system profile does include man-db by default. Ludo=E2=80=99.