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

Previous Next

Package: guix;

Reported by: Andrey Mitrofanov <abme <at> rambler.ru>

Date: Thu, 18 May 2023 03:51:02 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63565 in the body.
You can then email your comments to 63565 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to maxim.cournoyer <at> gmail.com, bug-guix <at> gnu.org:
bug#63565; Package guix. (Thu, 18 May 2023 03:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrey Mitrofanov <abme <at> rambler.ru>:
New bug report received and forwarded. Copy sent to maxim.cournoyer <at> gmail.com, bug-guix <at> gnu.org. (Thu, 18 May 2023 03:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrey Mitrofanov <abme <at> rambler.ru>
To: <bug-guix <at> gnu.org>
Subject: 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 sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 19 May 2023 03:47:02 GMT) Full text and rfc822 format available.

Notification sent to Andrey Mitrofanov <abme <at> rambler.ru>:
bug acknowledged by developer. (Fri, 19 May 2023 03:47:02 GMT) Full text and rfc822 format available.

Message #10 received at 63565-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Andrey Mitrofanov <abme <at> rambler.ru>
Cc: 63565-done <at> debbugs.gnu.org
Subject: Re: bug#63565: Can’t find sicp.info-1 or any
 compressed version of it
Date: Thu, 18 May 2023 23:46:01 -0400
Hi Andrey,

Andrey Mitrofanov <abme <at> 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 16 Jun 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 308 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.