From unknown Sat Jun 21 12:17:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77767] [PATCH emacs-team] gnu: emacs-forge: Fix build info. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, hako@ultrarare.space, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org Resent-Date: Sat, 12 Apr 2025 15:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77767 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77767@debbugs.gnu.org Cc: Cayetano Santos , Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Received: via spool by submit@debbugs.gnu.org id=B.17444732042763 (code B ref -1); Sat, 12 Apr 2025 15:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Apr 2025 15:53:24 +0000 Received: from localhost ([127.0.0.1]:57903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3dAX-0000iC-OP for submit@debbugs.gnu.org; Sat, 12 Apr 2025 11:53:23 -0400 Received: from lists.gnu.org ([2001:470:142::17]:42546) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3dAU-0000gc-T6 for submit@debbugs.gnu.org; Sat, 12 Apr 2025 11:53:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u3dAP-0000oE-3l for guix-patches@gnu.org; Sat, 12 Apr 2025 11:53:13 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u3dAM-0004MG-WF for guix-patches@gnu.org; Sat, 12 Apr 2025 11:53:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1744473186; bh=svdwq+O5Zvoh7SO70xyNY2GzMBpyRkkw0qYc2FoL2IA=; h=From:To:Cc:Subject:Date:From; b=do/oKXhGKjaqxQH6PeQ7618UGnj81491yBfNnsTTKiZEQRiJyOeLQ7aOD7cKqL0Pl iWLOQqdg98X34efqRQmMFAXeiSjUp2QPonm+GdDDRiNu+YISYbWk230RS8JbpPy/vj 2rlwWp4j7JqbCwu09ziRLC8a8lQ6CcqP4WkQLHKI= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZZdPG6R1wz6vKv; Sat, 12 Apr 2025 15:53:06 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZZdPG3RFzz6vKl; Sat, 12 Apr 2025 15:53:06 +0000 (UTC) From: Cayetano Santos Date: Sat, 12 Apr 2025 17:52:42 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-forge): Fix build info. Change-Id: I018424fa48561ec5cd6280c378f1afab2cfbe2fd --- gnu/packages/emacs-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2a377f5a08..641f84da46 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34527,10 +34527,11 @@ (define-public emacs-forge (modify-phases %standard-phases (add-after 'unpack 'build-info-manual (lambda _ - (invoke "make" "info") - ;; Move the info file to lisp so that it gets installed by the - ;; emacs-build-system. - (rename-file "docs/forge.info" "lisp/forge.info")))))) + (with-directory-excursion ".." + (invoke "make" "info") + ;; Move the info file to lisp so that it gets installed by the + ;; emacs-build-system. + (rename-file "docs/forge.info" "lisp/forge.info"))))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: ca30726285b6883a3b1fa89db64177460af69c42 -- 2.49.0 From unknown Sat Jun 21 12:17:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Cayetano Santos Subject: bug#77767: closed (Re: [bug#77767] [PATCH emacs-team] gnu: emacs-forge: Fix build info.) Message-ID: References: <87v7qxzlrl.fsf@inventati.org> X-Gnu-PR-Message: they-closed 77767 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77767@debbugs.gnu.org Date: Mon, 21 Apr 2025 13:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1745242082-24452-1" This is a multi-part message in MIME format... ------------=_1745242082-24452-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77767: [PATCH emacs-team] gnu: emacs-forge: Fix build info. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77767@debbugs.gnu.org. --=20 77767: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77767 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1745242082-24452-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77767-done) by debbugs.gnu.org; 21 Apr 2025 13:27:43 +0000 Received: from localhost ([127.0.0.1]:33757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u6rBW-0006Lj-OR for submit@debbugs.gnu.org; Mon, 21 Apr 2025 09:27:43 -0400 Received: from confino.investici.org ([2a11:7980:1::2:0]:45799) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u6rBS-0006L8-Gm for 77767-done@debbugs.gnu.org; Mon, 21 Apr 2025 09:27:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1745242054; bh=YSFOs9nLopNPKe1NPBtK0LLKedi5kul6+0CCvea2vrc=; h=From:To:Subject:In-Reply-To:Date:From; b=OmGS5VBwU5c/r0tCBkCEcWQekaGiq7n7mlk7sLVoqnsc4/2YSbfnBUSDW77K+cmMS DCqZ8kg9rYmu89ejVZQoY4BqghKSJiB033PgfnTY/BbzAD/bDkaWmOqElPE9V+RYI0 KkoZAffCFwvxi4wbk8DnYTdRUGPks1fdcISu5SYs= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Zh5lB5TyNz12pp for <77767-done@debbugs.gnu.org>; Mon, 21 Apr 2025 13:27:34 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Zh5lB3YsGz12pT for <77767-done@debbugs.gnu.org>; Mon, 21 Apr 2025 13:27:34 +0000 (UTC) From: Cayetano Santos To: 77767-done@debbugs.gnu.org Subject: Re: [bug#77767] [PATCH emacs-team] gnu: emacs-forge: Fix build info. In-Reply-To: User-Agent: mu4e 1.12.9; emacs 29.4 Date: Mon, 21 Apr 2025 15:28:46 +0200 Message-ID: <87v7qxzlrl.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 77767-done 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: -1.0 (-) --=-=-= Content-Type: text/plain Merged. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaAZIDhccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgkrjAP46Kac/eDbkQJ18CdTx0RuOktKj qScz/Gney6FuylxB4AEAs8NNNMsOFSh+aVdqtQ/lz6Lb08trsgfBBSQqtwTANgg= =QOLX -----END PGP SIGNATURE----- --=-=-=-- ------------=_1745242082-24452-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Apr 2025 15:53:24 +0000 Received: from localhost ([127.0.0.1]:57903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3dAX-0000iC-OP for submit@debbugs.gnu.org; Sat, 12 Apr 2025 11:53:23 -0400 Received: from lists.gnu.org ([2001:470:142::17]:42546) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3dAU-0000gc-T6 for submit@debbugs.gnu.org; Sat, 12 Apr 2025 11:53:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u3dAP-0000oE-3l for guix-patches@gnu.org; Sat, 12 Apr 2025 11:53:13 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u3dAM-0004MG-WF for guix-patches@gnu.org; Sat, 12 Apr 2025 11:53:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1744473186; bh=svdwq+O5Zvoh7SO70xyNY2GzMBpyRkkw0qYc2FoL2IA=; h=From:To:Cc:Subject:Date:From; b=do/oKXhGKjaqxQH6PeQ7618UGnj81491yBfNnsTTKiZEQRiJyOeLQ7aOD7cKqL0Pl iWLOQqdg98X34efqRQmMFAXeiSjUp2QPonm+GdDDRiNu+YISYbWk230RS8JbpPy/vj 2rlwWp4j7JqbCwu09ziRLC8a8lQ6CcqP4WkQLHKI= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZZdPG6R1wz6vKv; Sat, 12 Apr 2025 15:53:06 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZZdPG3RFzz6vKl; Sat, 12 Apr 2025 15:53:06 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH emacs-team] gnu: emacs-forge: Fix build info. Date: Sat, 12 Apr 2025 17:52:42 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-forge): Fix build info. Change-Id: I018424fa48561ec5cd6280c378f1afab2cfbe2fd --- gnu/packages/emacs-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2a377f5a08..641f84da46 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34527,10 +34527,11 @@ (define-public emacs-forge (modify-phases %standard-phases (add-after 'unpack 'build-info-manual (lambda _ - (invoke "make" "info") - ;; Move the info file to lisp so that it gets installed by the - ;; emacs-build-system. - (rename-file "docs/forge.info" "lisp/forge.info")))))) + (with-directory-excursion ".." + (invoke "make" "info") + ;; Move the info file to lisp so that it gets installed by the + ;; emacs-build-system. + (rename-file "docs/forge.info" "lisp/forge.info"))))))) (native-inputs (list texinfo)) (propagated-inputs base-commit: ca30726285b6883a3b1fa89db64177460af69c42 -- 2.49.0 ------------=_1745242082-24452-1--