Unable to load Telnet from SqueakMap in 10beta.7148

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Unable to load Telnet from SqueakMap in 10beta.7148

Rob Withers
I am trying to load Telnet to use as a front-end to SSH.  This is a  
cs file.   It will not load as the MultiByteFileStream, using a  
UTF8Converter is complaining that the input is malformed.   This is  
ridiculous.

Reply | Threaded
Open this post in threaded view
|

Re: Unable to load Telnet from SqueakMap in 10beta.7148

Rob Withers
Yes, I had gotten the changeset to load correctly from the file list,  
which was partly what confused me as to why SqueakMap should be  
failing.  The bug report for 6449 includes a changeset which fixes  
SMDefaultInstaller, so that it now loads Telnet ok from SqueakMap.    
Unfortunately, Telnet itself seems to be broken due to some Font  
details.

Thanks for your help,
Rob

On Sep 29, 2007, at 9:18 AM, David T. Lewis wrote:

> On Sat, Sep 29, 2007 at 12:05:23PM -0400, David T. Lewis wrote:
>> On Fri, Sep 28, 2007 at 10:56:11AM -0700, Robert Withers wrote:
>>> I am trying to load Telnet to use as a front-end to SSH.  This is a
>>> cs file.   It will not load as the MultiByteFileStream, using a
>>> UTF8Converter is complaining that the input is malformed.   This is
>>> ridiculous.
>>
>> This appears to be a problem in the SqueakMap client, which is  
>> choking on
>> some characters that appear in the preamble of the change set:
>>
>> (This changeset was supported by a generous quantity of Jaques  
>> Vabre coffee, thoroughly antisocial levels of Sergent Garcia's  
>> ``Un poquito quema'o'' and way too many Chesterfield Lights.  ÁSi  
>> no sanas hoy, sanar‡s ma–ana!!)"!
>>
>> The change set loads properly from a file list.
>
> I should have checked Mantis before replying. This bug has been  
> reported
> and assigned to the package maintainer (but not yet resolved).
>
> http://bugs.squeak.org/view.php?id=6449
> http://bugs.squeak.org/view.php?id=6540
>
> Ken Causey has provided a fix, which you can download from the  
> Mantis 6449
> page if you want to try it out.
>
> Dave
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Unable to load Telnet from SqueakMap in 10beta.7148

David T. Lewis
On Sat, Sep 29, 2007 at 07:05:26PM -0700, Robert Withers wrote:
> Yes, I had gotten the changeset to load correctly from the file list,  
> which was partly what confused me as to why SqueakMap should be  
> failing.  The bug report for 6449 includes a changeset which fixes  
> SMDefaultInstaller, so that it now loads Telnet ok from SqueakMap.    
> Unfortunately, Telnet itself seems to be broken due to some Font  
> details.

The Telnet package was written quite some time ago, and it might
well need some updating for newer Squeak images.

Dave