<everf...@126.com> writes:

> The first error emerges at line 1802 in install.output, which reads:
> ERROR: bit-operations.test: bit-extract: documented? - arguments: (
> (keyword-argument-error #<procedure open-input-file 
> (file #:key binary encoding guess-encoding)> "Invalid keyword" () #f)) 

This one is very peculiar, you would have thought that when it threw the
exception it would try to tell you which keywords was invalid.

The documented? test only checks for a result from object-documentation,
so you could you paste the backtrace from

(use-modules (ice-9 documentation))
(object-documentation extract)

You'll need to hit ,bt when you get the prompt. Cheers.

-- 
Ian Price -- shift-reset.com

"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"

Reply via email to