unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Marco Maggi <marco.maggi-ipsu@poste.it>
To: guile-user@gnu.org
Subject: [r6rs] misc problems with the cache of precompiled files
Date: Fri, 11 Jun 2010 08:04:20 +0200	[thread overview]
Message-ID: <87k4q63y1n.fsf@rapitore.luna> (raw)

I just noticed that my cache has this file in it:

/home/marco/.cache/guile/ccache/2.0-0.Q-LE-4/home/marco/.cache/guile/ccache/2.0-0.Q-LE-4/home/marco/var/tmp/proof.sps.go.go

should  I expect this  or is  something wrong  with pathname
construction?  I  have not found  a way to reproduce  it for
now.

  Anyway, I have this script "proof.sps":

    (import (rnrs))
    (display "ciao\n")

first I do:

  $ rm -fr ~/.cache/guile/ccache/2.0-0.Q-LE-4/home/marco

to start from a clean state, then:

  $ guile -s proof.sps
  ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
  ;;;       or pass the --no-autocompile argument to disable.
  ;;; compiling proof.sps
  WARNING: (rnrs): `i/o-error-port' imported from both (rnrs files) and (rnrs io simple)
  WARNING: (rnrs): `i/o-port-error?' imported from both (rnrs files) and (rnrs io simple)
  ... <many more like this>
  ;;; compiled /home/marco/.cache/guile/ccache/2.0-0.Q-LE-4/home/marco/var/tmp/proof.sps.go
  ciao

  $ guile -s proof.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)
  ;;; compiling /usr/local/share/guile/2.0/rnrs/io//ports.scm
  ;;; WARNING: compilation of /usr/local/share/guile/2.0/rnrs/io//ports.scm failed:
  ;;; key misc-error, throw_args (#f "~A ~S" ("no such language" scheme) #f)
  ERROR: Unbound variable: define-module

-- 
Marco Maggi



             reply	other threads:[~2010-06-11  6:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-11  6:04 Marco Maggi [this message]
2010-06-11  6:11 ` [r6rs] misc problems with the cache of precompiled files Marco Maggi
2010-06-14 21:46 ` Andy Wingo
2010-06-14 21:56   ` No Itisnt
2010-06-14 23:00     ` Andy Wingo
2010-06-15 21:41       ` No Itisnt
2010-06-15 22:10         ` Andy Wingo
2010-06-15 23:01           ` No Itisnt

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=87k4q63y1n.fsf@rapitore.luna \
    --to=marco.maggi-ipsu@poste.it \
    --cc=guile-user@gnu.org \
    /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).