From unknown Sun Aug 17 04:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#74480] [PATCH] gnu: book-faif: Add missing dependency. Resent-From: Evgeny Pisemsky Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 22 Nov 2024 19:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 74480 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 74480@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173230206410095 (code B ref -1); Fri, 22 Nov 2024 19:02:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Nov 2024 19:01:04 +0000 Received: from localhost ([127.0.0.1]:55521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEYtr-0002cl-KA for submit@debbugs.gnu.org; Fri, 22 Nov 2024 14:01:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:35486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEYtm-0002c8-Fj for submit@debbugs.gnu.org; Fri, 22 Nov 2024 14:01:02 -0500 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 1tEYtX-0003Yl-4p for guix-patches@gnu.org; Fri, 22 Nov 2024 14:00:58 -0500 Received: from roxy-shared.hosting.energy ([137.74.182.160] helo=roxy.hosting.energy) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tEYtV-0005cj-G1 for guix-patches@gnu.org; Fri, 22 Nov 2024 14:00:42 -0500 Received: from [212.233.86.109] (helo=laptop) by roxy.hosting.energy with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1tEYtF-000000008Ra-1yLy for guix-patches@gnu.org; Fri, 22 Nov 2024 22:00:25 +0300 From: Evgeny Pisemsky Date: Fri, 22 Nov 2024 22:00:25 +0300 Message-ID: <87jzcvdrg6.fsf@pisemsky.site> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-book-faif-Add-missing-dependency.patch X-Scanned-By: ClamAV 0.101.4; Fri, 22 Nov 2024 22:00:25 +0300 Received-SPF: pass client-ip=137.74.182.160; envelope-from=mail@pisemsky.site; helo=roxy.hosting.energy X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SBL_CSS=3.335, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_FAIL=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From d9edbd809e83c1173379b7f0c47d762a8a7643f3 Mon Sep 17 00:00:00 2001 Message-ID: From: Evgeny Pisemsky 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.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From d9edbd809e83c1173379b7f0c47d762a8a7643f3 Mon Sep 17 00:00:00 2001 Message-ID: From: Evgeny Pisemsky From d9edbd809e83c1173379b7f0c47d762a8a7643f3 Mon Sep 17 00:00:00 2001 Message-ID: From: Evgeny Pisemsky Date: Fri, 22 Nov 2024 21:55:43 +0300 Subject: [PATCH] gnu: book-faif: Add missing dependency. * gnu/packages/fsf.scm (book-faif): Add missing dependency. Change-Id: I9dccb7898a91e7c2f999ca8659732ea094c2717d --- gnu/packages/fsf.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/fsf.scm b/gnu/packages/fsf.scm index e952978bbf..b38fa9ef34 100644 --- a/gnu/packages/fsf.scm +++ b/gnu/packages/fsf.scm @@ -40,6 +40,7 @@ (define-public book-faif (list (texlive-updmap.cfg (list texlive-caption texlive-endnotes + texlive-etoolbox texlive-fncychap texlive-helvetic texlive-times base-commit: 043f02462766a913080723ad286028a288b79373 -- 2.46.0 From unknown Sun Aug 17 04:21:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#74480] Acknowledgement ([PATCH] gnu: book-faif: Add missing dependency.) Resent-From: Evgeny Pisemsky Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 22 Nov 2024 19:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 74480 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 74480@debbugs.gnu.org Received: via spool by 74480-submit@debbugs.gnu.org id=B74480.173230294213199 (code B ref 74480); Fri, 22 Nov 2024 19:16:02 +0000 Received: (at 74480) by debbugs.gnu.org; 22 Nov 2024 19:15:42 +0000 Received: from localhost ([127.0.0.1]:55557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEZ82-0003Qp-2M for submit@debbugs.gnu.org; Fri, 22 Nov 2024 14:15:42 -0500 Received: from roxy-shared.hosting.energy ([137.74.182.160]:33962 helo=roxy.hosting.energy) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEZ7w-0003QL-2Z for 74480@debbugs.gnu.org; Fri, 22 Nov 2024 14:15:40 -0500 Received: from [212.233.86.109] (helo=laptop) by roxy.hosting.energy with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1tEZ7n-000000005i8-0CQ0 for 74480@debbugs.gnu.org; Fri, 22 Nov 2024 22:15:27 +0300 From: Evgeny Pisemsky In-Reply-To: (GNU bug Tracking System's message of "Fri, 22 Nov 2024 19:02:02 +0000") References: <87jzcvdrg6.fsf@pisemsky.site> Date: Fri, 22 Nov 2024 22:15:27 +0300 Message-ID: <87frnjdqr4.fsf@pisemsky.site> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: ClamAV 0.101.4; Fri, 22 Nov 2024 22:15:27 +0300 X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: BTW it would be great to move this package to gnu/packages/books.scm and eliminate the gnu/packages/fsf.scm module for the sake of housekeeping. Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [212.233.86.109 listed in zen.spamhaus.org] 0.0 SPF_HELO_FAIL SPF: HELO does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=helo; id=roxy.hosting.energy; ip=137.74.182.160; r=debbugs.gnu.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [137.74.182.160 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [137.74.182.160 listed in sa-trusted.bondedsender.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: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: BTW it would be great to move this package to gnu/packages/books.scm and eliminate the gnu/packages/fsf.scm module for the sake of housekeeping. Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [137.74.182.160 listed in sa-accredit.habeas.com] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [212.233.86.109 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [137.74.182.160 listed in bl.score.senderscore.com] 0.0 SPF_HELO_FAIL SPF: HELO does not match SPF record (fail) [SPF failed: Please see http://www.openspf.org/Why?s=helo;id=roxy.hosting.energy;ip=137.74.182.160;r=debbugs.gnu.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager BTW it would be great to move this package to gnu/packages/books.scm and eliminate the gnu/packages/fsf.scm module for the sake of housekeeping. From unknown Sun Aug 17 04:21:10 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: Evgeny Pisemsky Subject: bug#74480: closed (Re: [bug#74480] [PATCH] gnu: book-faif: Add missing dependency.) Message-ID: References: <87y10dl07x.fsf@gnu.org> <87jzcvdrg6.fsf@pisemsky.site> X-Gnu-PR-Message: they-closed 74480 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 74480@debbugs.gnu.org Date: Wed, 18 Dec 2024 11:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1734520022-18945-1" This is a multi-part message in MIME format... ------------=_1734520022-18945-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #74480: [PATCH] gnu: book-faif: Add missing dependency. 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 74480@debbugs.gnu.org. --=20 74480: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D74480 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1734520022-18945-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 74480-done) by debbugs.gnu.org; 18 Dec 2024 11:06:38 +0000 Received: from localhost ([127.0.0.1]:33659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNrsu-0004ub-S4 for submit@debbugs.gnu.org; Wed, 18 Dec 2024 06:06:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNrsr-0004uE-Fn for 74480-done@debbugs.gnu.org; Wed, 18 Dec 2024 06:06:30 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tNrsl-0002Lp-C5; Wed, 18 Dec 2024 06:06:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=6V5REjtehgaYxmg7uF0D/3ILL6dwE+l46mzR/PfTlK0=; b=UFDyZ8P1I4+BAdOa6046 oYExfME4t22OAIQlpvfeeMKCm/z1UQYtU96+b1qILDjhFvcqYKCHoDU75fMtkXSyLUHX2DTgHEFiE OiH5zrrypeFRboqHTBgSPvyRcm7WxzVl2IJ/AiMy+1eBOOEnEsQ+ncZfNWNBDVqZuXvoIsZlc0fHh 8rELF4goJSogbt/RNOBpW2dNg6tBBsFAekNWGR4SL/DpSGpYbW/DFds5XPXBtHiXRqQ+IfcMM8pQG jJ2SHgLIfXnwj2H3Yfk9kBfx+qPQeKY4/JS3SWnFyfEO1VA2ZySZmkzxGL+xltbW7O0N4Nmt1Ngq0 TkPE26b6iQizbA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Evgeny Pisemsky Subject: Re: [bug#74480] [PATCH] gnu: book-faif: Add missing dependency. In-Reply-To: <87jzcvdrg6.fsf@pisemsky.site> (Evgeny Pisemsky's message of "Fri, 22 Nov 2024 22:00:25 +0300") References: <87jzcvdrg6.fsf@pisemsky.site> Date: Wed, 18 Dec 2024 12:06:10 +0100 Message-ID: <87y10dl07x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 74480-done Cc: 74480-done@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 (---) Evgeny Pisemsky skribis: >>>From d9edbd809e83c1173379b7f0c47d762a8a7643f3 Mon Sep 17 00:00:00 2001 > Message-ID: > From: Evgeny Pisemsky > Date: Fri, 22 Nov 2024 21:55:43 +0300 > Subject: [PATCH] gnu: book-faif: Add missing dependency. > > * gnu/packages/fsf.scm (book-faif): Add missing dependency. > > Change-Id: I9dccb7898a91e7c2f999ca8659732ea094c2717d Applied, thanks! ------------=_1734520022-18945-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Nov 2024 19:01:04 +0000 Received: from localhost ([127.0.0.1]:55521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEYtr-0002cl-KA for submit@debbugs.gnu.org; Fri, 22 Nov 2024 14:01:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:35486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEYtm-0002c8-Fj for submit@debbugs.gnu.org; Fri, 22 Nov 2024 14:01:02 -0500 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 1tEYtX-0003Yl-4p for guix-patches@gnu.org; Fri, 22 Nov 2024 14:00:58 -0500 Received: from roxy-shared.hosting.energy ([137.74.182.160] helo=roxy.hosting.energy) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tEYtV-0005cj-G1 for guix-patches@gnu.org; Fri, 22 Nov 2024 14:00:42 -0500 Received: from [212.233.86.109] (helo=laptop) by roxy.hosting.energy with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1tEYtF-000000008Ra-1yLy for guix-patches@gnu.org; Fri, 22 Nov 2024 22:00:25 +0300 From: Evgeny Pisemsky To: guix-patches@gnu.org Subject: [PATCH] gnu: book-faif: Add missing dependency. Date: Fri, 22 Nov 2024 22:00:25 +0300 Message-ID: <87jzcvdrg6.fsf@pisemsky.site> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-book-faif-Add-missing-dependency.patch X-Scanned-By: ClamAV 0.101.4; Fri, 22 Nov 2024 22:00:25 +0300 Received-SPF: pass client-ip=137.74.182.160; envelope-from=mail@pisemsky.site; helo=roxy.hosting.energy X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SBL_CSS=3.335, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_FAIL=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From d9edbd809e83c1173379b7f0c47d762a8a7643f3 Mon Sep 17 00:00:00 2001 Message-ID: From: Evgeny Pisemsky 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.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From d9edbd809e83c1173379b7f0c47d762a8a7643f3 Mon Sep 17 00:00:00 2001 Message-ID: From: Evgeny Pisemsky From d9edbd809e83c1173379b7f0c47d762a8a7643f3 Mon Sep 17 00:00:00 2001 Message-ID: From: Evgeny Pisemsky Date: Fri, 22 Nov 2024 21:55:43 +0300 Subject: [PATCH] gnu: book-faif: Add missing dependency. * gnu/packages/fsf.scm (book-faif): Add missing dependency. Change-Id: I9dccb7898a91e7c2f999ca8659732ea094c2717d --- gnu/packages/fsf.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/fsf.scm b/gnu/packages/fsf.scm index e952978bbf..b38fa9ef34 100644 --- a/gnu/packages/fsf.scm +++ b/gnu/packages/fsf.scm @@ -40,6 +40,7 @@ (define-public book-faif (list (texlive-updmap.cfg (list texlive-caption texlive-endnotes + texlive-etoolbox texlive-fncychap texlive-helvetic texlive-times base-commit: 043f02462766a913080723ad286028a288b79373 -- 2.46.0 ------------=_1734520022-18945-1--