GNU bug report logs -
#26476
Help for C primitives not found
Previous Next
Full log
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.