From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 16 03:56:40 2019 Received: (at 37409) by debbugs.gnu.org; 16 Sep 2019 07:56:40 +0000 Received: from localhost ([127.0.0.1]:49096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9lsF-0003cB-KP for submit@debbugs.gnu.org; Mon, 16 Sep 2019 03:56:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9lsE-0003bs-5B for 37409@debbugs.gnu.org; Mon, 16 Sep 2019 03:56:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i9ls8-0004Yl-UQ; Mon, 16 Sep 2019 03:56:32 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44104 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i9ls8-0000w7-BW; Mon, 16 Sep 2019 03:56:32 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#37409] [PATCH] gnu: guile-email: Add phase to patch the module directory. References: <20190915123331.22860-1-mail@cbaines.net> Date: Mon, 16 Sep 2019 09:56:31 +0200 In-Reply-To: <20190915123331.22860-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 15 Sep 2019 13:33:31 +0100") Message-ID: <878sqofzdc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 37409 Cc: 37409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Christopher Baines skribis: > Otherwise the .go files appear within share, and Guile doesn't find them.= With > this patch they appear in lib within the output. One thing this means is = that > stack traces include the filenames. > > * gnu/packages/guile-xyz.scm (guile-email)[arguments]: Add 'patch-module-= dir > phase. LGTM! Ludo=E2=80=99.