From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id GHnyKwgigl+rZwAA0tVLHw (envelope-from ) for ; Sat, 10 Oct 2020 21:05:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +MjGJwgigl9HLQAAB5/wlQ (envelope-from ) for ; Sat, 10 Oct 2020 21:05:12 +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 5D8189401BF for ; Sat, 10 Oct 2020 21:05:12 +0000 (UTC) Received: from localhost ([::1]:34588 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRM3D-0008CL-9h for larch@yhetil.org; Sat, 10 Oct 2020 17:05:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRM34-00089H-PV for guix-patches@gnu.org; Sat, 10 Oct 2020 17:05:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55443) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRM34-0001Qx-DW for guix-patches@gnu.org; Sat, 10 Oct 2020 17:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRM34-0004zr-87 for guix-patches@gnu.org; Sat, 10 Oct 2020 17:05:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43885] [PATCH] guix build: Add '--with-debug-info'. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Oct 2020 21:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43885 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 43885@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 43885-submit@debbugs.gnu.org id=B43885.160236384919136 (code B ref 43885); Sat, 10 Oct 2020 21:05:02 +0000 Received: (at 43885) by debbugs.gnu.org; 10 Oct 2020 21:04:09 +0000 Received: from localhost ([127.0.0.1]:38756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRM2D-0004yZ-5J for submit@debbugs.gnu.org; Sat, 10 Oct 2020 17:04:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRM2A-0004y9-RW for 43885@debbugs.gnu.org; Sat, 10 Oct 2020 17:04:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42602) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRM25-0001M3-It; Sat, 10 Oct 2020 17:04:01 -0400 Received: from ld1009q169-0682.bb.online.no ([88.95.2.177]:38278 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRM24-0000A5-Ll; Sat, 10 Oct 2020 17:04:01 -0400 From: Marius Bakke In-Reply-To: <20201009162816.4414-1-ludo@gnu.org> References: <20201009162816.4414-1-ludo@gnu.org> Date: Sat, 10 Oct 2020 23:03:19 +0200 Message-ID: <87r1q5equg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; 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-Spam-Score: -2.11 X-TUID: hgFyBYbQKU9w --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > * guix/scripts/build.scm (transform-package-with-debug-info): New > procedure. > (%transformations): Add 'with-debug-info'. > (%transformation-options, show-transformation-options-help): Add > '--with-debug-info'. > * tests/scripts-build.scm ("options->transformation, with-debug-info"): > New test. > * doc/guix.texi (Package Transformation Options): Document > '--with-debug-info'. > (Installing Debugging Files): Introduce sections. Remove bit about > eventual "opt-out" since this is not happening. Document > '--with-debug-info' under "Rebuilding with Debugging Info". Love it. LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+CIZcACgkQoqBt8qM6 VPqxVQf+KC2Y2RSIiKKK9Z+E0zRgZDhTTtTVJsbxxJa8Rzrwqx3tWqQY1sDw3Kq3 UMT16+0xsP/jMzA5qvoqR5oV4SgJMQg6LJMxZIAuIcTbxG21tv47oEDqbVqnhX8Y vq13yR+8N8MCemE4oc0tksC+iNW6aPuKT0wUuVnf8+TDAzZf6/fxQAinDqyLoaNh 6ZcbfkdOa5dcQGB9E6/EGeum5Ia0Xisn01VBbsI34J82LYFDkxtecwcVj1jwWo94 sDU2hnKwQkLxdMH4nk2x8PURzHuAoQZXa4gq9HRvLuCPXeD1AaTnkBd3dgfW6S1E PIG3w/YKeK1qiyghF8FOcrrJn1cB1g== =AWWK -----END PGP SIGNATURE----- --=-=-=--