unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* slib modules install
@ 2010-12-23  5:24 Fu gangqiang
  2011-01-04 16:56 ` Ludovic Courtès
  2011-01-23 21:19 ` Andy Wingo
  0 siblings, 2 replies; 3+ messages in thread
From: Fu gangqiang @ 2010-12-23  5:24 UTC (permalink / raw)
  To: Guile bug

Hi,all
I have installed guile-1.9.14 On Linux-2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux according to INSTALL file and slib modules according to the README file:

slib version:slib3b3
install slib instruction:sudo cp -r slib `guile-config info pkgdatadir`

but when I use the module,I have a error like this:

scheme@(guile-user)> (use-modules (ice-9 slib))
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling /usr/local/share/guile/slib/guile.init
;;; compiled /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/guile.init.go
;;; compiling /usr/local/share/guile/slib/require.scm
;;; compiled /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/require.scm.go
scheme@(guile-user)> (use-modules (ice-9 slib))
scheme@(guile-user)> (require 'primes)
;;; compiling /usr/local/share/guile/slib/mklibcat.scm
;;; compiled /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/mklibcat.scm.go
ice-9/boot-9.scm:1863:5: In procedure open-file:
ice-9/boot-9.scm:1863:5: No such file or directory: "/usr/local/share/guile/slib/mklibcat"

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(ice-9 slib) [1]> 


        



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: slib modules install
  2010-12-23  5:24 slib modules install Fu gangqiang
@ 2011-01-04 16:56 ` Ludovic Courtès
  2011-01-23 21:19 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2011-01-04 16:56 UTC (permalink / raw)
  To: bug-guile

Hello!

I don’t think SLIB has been tested/ported to 1.9, so I would suggest
forwarding this message to bug-slib@gnu.org, possibly Cc’d here so that
we can coordinate.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: slib modules install
  2010-12-23  5:24 slib modules install Fu gangqiang
  2011-01-04 16:56 ` Ludovic Courtès
@ 2011-01-23 21:19 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2011-01-23 21:19 UTC (permalink / raw)
  To: Fu gangqiang; +Cc: Guile bug, Aubrey Jaffer, Ludovic Courtès

Hi Fu,

On Thu 23 Dec 2010 06:24, Fu gangqiang <lispor@163.com> writes:

> Hi,all I have installed guile-1.9.14 On Linux-2.6.32-26-generic
> #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux according
> to INSTALL file and slib modules according to the README file:
>
> slib version:slib3b3
> install slib instruction:sudo cp -r slib `guile-config info pkgdatadir`
>
> but when I use the module,I have a error like this:
>
> scheme@(guile-user)> (use-modules (ice-9 slib))
> ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
> ;;;       or pass the --no-autocompile argument to disable.
> ;;; compiling /usr/local/share/guile/slib/guile.init
> ;;; compiled /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/guile.init.go
> ;;; compiling /usr/local/share/guile/slib/require.scm
> ;;; compiled /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/require.scm.go
> scheme@(guile-user)> (use-modules (ice-9 slib))
> scheme@(guile-user)> (require 'primes)
> ;;; compiling /usr/local/share/guile/slib/mklibcat.scm
> ;;; compiled /home/lispor/.cache/guile/ccache/2.0-0.T-LE-4/usr/local/share/guile/slib/mklibcat.scm.go
> ice-9/boot-9.scm:1863:5: In procedure open-file:
> ice-9/boot-9.scm:1863:5: No such file or directory: "/usr/local/share/guile/slib/mklibcat"

I see that Aubrey Jaffer has made some shims to support Guile 1.9/2.0,
but the last commit to guile.init that I see deals with 1.9.7, and I
don't know if we have introduced any incompatibilities since then.
Please try with slib from CVS, and if that still doesn't work for you,
let slib-discuss know.

(Our apologies for the mess, of course.  Guile 2.0 should be out within
a few weeks, so hopefully these troubles should be over.  Please let us
know if you find bugs in Guile that need dealing with.)

Cheers,

Andy
-- 
http://wingolog.org/



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-23 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23  5:24 slib modules install Fu gangqiang
2011-01-04 16:56 ` Ludovic Courtès
2011-01-23 21:19 ` Andy Wingo

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).