unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Marco Maggi <marco.maggi-ipsu@poste.it>
To: Andy Wingo <wingo@pobox.com>
Cc: guile-user@gnu.org
Subject: Re: [r6rs] quest to make the makers package work
Date: Thu, 17 Jun 2010 09:40:55 +0200	[thread overview]
Message-ID: <878w6e9ke0.fsf@rapitore.luna> (raw)
In-Reply-To: marco@localhost 2010 22:40:17 +0200")

"Andy Wingo" wrote:
> Interesting test.  So, with current  git it does  run, but
> fails with:
>
> ERROR: In procedure string-ref:
> ERROR: Wrong type argument in position 1 (expecting string): #<undefined>

With commit  a4082ab57e81c1826906c1a8601593e8dea5078c I get,
running twice  "make gtest" after cleaning the  cache for my
home directory:

$ make gtest
GUILE_LOAD_PATH=. guile -l guile-config.scm --autocompile -s ./tests/test-makers.sps
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling guile-config.scm
;;; compiled /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/guile-config.scm.go
;;; compiling ./tests/test-makers.sps
WARNING: (rnrs): `i/o-error-port' imported from both (rnrs files) and (rnrs io simple)
...
WARNING: (rnrs): `&i/o' imported from both (rnrs files) and (rnrs io simple)
;;; compiling ./makers//makers.sls
;;; compiling ./makers//helpers.sls
;;; compiled /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/helpers.sls.go
;;; compiled /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/makers.sls.go
;;; compiled /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/tests/test-makers.sps.go
guile: uncaught throw to r6rs:exception: (#<r6rs:record:&raise-object-wrapper>)
make: *** [gtest] Error 1

~/src/devel/scheme/makers $ make gtest
GUILE_LOAD_PATH=. guile -l guile-config.scm --autocompile -s ./tests/test-makers.sps
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling /usr/local/share/guile/2.0/srfi//srfi-11.scm
;;; WARNING: compilation of /usr/local/share/guile/2.0/srfi//srfi-11.scm failed:
;;; key misc-error, throw_args (#f "~A ~S" ("no code for module" (srfi srfi-11)) #f)
Backtrace:
In unknown file:
   ?: 19 [load-compiled/vm "/home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/tests/test-makers.sps.go"]
In ./tests/test-makers.sps:
  29: 18 [#<procedure 867a780 ()>]
In module/ice-9/boot-9.scm:
2490: 17 [resolve-interface (rnrs) #:select ...]
2429: 16 [#<procedure 870e910 at module/ice-9/boot-9.scm:2416:4 (name #:optional autoload version)> # ...]
2738: 15 [try-module-autoload (rnrs) ()]
1988: 14 [save-module-excursion #<procedure 87b3d00 at module/ice-9/boot-9.scm:2738:17 ()>]
2741: 13 [#<procedure 87b3d00 at module/ice-9/boot-9.scm:2738:17 ()>]
1988: 12 [save-module-excursion #<procedure 87b4900 at module/ice-9/boot-9.scm:2001:3 ()>]
1154: 11 [load "/usr/local/share/guile/2.0//6/rnrs.scm" #f]
In unknown file:
   ?: 10 [load-compiled/vm "/home/marco/.cache/guile/ccache/2.0-0.R-LE-4/usr/local/share/guile/2.0/6/rnrs.scm.go"]
In 6/rnrs.scm:
  20: 9 [#<procedure 86d94e0 at 6/rnrs.scm:19:0 ()>]
In module/ice-9/boot-9.scm:
2490: 8 [resolve-interface (rnrs io ports) #:select ...]
2429: 7 [#<procedure 870e910 at module/ice-9/boot-9.scm:2416:4 (name #:optional autoload version)> # ...]
2738: 6 [try-module-autoload (rnrs io ports) (6)]
1988: 5 [save-module-excursion #<procedure 891e500 at module/ice-9/boot-9.scm:2738:17 ()>]
2741: 4 [#<procedure 891e500 at module/ice-9/boot-9.scm:2738:17 ()>]
2401: 3 [find-versioned-module "rnrs/io/" "ports" ...]
In unknown file:
   ?: 2 [scm-error misc-error #f "~A" ("No matching modules found.") #f]
In module/ice-9/boot-9.scm:
 114: 1 [#<procedure 8772c08 at module/ice-9/boot-9.scm:108:6 (thrown-k . args)> misc-error ...]
In unknown file:
   ?: 0 [catch-closure misc-error #f "~A" ("No matching modules found.") #f]

ERROR: No matching modules found.
make: *** [gtest] Error 1

-- 
Marco Maggi



  reply	other threads:[~2010-06-17  7:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08  8:15 [r6rs] quest to make the makers package work Marco Maggi
2010-06-16 20:40 ` Andy Wingo
2010-06-17  7:40   ` Marco Maggi [this message]
2010-06-18  8:26     ` Andy Wingo
2010-06-18 12:48       ` Julian Graham
2010-06-18 14:06         ` Julian Graham
2010-06-18 17:29           ` Andy Wingo
2010-06-19 18:16             ` Marco Maggi
2010-06-20 21:40               ` Andy Wingo
2010-06-18 15:30       ` Marco Maggi
  -- strict thread matches above, loose matches on Subject: below --
2010-06-08 14:58 Marco Maggi
2010-06-08 16:18 ` Julian Graham
2010-06-08 18:59   ` Marco Maggi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878w6e9ke0.fsf@rapitore.luna \
    --to=marco.maggi-ipsu@poste.it \
    --cc=guile-user@gnu.org \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).