From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id WGj0LFdneWFPIgAAgWs5BA (envelope-from ) for ; Wed, 27 Oct 2021 16:51:03 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id UIW7KFdneWF3fAAA1q6Kng (envelope-from ) for ; Wed, 27 Oct 2021 14:51:03 +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 397E5361EF for ; Wed, 27 Oct 2021 16:50:58 +0200 (CEST) Received: from localhost ([::1]:52474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfkGU-0000C5-RL for larch@yhetil.org; Wed, 27 Oct 2021 10:50:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfjY6-0000fC-IN for guix-patches@gnu.org; Wed, 27 Oct 2021 10:05:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38554) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mfjY6-0005NW-AF for guix-patches@gnu.org; Wed, 27 Oct 2021 10:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mfjY6-0002bn-5q for guix-patches@gnu.org; Wed, 27 Oct 2021 10:05: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: Wed, 27 Oct 2021 14:05: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: Oleg Pykhalov Cc: 51416@debbugs.gnu.org, Leo Famulari Received: via spool by 51416-submit@debbugs.gnu.org id=B51416.16353434509943 (code B ref 51416); Wed, 27 Oct 2021 14:05:02 +0000 Received: (at 51416) by debbugs.gnu.org; 27 Oct 2021 14:04:10 +0000 Received: from localhost ([127.0.0.1]:50100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfjXF-0002aI-MZ for submit@debbugs.gnu.org; Wed, 27 Oct 2021 10:04:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfjXD-0002Z3-Q6 for 51416@debbugs.gnu.org; Wed, 27 Oct 2021 10:04:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38024) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfjX7-0005FR-CO; Wed, 27 Oct 2021 10:04:01 -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=h1Y4P8ph0iWPm5iDN4s0xqrDjaXxzmPNQkU4b4I5XM4=; b=bWwtqdQWhpxwgY1K2jqV 0DCeOPNeFSy1U1p7G27w5F+Uo/mzN0a4gwXanKR3hy8fi4ia+Hey9SzbBgAMn52zyXVt8Bdb7Mgzs O6c4rGS1uRXnUlbIVxUaz1xIsYCgLRXChBPUAwkK/HM/+Rt7SMeIV0Uepb8KxZfqKZ4gdrsrxfbX5 wMWRM746hVMzXeg09laCwAIpXaRYLMGUghn52UtS0qlKQ8Yjxzo/lfsAJkOoHJM5nNinNBXS6Gn4f egnRhC5yOh0XJK+/G9z8GvUVi60oDqAuKeAuTA4f5dULHiUpffJDeaLeA0w39aFjcn/ud7qYdMDAU O/a0Es/EILHUhQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55006 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfjX6-0001C7-So; Wed, 27 Oct 2021 10:04:01 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211026173328.21511-1-ludo@gnu.org> <87bl3bihfl.fsf_-_@gnu.org> <87o87a69sf.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 Brumaire an 230 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 27 Oct 2021 16:03:58 +0200 In-Reply-To: <87o87a69sf.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 27 Oct 2021 13:29:04 +0300") Message-ID: <874k92imy9.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=1635346258; 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=h1Y4P8ph0iWPm5iDN4s0xqrDjaXxzmPNQkU4b4I5XM4=; b=XC0u6Tgl7zXMKDGcudwv7KC7ELJuagCVz2ENO2+NOm+krGzmQ+U+6VcppInge7rUsPl/bU MT/O88NY9oRiFneCVG9dI7hJApCTKIR7PizUyGDT/Xu2B/fHUMJvI2g/hoApTOEWD63eGs nDGcDVPjybDJZSZmg8AoCHrNusP+ASFoge5GG1Zy/Bkd/gCvco1q3zx2KaMnPMm1+hIfJc 4A8vXYscYn381paHIceqn/47u0hTjfz8UpNe6uoh62g7CznR6arRVZuzmvkOUeYuVvPBqe VU3+TunuQskkkVGPk9uMOIR7zBmhEvYl6fFqkpoULd7w+UclPlRZwAMEx6c85w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635346258; a=rsa-sha256; cv=none; b=tSLcoUGzQPmnJi7D8Hdo/rb7vXWRbBnbFgvPwmkMztziqL7h0DBzAnJkaB2T8EnqkIaDEs 7ToQnjc6lFlICUUTXdG4RFKhT8FvndkfZRxUptO9oBHE0Vq/30DBIKZuGGGuddNvz5QB4l KA/27sVP2UxGSaiCQmFgbkkFrc48aCXajBVkjuqwpVJbrocsQPcMLSF1a2RLrxiL0zAYpQ PY3MbmwXTRfmyELqdKCLPUgQcbaL5Qwc1/jH2F+7uQx5CelCKhFa2G3ANrijUOHQM8MCJG uvNUEACl6FWaOzhckhAUT5ZFrkJCYr32gXZym1SluDqHBK9ie6NiV4gjelJk9Q== 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=bWwtqdQW; 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=bWwtqdQW; 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: 397E5361EF X-Spam-Score: -1.43 X-Migadu-Scanner: scn0.migadu.com X-TUID: HFeYJx36uZBb Hi, Oleg Pykhalov skribis: > Ludovic Court=C3=A8s writes: > > [=E2=80=A6] > >> https://guix.gnu.org/manual/en/html_node/Documentation.html >> >> On Guix System, the system profile does include man-db by default. > > We probably should add a line in the documentation about 'man -k' > requirement on non Guix system, WDYT? Otherwise +1 for the change. Yes, good idea, I=E2=80=99ll do that. Thanks! Ludo=E2=80=99.