* bug#26476: Help for C primitives not found
@ 2017-04-13 11:25 dsmich
2017-04-19 12:38 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: dsmich @ 2017-04-13 11:25 UTC (permalink / raw)
To: 26476
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#26476: Help for C primitives not found
2017-04-13 11:25 bug#26476: Help for C primitives not found dsmich
@ 2017-04-19 12:38 ` Andy Wingo
0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2017-04-19 12:38 UTC (permalink / raw)
To: dsmich; +Cc: 26476
On Thu 13 Apr 2017 13:25, <dsmich@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-19 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-13 11:25 bug#26476: Help for C primitives not found dsmich
2017-04-19 12:38 ` Andy Wingo
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).