guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Skribilo install fail.


From: R. Clayton
Subject: Skribilo install fail.
Date: Fri, 01 Jun 2012 00:12:01 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

I am trying to install skribilo 0.9.2 on a debian testing system updated weekly
using 

  $ dpkg -l guile* | grep -v ^un
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name           Version        Description
  +++-==============-==============-============================================
  ii  guile-2.0      2.0.5+1-3      GNU extension language and Scheme interprete
  ii  guile-2.0-dev  2.0.5+1-3      Development files for Guile 2.0
  ii  guile-2.0-doc  2.0.5+1-3      Documentation for Guile 2.0
  ii  guile-2.0-libs 2.0.5+1-3      Core Guile libraries

  $

and I've run into a problem (the whole sad story is at the end of the message):

  ice-9/boot-9.scm:106:20: In procedure #<procedure 91a6820 at 
ice-9/boot-9.scm:97:6 (thrown-k . args)>:
  ice-9/boot-9.scm:106:20: no code for module (htmlprag)

which is something configure warned about:

  checking if (htmlprag) is available... no
  configure: WARNING: Guile-Lib modules needed by the `rss-2' reader are 
missing.

Installing the guile-library package wants to drag in guile 1.8, which I
uninstalled to solve another problem.  According to the README, htmlprag can be
found in guile-lib at http://home.gna.org/guile-lib/, but

  $ wget http://home.gna.org/guile-lib/
  --2012-05-31 23:51:32--  http://home.gna.org/guile-lib/
  Resolving home.gna.org (home.gna.org)... 78.40.125.79
  Connecting to home.gna.org (home.gna.org)|78.40.125.79|:80... connected.
  HTTP request sent, awaiting response... 404 Not Found
  2012-05-31 23:51:32 ERROR 404: Not Found.

  $ 

Looking at configure didn't show anything like --without-rss-2 being supported.
How can this problem be solved?

--

  $ ./configure --prefix=/usr/local/packages/skribilo-0.9.2./run-config
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for a thread-safe mkdir -p... /bin/mkdir -p
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  checking whether NLS is requested... yes
  checking for msgfmt... /usr/bin/msgfmt
  checking for gmsgfmt... /usr/bin/msgfmt
  checking for xgettext... /usr/bin/xgettext
  checking for msgmerge... /usr/bin/msgmerge
  checking for style of include used by make... GNU
  checking for gcc... gcc
  checking whether the C compiler works... yes
  checking for C compiler default output file name... a.out
  checking for suffix of executables... 
  checking whether we are cross compiling... no
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether gcc accepts -g... yes
  checking for gcc option to accept ISO C89... none needed
  checking dependency style of gcc... none
  checking build system type... i686-pc-linux-gnu
  checking host system type... i686-pc-linux-gnu
  checking for ld used by GCC... /usr/bin/ld
  checking if the linker (/usr/bin/ld) is GNU ld... yes
  checking for shared library run path origin... done
  checking for CFPreferencesCopyAppValue... no
  checking for CFLocaleCopyCurrent... no
  checking for GNU gettext in libc... yes
  checking whether to use NLS... yes
  checking where the gettext function comes from... libc
  checking whether ln -s works... yes
  checking for guile... /usr/bin/guile
  checking for guile-config... /usr/bin/guile-config
  checking for guile-tools... /usr/bin/guile-tools
  checking for Guile site directory... /usr/share/guile/site/2.0
  checking for guild... /usr/bin/guild
  checking if (system reader) is available... yes
  checking if (srfi srfi-34) is available... yes
  checking if (srfi srfi-35) is available... yes
  checking if (srfi srfi-37) is available... yes
  checking whether `(srfi srfi-35)' correctly handles condition type 
inheritance... yes
  checking if (sxml simple) is available... yes
  checking if (htmlprag) is available... no
  configure: WARNING: Guile-Lib modules needed by the `rss-2' reader are 
missing.
  checking for convert... /usr/bin/convert
  checking for fig2dev... fig2dev
  checking for lout... no
  checking for ps2pdf... /usr/bin/ps2pdf
  checking for ploticus... no
  checking for pl... no
  checking for emacs... emacs
  checking where .elc files should go... ${datarootdir}/emacs/site-lisp
  configure: `guilemoduledir' (${datarootdir}/skribilo/0.9.2) is different from 
`GUILE_SITE' (/usr/share/guile/site/2.0).
  configure: There is nothing wrong with that, but to access Skribilo modules 
from Guile,
  configure: you will need, e.g., to adjust the `GUILE_LOAD_PATH' environment 
variable accordingly.
  configure: Alternatively, you can re-run `configure' with 
`--with-guilemoduledir=/usr/share/guile/site/2.0'.
  configure: creating ./config.status
  config.status: creating Makefile
  config.status: creating po/Makefile.in
  config.status: creating src/Makefile
  config.status: creating src/guile/Makefile
  config.status: creating doc/Makefile
  config.status: creating doc/user/Makefile
  config.status: creating doc/modules/Makefile
  config.status: creating doc/man/Makefile
  config.status: creating tests/Makefile
  config.status: creating emacs/Makefile
  config.status: executing po-directories commands
  config.status: creating po/POTFILES
  config.status: creating po/Makefile
  config.status: executing depfiles commands

  $ make
  Making all in po
  make[1]: Entering directory `/usr/local/src/skribilo-0.9.2/po'
  make[1]: Nothing to be done for `all'.
  make[1]: Leaving directory `/usr/local/src/skribilo-0.9.2/po'
  Making all in src
  make[1]: Entering directory `/usr/local/src/skribilo-0.9.2/src'
  Making all in guile
  make[2]: Entering directory `/usr/local/src/skribilo-0.9.2/src/guile'
  /bin/mkdir -p "`dirname skribilo/config.scm`"
  sed -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2/share/skribilo/0.9.2,g' 
-e 's,address@hidden@],/usr/local/src/skribilo-0.9.2,g' -e 
's,address@hidden@],/usr/local/src/skribilo-0.9.2,g' -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2,g' -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2/share/doc/skribilo,g' -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2/share/emacs/site-lisp,g' 
-e 's,address@hidden@],/usr/bin/guile,g' -e 's,address@hidden@],Skribilo 
0.9.2,g' -e 's,address@hidden@],Skribilo,g' -e 's,address@hidden@],0.9.2,g' -e 
's,address@hidden@],address@hidden,g' -e 's,address@hidden@],fig2dev,g' -e 
's,address@hidden@],/usr/bin/convert,g' "skribilo/config.in" > 
"skribilo/config.scm.tmp" &&    \
         mv "skribilo/config.scm.tmp" "skribilo/config.scm"
  /bin/mkdir -p "`dirname skribilo/utils/images.scm`"
  sed -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2/share/skribilo/0.9.2,g' 
-e 's,address@hidden@],/usr/local/src/skribilo-0.9.2,g' -e 
's,address@hidden@],/usr/local/src/skribilo-0.9.2,g' -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2,g' -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2/share/doc/skribilo,g' -e 
's,address@hidden@],/usr/local/packages/skribilo-0.9.2/share/emacs/site-lisp,g' 
-e 's,address@hidden@],/usr/bin/guile,g' -e 's,address@hidden@],Skribilo 
0.9.2,g' -e 's,address@hidden@],Skribilo,g' -e 's,address@hidden@],0.9.2,g' -e 
's,address@hidden@],address@hidden,g' -e 's,address@hidden@],fig2dev,g' -e 
's,address@hidden@],/usr/bin/convert,g' "skribilo/utils/images.in" > 
"skribilo/utils/images.scm.tmp" &&      \
         mv "skribilo/utils/images.scm.tmp" "skribilo/utils/images.scm"
  make  all-am
  make[3]: Entering directory `/usr/local/src/skribilo-0.9.2/src/guile'
  /bin/mkdir -p `dirname skribilo.go`
  GUILE_AUTO_COMPILE=0                                  \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo.scm\" #:output-file 
\"skribilo.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo.scm:152:10: warning: possibly wrong number of arguments to 
`#<<parameter> a70d5b8 proc: #<procedure a70d5e8 at ice-9/boot-9.scm:2904:17 () 
| (x)>>'
  skribilo.scm:144:10: warning: possibly wrong number of arguments to 
`#<<parameter> a70d5b8 proc: #<procedure a70d5e8 at ice-9/boot-9.scm:2904:17 () 
| (x)>>'
  /bin/mkdir -p `dirname diff.go`
  GUILE_AUTO_COMPILE=0                                 \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"diff.scm\" #:output-file \"diff.go\"       
 \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/biblio/bibtex.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/biblio/bibtex.scm\" #:output-file 
\"skribilo/biblio/bibtex.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/biblio/author.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/biblio/author.scm\" #:output-file 
\"skribilo/biblio/author.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/biblio/abbrev.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/biblio/abbrev.scm\" #:output-file 
\"skribilo/biblio/abbrev.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/biblio/template.go`
  GUILE_AUTO_COMPILE=0                                     \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/biblio/template.scm\" 
#:output-file \"skribilo/biblio/template.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/utils/syntax.go`
  GUILE_AUTO_COMPILE=0                                        \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/utils/syntax.scm\" #:output-file 
\"skribilo/utils/syntax.go\"      \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/utils/compat.go`
  GUILE_AUTO_COMPILE=0                                        \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/utils/compat.scm\" #:output-file 
\"skribilo/utils/compat.go\"      \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/utils/compat.scm:273:2: warning: possibly wrong number of arguments 
to `#<<parameter> 8b430d8 proc: #<procedure 8b430f0 at ice-9/boot-9.scm:2904:17 
() | (x)>>'
  skribilo/utils/compat.scm:268:2: warning: possibly wrong number of arguments 
to `#<<parameter> 8b41630 proc: #<procedure 8b41648 at ice-9/boot-9.scm:2904:17 
() | (x)>>'
  skribilo/utils/compat.scm:265:2: warning: possibly wrong number of arguments 
to `#<<parameter> 8b41d98 proc: #<procedure 8b41db0 at ice-9/boot-9.scm:2904:17 
() | (x)>>'
  skribilo/utils/compat.scm:138:46: warning: possibly wrong number of arguments 
to `#<<parameter> 8bd8618 proc: #<procedure 8bd8630 at ice-9/boot-9.scm:2904:17 
() | (x)>>'
  skribilo/utils/compat.scm:137:46: warning: possibly wrong number of arguments 
to `#<<parameter> 8bddd80 proc: #<procedure 8bddd98 at ice-9/boot-9.scm:2904:17 
() | (x)>>'
  skribilo/utils/compat.scm:136:46: warning: possibly wrong number of arguments 
to `#<<parameter> 8bdd4f8 proc: #<procedure 8bdd510 at ice-9/boot-9.scm:2904:17 
() | (x)>>'
  skribilo/utils/compat.scm:135:46: warning: possibly wrong number of arguments 
to `#<<parameter> 8bd8ea0 proc: #<procedure 8bd8eb8 at ice-9/boot-9.scm:2904:17 
() | (x)>>'
  /bin/mkdir -p `dirname skribilo/utils/files.go`
  GUILE_AUTO_COMPILE=0                                     \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/utils/files.scm\" #:output-file 
\"skribilo/utils/files.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/utils/keywords.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/utils/keywords.scm\" 
#:output-file \"skribilo/utils/keywords.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/utils/strings.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/utils/strings.scm\" #:output-file 
\"skribilo/utils/strings.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/source/parameters.go`
  GUILE_AUTO_COMPILE=0                                   \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/source/parameters.scm\" 
#:output-file \"skribilo/source/parameters.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/source/c.go`
  GUILE_AUTO_COMPILE=0                                    \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/source/c.scm\" #:output-file 
\"skribilo/source/c.go\"      \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/source/lisp.go`
  GUILE_AUTO_COMPILE=0                                 \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/source/lisp.scm\" #:output-file 
\"skribilo/source/lisp.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/source/lisp.scm:76:6: warning: unused variable `else'
  skribilo/source/lisp.scm:76:6: warning: unused variable `failure'
  skribilo/source/lisp.scm:76:6: warning: unused variable `x'
  skribilo/source/lisp.scm:76:6: warning: unused variable `x'
  skribilo/source/lisp.scm:76:6: warning: unused variable `w'
  skribilo/source/lisp.scm:118:6: warning: unused variable `else'
  skribilo/source/lisp.scm:118:6: warning: unused variable `failure'
  skribilo/source/lisp.scm:118:6: warning: unused variable `x'
  skribilo/source/lisp.scm:118:6: warning: unused variable `x'
  skribilo/source/lisp.scm:118:6: warning: unused variable `x'
  skribilo/source/lisp.scm:162:6: warning: unused variable `else'
  skribilo/source/lisp.scm:162:6: warning: unused variable `failure'
  skribilo/source/lisp.scm:162:6: warning: unused variable `x'
  skribilo/source/lisp.scm:162:6: warning: unused variable `x'
  skribilo/source/lisp.scm:162:6: warning: unused variable `x'
  skribilo/source/lisp.scm:216:6: warning: unused variable `else'
  skribilo/source/lisp.scm:216:6: warning: unused variable `failure'
  skribilo/source/lisp.scm:216:6: warning: unused variable `x'
  skribilo/source/lisp.scm:216:6: warning: unused variable `x'
  skribilo/source/lisp.scm:216:6: warning: unused variable `x'
  skribilo/source/lisp.scm:216:6: warning: unused variable `x'
  skribilo/source/lisp.scm:278:6: warning: unused variable `else'
  skribilo/source/lisp.scm:278:6: warning: unused variable `failure'
  skribilo/source/lisp.scm:278:6: warning: unused variable `x'
  skribilo/source/lisp.scm:278:6: warning: unused variable `x'
  skribilo/source/lisp.scm:278:6: warning: unused variable `x'
  /bin/mkdir -p `dirname skribilo/source/xml.go`
  GUILE_AUTO_COMPILE=0                                  \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/source/xml.scm\" #:output-file 
\"skribilo/source/xml.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/biblio.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/biblio.scm\" #:output-file 
\"skribilo/biblio.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/biblio.scm:110:15: warning: "~a:~a:~a: invalid bibliography entry: 
~a~%": wrong number of `format' arguments: expected 4, got 3
  skribilo/biblio.scm:233:45: warning: non-literal format string
  /bin/mkdir -p `dirname skribilo/color.go`
  GUILE_AUTO_COMPILE=0                                 \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/color.scm\" #:output-file 
\"skribilo/color.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/debug.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/debug.scm\" #:output-file 
\"skribilo/debug.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/debug.scm:62:0: warning: possibly unused local top-level variable 
`*debug-depth*'
  skribilo/debug.scm:63:0: warning: possibly unused local top-level variable 
`*debug-margin*'
  skribilo/debug.scm:64:0: warning: possibly unused local top-level variable 
`*margin-level*'
  skribilo/debug.scm:106:0: warning: possibly unused local top-level variable 
`%do-debug-item'
  skribilo/debug.scm:129:0: warning: possibly unused local top-level variable 
`%with-debug-margin'
  skribilo/debug.scm:137:0: warning: possibly unused local top-level variable 
`%do-with-debug'
  /bin/mkdir -p `dirname skribilo/engine.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/engine.scm\" #:output-file 
\"skribilo/engine.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/evaluator.go`
  GUILE_AUTO_COMPILE=0                                   \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/evaluator.scm\" #:output-file 
\"skribilo/evaluator.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/index.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/index.scm\" #:output-file 
\"skribilo/index.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/lib.go`
  GUILE_AUTO_COMPILE=0                                 \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/lib.scm\" #:output-file 
\"skribilo/lib.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/module.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/module.scm\" #:output-file 
\"skribilo/module.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/output.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/output.scm\" #:output-file 
\"skribilo/output.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/prog.go`
  GUILE_AUTO_COMPILE=0                                        \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/prog.scm\" #:output-file 
\"skribilo/prog.go\"      \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/prog.scm:174:3: warning: unused variable `s'
  /bin/mkdir -p `dirname skribilo/reader.go`
  GUILE_AUTO_COMPILE=0                                 \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/reader.scm\" #:output-file 
\"skribilo/reader.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/reader.scm:47:0: warning: possibly unused local top-level variable 
`%reader?-procedure'
  skribilo/reader.scm:47:0: warning: possibly unused local top-level variable 
`%%make-reader-procedure'
  /bin/mkdir -p `dirname skribilo/resolve.go`
  GUILE_AUTO_COMPILE=0                                        \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/resolve.scm\" #:output-file 
\"skribilo/resolve.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/source.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/source.scm\" #:output-file 
\"skribilo/source.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/source.scm:229:0: warning: possibly unused local top-level variable 
`split-string-newline'
  /bin/mkdir -p `dirname skribilo/parameters.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/parameters.scm\" #:output-file 
\"skribilo/parameters.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/verify.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/verify.scm\" #:output-file 
\"skribilo/verify.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/writer.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/writer.scm\" #:output-file 
\"skribilo/writer.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/ast.go`
  GUILE_AUTO_COMPILE=0                                 \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/ast.scm\" #:output-file 
\"skribilo/ast.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/ast.scm:284:5: warning: unused variable `w'
  /bin/mkdir -p `dirname skribilo/location.go`
  GUILE_AUTO_COMPILE=0                                        \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/location.scm\" #:output-file 
\"skribilo/location.go\"      \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/condition.go`
  GUILE_AUTO_COMPILE=0                                   \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/condition.scm\" #:output-file 
\"skribilo/condition.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/condition.scm:197:13: warning: non-literal format string
  /bin/mkdir -p `dirname skribilo/sui.go`
  GUILE_AUTO_COMPILE=0                                        \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/sui.scm\" #:output-file 
\"skribilo/sui.go\"        \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  skribilo/sui.scm:121:23: warning: unused variable `else'
  skribilo/sui.scm:121:23: warning: unused variable `failure'
  skribilo/sui.scm:121:23: warning: unused variable `x'
  skribilo/sui.scm:145:3: warning: unused variable `else'
  skribilo/sui.scm:145:3: warning: unused variable `failure'
  skribilo/sui.scm:145:3: warning: unused variable `x'
  skribilo/sui.scm:162:3: warning: unused variable `else'
  skribilo/sui.scm:162:3: warning: unused variable `failure'
  skribilo/sui.scm:162:3: warning: unused variable `w'
  skribilo/sui.scm:186:6: warning: unused variable `else'
  skribilo/sui.scm:186:6: warning: unused variable `failure'
  skribilo/sui.scm:258:3: warning: unused variable `else'
  skribilo/sui.scm:258:3: warning: unused variable `failure'
  /bin/mkdir -p `dirname skribilo/table.go`
  GUILE_AUTO_COMPILE=0                                   \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/table.scm\" #:output-file 
\"skribilo/table.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/utils/justify.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/utils/justify.scm\" #:output-file 
\"skribilo/utils/justify.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/utils/text-table.go`
  GUILE_AUTO_COMPILE=0                                    \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/utils/text-table.scm\" 
#:output-file \"skribilo/utils/text-table.go\"      \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/reader/skribe.go`
  GUILE_AUTO_COMPILE=0                                       \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/reader/skribe.scm\" #:output-file 
\"skribilo/reader/skribe.go\"    \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/reader/outline.go`
  GUILE_AUTO_COMPILE=0                                      \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/reader/outline.scm\" 
#:output-file \"skribilo/reader/outline.go\"  \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  /bin/mkdir -p `dirname skribilo/reader/rss-2.go`
  GUILE_AUTO_COMPILE=0                                        \
         GUILE_LOAD_COMPILED_PATH=".:../../src/guile:$GUILE_LOAD_COMPILED_PATH" 
\
          /usr/bin/guile -L "." -L "../../src/guile"      \
           -L "../../src/guile"                  \
           -c "(use-modules (system base compile)                \
                            (system base message)                \
                            (skribilo condition))                \
               (with-fluids ((*current-warning-prefix* \"\"))    \
                 (call-with-skribilo-error-catch/exit            \
                   (lambda ()                                    \
                     (compile-file \"skribilo/reader/rss-2.scm\" #:output-file 
\"skribilo/reader/rss-2.go\"      \
                                   #:opts '(#:warnings (unused-variable 
unused-toplevel unbound-variable arity-mismatch format))))))"
  Backtrace:
  In ice-9/boot-9.scm:
   171: 19 [with-throw-handler srfi-34 ...]
  In system/base/compile.scm:
   148: 18 [compile-file "skribilo/reader/rss-2.scm" #:output-file ...]
    43: 17 [call-once #<procedure 91a6860 at system/base/compile.scm:56:5 ()>]
  In ice-9/boot-9.scm:
   171: 16 [with-throw-handler #t ...]
  In system/base/compile.scm:
    59: 15 [#<procedure 91a6840 at system/base/compile.scm:58:9 ()>]
   151: 14 [#<procedure 91a6880 at system/base/compile.scm:149:8 (port)> 
#<input-output: skribilo/reader/rss-2.go.SFYHqr 7>]
   200: 13 [read-and-compile #<input: skribilo/reader/rss-2.scm 6> #:from ...]
   212: 12 [lp () #f #<module (#{ g30}#) 91d1870>]
   178: 11 [lp # # # ...]
  In ice-9/boot-9.scm:
  2111: 10 [save-module-excursion #<procedure 92c04e0 at 
language/scheme/compile-tree-il.scm:29:3 ()>]
  In language/scheme/compile-tree-il.scm:
    31: 9 [#<procedure 92c04e0 at language/scheme/compile-tree-il.scm:29:3 ()>]
  In ice-9/psyntax.scm:
  1101: 8 [expand-top-sequence ((define-module # :use-module # ...)) () ((top)) 
...]
   986: 7 [scan ((define-module (skribilo reader rss-2) :use-module ...)) () 
...]
   270: 6 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
  In ice-9/eval.scm:
   392: 5 [eval # ()]
  In ice-9/boot-9.scm:
  2667: 4 [define-module* (skribilo reader rss-2) #:filename ...]
  2642: 3 [resolve-imports (((sxml simple)) ((htmlprag)) ((ice-9 match)) ...)]
  2583: 2 [resolve-interface (htmlprag) #:select ...]
  In unknown file:
     ?: 1 [scm-error misc-error #f "~A ~S" ("no code for module" (htmlprag)) #f]
  In ice-9/boot-9.scm:
   106: 0 [#<procedure 91a6820 at ice-9/boot-9.scm:97:6 (thrown-k . args)> 
misc-error ...]

  ice-9/boot-9.scm:106:20: In procedure #<procedure 91a6820 at 
ice-9/boot-9.scm:97:6 (thrown-k . args)>:
  ice-9/boot-9.scm:106:20: no code for module (htmlprag)
  make[3]: *** [skribilo/reader/rss-2.go] Error 1
  make[3]: Leaving directory `/usr/local/src/skribilo-0.9.2/src/guile'
  make[2]: *** [all] Error 2
  make[2]: Leaving directory `/usr/local/src/skribilo-0.9.2/src/guile'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/usr/local/src/skribilo-0.9.2/src'
  make: *** [all-recursive] Error 1

  $ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]