From: vedm
Subject: ASDF-INSTALL encoding error on stream (SBCL)
Date: 
Message-ID: <86r7d7zq5u.fsf@localhost.localdomain>
Trying to asdf-install the ITERATE package (sbcl 0.9.2 on Debian) I get
this error:

(asdf-install:install:iterate) 
...
;;; ASDF-INSTALL: Downloading 339070 bytes from
    http://common-lisp.net/project/iterate/releases/iterate-current.tar.gz
    to #P"/home/user1/cl/ITERATE.asdf-install-tmp" ...

debugger invoked on a SB-INT:STREAM-ENCODING-ERROR in thread 1075458176:
  encoding error on stream
  #<SB-SYS:FD-STREAM for "file
  \"/home/user1/cl/ITERATE.asdf-install-tmp\"" {9C14639}>
  (:EXTERNAL-FORMAT :ASCII):
    the character with code 139 cannot be encoded.


Any idea how to fix this?

-- 
vedm

From: Christophe Rhodes
Subject: Re: ASDF-INSTALL encoding error on stream (SBCL)
Date: 
Message-ID: <sq64ujlcih.fsf@cam.ac.uk>
vedm <ยทยท@nospam.com> writes:

> Trying to asdf-install the ITERATE package (sbcl 0.9.2 on Debian) I get
> this error:
>
> (asdf-install:install:iterate) 
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

this is not what you typed.

> ...
> ;;; ASDF-INSTALL: Downloading 339070 bytes from
>     http://common-lisp.net/project/iterate/releases/iterate-current.tar.gz
>     to #P"/home/user1/cl/ITERATE.asdf-install-tmp" ...
>
> debugger invoked on a SB-INT:STREAM-ENCODING-ERROR in thread 1075458176:
>   encoding error on stream
>   #<SB-SYS:FD-STREAM for "file
>   \"/home/user1/cl/ITERATE.asdf-install-tmp\"" {9C14639}>
>   (:EXTERNAL-FORMAT :ASCII):
>     the character with code 139 cannot be encoded.
>
>
> Any idea how to fix this?

Are you using the version of asdf-install distributed with sbcl, or
one which you downloaded from elsewhere?  The version distributed with
sbcl should not throw this condition, while other versions may not
support external formats.

[ If every relevant piece of Lisp code you have is from Debian
  packages, you should probably consider filing bugs in Debian's bug
  tracking system as a first port of call, as the Debian maintainer is
  able to deduce from automatically-included information exactly what
  code you have on your system. ]

Christophe
From: =?utf-8?B?UmVuw6k=?= van Bevern
Subject: Re: ASDF-INSTALL encoding error on stream (SBCL)
Date: 
Message-ID: <20050806091438.GB2813@progn.org>
--98e8jtXdkpgskNou
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On  5.08.05, vedm wrote:

Hi,

> (asdf-install:install:iterate)=20

apt-get install cl-iterate

And on your lisp side:

(asdf:oos 'asdf:load-op :iterate)

or in the Debian way:

(clc:clc-require :iterate)

or in SBCL you can also just

(require :iterate)

> Any idea how to fix this?

use the Debian packages of libraries, if available. ;)

apt-cache seach ^cl-

As hou have been pointed out already, use the Debian Bug Tracking
System (http://bugs.debian.org) if you run in problems with the
Debian provided systems.

	  Ren=C3=A9

--=20
Ren=C3=A9 van Bevern -- http://progn.org/
Debian GNU      -- http://www.debian.org

--98e8jtXdkpgskNou
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQCVAwUBQvR/fmXAXAFwWYizAQK4lgP/bzvnD25lCCT8rCTvvDCoznDYALEYv3Ln
r2nwYe3+6USqloWDazY6cm3X3Og+4K9I/PqSquHD8VfUHHFomG7a6uHzIJRd5zmc
Tri2xPAtgweGJUFgnUxhRZvee6z61Y2dcJupR7St3UFVm7+FnF6UQ3w4oNa7sifE
dinHZscG6pI=
=PTCh
-----END PGP SIGNATURE-----

--98e8jtXdkpgskNou--