GNU bug report logs -
#26476
Help for C primitives not found
Previous Next
To reply to this bug, email your comments to 26476 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#26476
; Package
guile
.
(Thu, 13 Apr 2017 11:26:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
<dsmich <at> roadrunner.com>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Thu, 13 Apr 2017 11:26:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
So. (help cons) is no longer working for me with 2.2.
The output of
echo '(help cons)' | strace guile
shows
stat("/usr/local/share/guile/guile-procedures.txt", 0x7ffd5f923330) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/guile/site/2.2/guile-procedures.txt", 0x7ffd5f923330) = -1 ENOENT (No such file or directory)
stat("./guile-procedures.txt", 0x7ffd5f923330) = -1 ENOENT (No such file or directory)
write(1, "No documentation found for:\n", 28No documentation found for:
) = 28
write(1, "(srfi srfi-1): cons\n", 20(srfi srfi-1): cons
) = 20
guile was compiled from the 2.2 release tarball using default configure options.
The file actually lives at
$ ls -l /usr/local/share/guile/2.2/guile-procedures.txt
-rw-r--r-- 1 root staff 306615 Apr 13 07:20 /usr/local/share/guile/2.2/guile-procedures.txt
This is on Debian Jessie, amd84
-Dale
Information forwarded
to
bug-guile <at> gnu.org
:
bug#26476
; Package
guile
.
(Wed, 19 Apr 2017 12:39:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 26476 <at> debbugs.gnu.org (full text, mbox):
On Thu 13 Apr 2017 13:25, <dsmich <at> roadrunner.com> writes:
> So. (help cons) is no longer working for me with 2.2.
>
> The output of
>
> echo '(help cons)' | strace guile
>
> shows
>
> stat("/usr/local/share/guile/guile-procedures.txt", 0x7ffd5f923330) = -1 ENOENT (No such file or directory)
> stat("/usr/local/share/guile/site/2.2/guile-procedures.txt", 0x7ffd5f923330) = -1 ENOENT (No such file or directory)
> stat("./guile-procedures.txt", 0x7ffd5f923330) = -1 ENOENT (No such file or directory)
> write(1, "No documentation found for:\n", 28No documentation found for:
I believe you miss a line previously that looks for
/usr/local/share/guile/2.2/guile-procedures.txt and succeeds. I think
there is no general problem, only a specific problem that "cons" doesn't
have documentation any more, I guess related to inline function
definition things.
Andy
This bug report was last modified 8 years and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.