unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63565: Can’t find sicp.info-1 or any compressed version of it
@ 2023-05-17 18:27 Andrey Mitrofanov via Bug reports for GNU Guix
  2023-05-19  3:46 ` Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Mitrofanov via Bug reports for GNU Guix @ 2023-05-17 18:27 UTC (permalink / raw)
  To: 63565; +Cc: Maxim Cournoyer

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#63565: Can’t find sicp.info-1 or any compressed version of it
  2023-05-17 18:27 bug#63565: Can’t find sicp.info-1 or any compressed version of it Andrey Mitrofanov via Bug reports for GNU Guix
@ 2023-05-19  3:46 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-05-19  3:46 UTC (permalink / raw)
  To: Andrey Mitrofanov; +Cc: 63565-done

Hi Andrey,

Andrey Mitrofanov <abme@rambler.ru> writes:

> 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-19  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 18:27 bug#63565: Can’t find sicp.info-1 or any compressed version of it Andrey Mitrofanov via Bug reports for GNU Guix
2023-05-19  3:46 ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).