Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
sbcl freebsd source encoding
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Antony  
View profile  
 More options Feb 8, 11:32 am
Newsgroups: comp.lang.lisp
From: Antony <remove+spam_lisp.li...@gmail.com>
Date: Wed, 08 Feb 2012 08:32:45 -0800
Local: Wed, Feb 8 2012 11:32 am
Subject: sbcl freebsd source encoding
Hi

I am trying sbcl on freebsd
It fails to load hunchentoot cause it fails with
* (asdf:oos 'asdf:load-op :hunchentoot)

debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR in thread
#<THREAD "initial thread" RUNNING {1002988FB3}>:
   Error while trying to load definition for system rfc2388 from pathname
   /usr/home/antony/git/thirdparty/rfc2388/rfc2388.asd:
      decoding error on stream
      #<SB-SYS:FD-STREAM
        for "file /usr/home/antony/git/thirdparty/rfc2388/rfc2388.asd"
        {1003B0A883}>
      (:EXTERNAL-FORMAT :ASCII):
        the octet sequence (196) cannot be decoded.

I think this is because rfc2388.asd is in utf-8 and contains non ascii
stuff.

How do I indicate this info to sbcl
-Antony


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zach Beane  
View profile  
 More options Feb 8, 11:35 am
Newsgroups: comp.lang.lisp
From: Zach Beane <x...@xach.com>
Date: Wed, 08 Feb 2012 11:35:57 -0500
Local: Wed, Feb 8 2012 11:35 am
Subject: Re: sbcl freebsd source encoding

One option is to start SBCL with a UTF-8 locale. On my Linux system,
that means setting LANG to "en_US.utf8". Your environment may need
something slightly different.

Zach


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Antony  
View profile  
 More options Feb 8, 11:45 am
Newsgroups: comp.lang.lisp
From: Antony <remove+spam_lisp.li...@gmail.com>
Date: Wed, 08 Feb 2012 08:45:21 -0800
Local: Wed, Feb 8 2012 11:45 am
Subject: Re: sbcl freebsd source encoding
On 2/8/2012 8:35 AM, Zach Beane wrote:

> Antony<remove+spam_lisp.li...@gmail.com>  writes:
>> I think this is because rfc2388.asd is in utf-8 and contains non ascii
>> stuff.

>> How do I indicate this info to sbcl

> One option is to start SBCL with a UTF-8 locale. On my Linux system,
> that means setting LANG to "en_US.utf8". Your environment may need
> something slightly different.

Yes, that worked on freebsd too.
I now run it as
  LANG=en_US.UTF-8 sbcl --no-userinit
My Linux env seems to have that set, so does not need it.

Thanks,
-Antony


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »