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

  • Done
  • quality assurance status badge
Details
2 participants
  • Andrey Mitrofanov
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Andrey Mitrofanov
Severity
normal
A
A
Andrey Mitrofanov wrote on 17 May 2023 20:27
(address . bug-guix@gnu.org)
878rdmke4h.fsf@rambler.ru
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
M
M
Maxim Cournoyer wrote on 19 May 2023 05:46
(name . Andrey Mitrofanov)(address . abme@rambler.ru)(address . 63565-done@debbugs.gnu.org)
87cz2xkmpy.fsf@gmail.com
Hi Andrey,

Andrey Mitrofanov <abme@rambler.ru> writes:

Toggle quote (12 lines)
> 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.

Thanks for the report. I've fixed it using the makeinfo '--no-split'
option in commit 321ae25a2 ("gnu: sicp: Build as a single info file.")

Closing!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63565@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63565
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch