From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rvclayton@verizon.net (R. Clayton) Newsgroups: gmane.lisp.guile.user Subject: Skribilo install fail. Date: Fri, 01 Jun 2012 00:12:01 -0400 Message-ID: <87mx4n1xim.fsf@UlanBator.myhome.westell.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1338542918 22406 80.91.229.3 (1 Jun 2012 09:28:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jun 2012 09:28:38 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jun 01 11:28:37 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SaO9s-0000SA-Qx for guile-user@m.gmane.org; Fri, 01 Jun 2012 11:28:37 +0200 Original-Received: from localhost ([::1]:55838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaO9s-0008WJ-D7 for guile-user@m.gmane.org; Fri, 01 Jun 2012 05:28:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaJDt-0007gh-PS for guile-user@gnu.org; Fri, 01 Jun 2012 00:12:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaJDo-0007cP-P2 for guile-user@gnu.org; Fri, 01 Jun 2012 00:12:25 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:47900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaJDo-0007c1-5O for guile-user@gnu.org; Fri, 01 Jun 2012 00:12:20 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SaJDi-0001Cx-8k for guile-user@gnu.org; Fri, 01 Jun 2012 06:12:14 +0200 Original-Received: from pool-108-35-58-254.nycmny.fios.verizon.net ([108.35.58.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jun 2012 06:12:14 +0200 Original-Received: from rvclayton by pool-108-35-58-254.nycmny.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Jun 2012 06:12:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 774 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-108-35-58-254.nycmny.fios.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:aCm4gOEx1XI3QCYxuKvDw3AEqnI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-Mailman-Approved-At: Fri, 01 Jun 2012 05:28:30 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9484 Archived-At: 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 #: 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,[@]guilemoduledir[@],/usr/local/packages/skribilo-0.9.2/share/skribilo/0.9.2,g' -e 's,[@]abs_top_srcdir[@],/usr/local/src/skribilo-0.9.2,g' -e 's,[@]abs_top_builddir[@],/usr/local/src/skribilo-0.9.2,g' -e 's,[@]prefix[@],/usr/local/packages/skribilo-0.9.2,g' -e 's,[@]docdir[@],/usr/local/packages/skribilo-0.9.2/share/doc/skribilo,g' -e 's,[@]lispdir[@],/usr/local/packages/skribilo-0.9.2/share/emacs/site-lisp,g' -e 's,[@]GUILE[@],/usr/bin/guile,g' -e 's,[@]PACKAGE_STRING[@],Skribilo 0.9.2,g' -e 's,[@]PACKAGE_NAME[@],Skribilo,g' -e 's,[@]PACKAGE_VERSION[@],0.9.2,g' -e 's,[@]PACKAGE_BUGREPORT[@],skribilo-users@nongnu.org,g' -e 's,[@]FIG2DEV[@],fig2dev,g' -e 's,[@]CONVERT[@],/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,[@]guilemoduledir[@],/usr/local/packages/skribilo-0.9.2/share/skribilo/0.9.2,g' -e 's,[@]abs_top_srcdir[@],/usr/local/src/skribilo-0.9.2,g' -e 's,[@]abs_top_builddir[@],/usr/local/src/skribilo-0.9.2,g' -e 's,[@]prefix[@],/usr/local/packages/skribilo-0.9.2,g' -e 's,[@]docdir[@],/usr/local/packages/skribilo-0.9.2/share/doc/skribilo,g' -e 's,[@]lispdir[@],/usr/local/packages/skribilo-0.9.2/share/emacs/site-lisp,g' -e 's,[@]GUILE[@],/usr/bin/guile,g' -e 's,[@]PACKAGE_STRING[@],Skribilo 0.9.2,g' -e 's,[@]PACKAGE_NAME[@],Skribilo,g' -e 's,[@]PACKAGE_VERSION[@],0.9.2,g' -e 's,[@]PACKAGE_BUGREPORT[@],skribilo-users@nongnu.org,g' -e 's,[@]FIG2DEV[@],fig2dev,g' -e 's,[@]CONVERT[@],/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 `#< a70d5b8 proc: #>' skribilo.scm:144:10: warning: possibly wrong number of arguments to `#< a70d5b8 proc: #>' /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 `#< 8b430d8 proc: #>' skribilo/utils/compat.scm:268:2: warning: possibly wrong number of arguments to `#< 8b41630 proc: #>' skribilo/utils/compat.scm:265:2: warning: possibly wrong number of arguments to `#< 8b41d98 proc: #>' skribilo/utils/compat.scm:138:46: warning: possibly wrong number of arguments to `#< 8bd8618 proc: #>' skribilo/utils/compat.scm:137:46: warning: possibly wrong number of arguments to `#< 8bddd80 proc: #>' skribilo/utils/compat.scm:136:46: warning: possibly wrong number of arguments to `#< 8bdd4f8 proc: #>' skribilo/utils/compat.scm:135:46: warning: possibly wrong number of arguments to `#< 8bd8ea0 proc: #>' /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 #] In ice-9/boot-9.scm: 171: 16 [with-throw-handler #t ...] In system/base/compile.scm: 59: 15 [#] 151: 14 [# #] 200: 13 [read-and-compile # #:from ...] 212: 12 [lp () #f #] 178: 11 [lp # # # ...] In ice-9/boot-9.scm: 2111: 10 [save-module-excursion #] In language/scheme/compile-tree-il.scm: 31: 9 [#] 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 [# misc-error ...] ice-9/boot-9.scm:106:20: In procedure #: 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 $