bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63565: Can’t find sicp.info-1 or any compressed version of it


From: Andrey Mitrofanov
Subject: bug#63565: Can’t find sicp.info-1 or any compressed version of it
Date: Wed, 17 May 2023 21:27:10 +0300

Hello, guixers!

An update of sicp package from version 20180718-2.bda03f7 to
20180718-3.bda03f7 has broken Info variant of the book.

emacs M-x info now complains:

  Can’t find sicp.info-1 or any compressed version of it

AFAICS after commit c9f82d57eb "gnu: sicp: Fix build."  chapter files of
the Info manual (sicp.info-1 .. sicp.info-6) are not installed.

I've fixed that locally, in a guix.scm-like copy of sicp package
definition copied from gnu/packages/scheme.scm, with the following:

--- .scheme+sicp.scm.20230517-1217      2023-05-17 12:17:47.871056134 +0300
+++ scheme+sicp.scm     2023-05-17 13:03:20.588211449 +0300
@@ -40,7 +40,8 @@
       (native-inputs (list gzip texinfo))
       (arguments
        (list #:install-plan ''(("html" "share/doc/sicp/")
-                               ("sicp.info" "share/info/"))
+                               ("." "share/info"
+                                #:include-regexp ("\\.info[-0-9]*$")))
              #:phases #~(modify-phases %standard-phases
                           (add-after 'unpack 'remove-obsolete-commands
                             (lambda _

Think this will help.
And thank you!

-- 
Be seeing you. Andrey.
...Get Emacs for GNU! https://gnu.org/s/emacs/download





reply via email to

[Prev in Thread] Current Thread [Next in Thread]