UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

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

UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

garduino
Hi:

Trying to load Shout (and others dev tools) on an updated trunk image
I get: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol

Cheers.

Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

Bert Freudenberg
On 02.12.2009, at 12:00, Germán Arduino wrote:
>
> Hi:
>
> Trying to load Shout (and others dev tools) on an updated trunk image
> I get: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol

Please attach the debug log.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

garduino
Attached.


2009/12/2 Bert Freudenberg <[hidden email]>:

> On 02.12.2009, at 12:00, Germán Arduino wrote:
>>
>> Hi:
>>
>> Trying to load Shout (and others dev tools) on an updated trunk image
>> I get: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol
>
> Please attach the debug log.
>
> - Bert -
>
>
>
>



SqueakDebug.log (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

Levente Uzonyi-2
In reply to this post by garduino
On Wed, 2 Dec 2009, Germán Arduino wrote:
>
> Trying to load Shout (and others dev tools) on an updated trunk image

Shout is already in the image, what are the other dev tools?


Levente


Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

garduino
Shout-Workspace
eCompletion
SUnit (Improved)

but the error fires trying with Shout...........


2009/12/2 Levente Uzonyi <[hidden email]>:

> On Wed, 2 Dec 2009, Germán Arduino wrote:
>>
>> Trying to load Shout (and others dev tools) on an updated trunk image
>
> Shout is already in the image, what are the other dev tools?
>
>
> Levente
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

Bert Freudenberg
In reply to this post by garduino
On 02.12.2009, at 13:28, Germán Arduino wrote:

>
> Attached.
>
>
> 2009/12/2 Bert Freudenberg <[hidden email]>:
>> On 02.12.2009, at 12:00, Germán Arduino wrote:
>>>
>>> Hi:
>>>
>>> Trying to load Shout (and others dev tools) on an updated trunk image
>>> I get: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol
>>
>> Please attach the debug log.
>>
>> - Bert -

Thanks. The relevant portion is this:

=====================
MCMethodDefinition>>initializeWithClassName:classIsMeta:selector:category:timeStamp:source:
        Receiver: <<error during printing>>
        Arguments and temporary variables:
                classString: #PluggableShoutMorph
                metaBoolean: false
                selectorString: #correctFrom:to:with:
                catString: nil
                timeString: 'tween 6/28/2004 08:11'
                sourceString: 'correctFrom: start to: stop with: aString

MCMethodDefinition>>initializeWithClassName:classIsMeta:selector:category:timeStamp:source:
MCMethodDefinition class>>className:classIsMeta:selector:category:timeStamp:source:
MCMethodDefinition class>>forMethodReference:
MethodReference>>asMethodDefinition
[] in MCPackage>>snapshot
========================

It seems in your image there is a method PluggableShoutMorph>>correctFrom:to:with: that has a category "nil". Monticello fails trying to snapshot that.

As others have pointed out, in Trunk we have Shout already loaded, so things might break if you loaded a different version.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

garduino
mm, ok, let me check a bit more....and try to understand why not works
if is already installed.

And try to install shout workspace which I think is not installed.

Thanks!


2009/12/2 Bert Freudenberg <[hidden email]>:

> On 02.12.2009, at 13:28, Germán Arduino wrote:
>>
>> Attached.
>>
>>
>> 2009/12/2 Bert Freudenberg <[hidden email]>:
>>> On 02.12.2009, at 12:00, Germán Arduino wrote:
>>>>
>>>> Hi:
>>>>
>>>> Trying to load Shout (and others dev tools) on an updated trunk image
>>>> I get: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol
>>>
>>> Please attach the debug log.
>>>
>>> - Bert -
>
> Thanks. The relevant portion is this:
>
> =====================
> MCMethodDefinition>>initializeWithClassName:classIsMeta:selector:category:timeStamp:source:
>        Receiver: <<error during printing>>
>        Arguments and temporary variables:
>                classString:    #PluggableShoutMorph
>                metaBoolean:    false
>                selectorString:         #correctFrom:to:with:
>                catString:      nil
>                timeString:     'tween 6/28/2004 08:11'
>                sourceString:   'correctFrom: start to: stop with: aString
>
> MCMethodDefinition>>initializeWithClassName:classIsMeta:selector:category:timeStamp:source:
> MCMethodDefinition class>>className:classIsMeta:selector:category:timeStamp:source:
> MCMethodDefinition class>>forMethodReference:
> MethodReference>>asMethodDefinition
> [] in MCPackage>>snapshot
> ========================
>
> It seems in your image there is a method PluggableShoutMorph>>correctFrom:to:with: that has a category "nil". Monticello fails trying to snapshot that.
>
> As others have pointed out, in Trunk we have Shout already loaded, so things might break if you loaded a different version.
>
> - Bert -
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

Levente Uzonyi-2
In reply to this post by garduino
On Wed, 2 Dec 2009, Germán Arduino wrote:

> Shout-Workspace

I can load Shout-Workspace.1-tween.4 from squeaksouce.com/shout without an
error. It doesn't work though.

> eCompletion

OCLoader-damiencassou.18 from squeaksource.com/OCompletion loads
ECompletion and OCompletion succesfully, we are using it all the time.

> SUnit (Improved)

Which repository/package are you using?

>
> but the error fires trying with Shout...........

I think Shout conflicts with ShoutCore. ShoutCore is loaded to the trunk,
so Shout shouldn't be loaded.


Levente

Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

garduino
I not tried from specific repos, else from Universes.

Thanks by the help.


2009/12/2 Levente Uzonyi <[hidden email]>:

> On Wed, 2 Dec 2009, Germán Arduino wrote:
>
>> Shout-Workspace
>
> I can load Shout-Workspace.1-tween.4 from squeaksouce.com/shout without an
> error. It doesn't work though.
>
>> eCompletion
>
> OCLoader-damiencassou.18 from squeaksource.com/OCompletion loads ECompletion
> and OCompletion succesfully, we are using it all the time.
>
>> SUnit (Improved)
>
> Which repository/package are you using?
>
>>
>> but the error fires trying with Shout...........
>
> I think Shout conflicts with ShoutCore. ShoutCore is loaded to the trunk, so
> Shout shouldn't be loaded.
>
>
> Levente
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout

garduino
Well, I started again with a new trunk updated image, then:

1. From Universes I select Shout-Workspace (that need and select as
prereq Shout version 3.15-tween.72 (That is different of the package
already installed on trunk, which is: ShoutCore-nice.5).

Now install ok, as levente said, but don't works.

2. eCompletion from Universes install and works ok.

3. OCompletion works loaded from Squeaksource as levente said, from
Universe it broke things.

4. Finally OB (full version 0.27) from Universes don't install,
breaking on installation of refactoring. Tried from source.wiresong.ca
having the same problem.

Cheers.


2009/12/2 Germán Arduino <[hidden email]>:

> I not tried from specific repos, else from Universes.
>
> Thanks by the help.
>
>
> 2009/12/2 Levente Uzonyi <[hidden email]>:
>> On Wed, 2 Dec 2009, Germán Arduino wrote:
>>
>>> Shout-Workspace
>>
>> I can load Shout-Workspace.1-tween.4 from squeaksouce.com/shout without an
>> error. It doesn't work though.
>>
>>> eCompletion
>>
>> OCLoader-damiencassou.18 from squeaksource.com/OCompletion loads ECompletion
>> and OCompletion succesfully, we are using it all the time.
>>
>>> SUnit (Improved)
>>
>> Which repository/package are you using?
>>
>>>
>>> but the error fires trying with Shout...........
>>
>> I think Shout conflicts with ShoutCore. ShoutCore is loaded to the trunk, so
>> Shout shouldn't be loaded.
>>
>>
>> Levente
>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

OmniBrowser (was: Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout)

Levente Uzonyi-2
On Thu, 3 Dec 2009, Germán Arduino wrote:

> 4. Finally OB (full version 0.27) from Universes don't install,
> breaking on installation of refactoring. Tried from source.wiresong.ca
> having the same problem.

We are using this for development:
http://www.wiresong.ca/static/releases/OmniBrowser-2.0.3.sar

The only minor issue we found is that if you copy a class, the class
instance variables are not copied.


Levente

Reply | Threaded
Open this post in threaded view
|

Re: OmniBrowser (was: Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout)

garduino
Thanks by the info.

Cheers.


2009/12/3 Levente Uzonyi <[hidden email]>:

> On Thu, 3 Dec 2009, Germán Arduino wrote:
>
>> 4. Finally OB (full version 0.27) from Universes don't install,
>> breaking on installation of refactoring. Tried from source.wiresong.ca
>> having the same problem.
>
> We are using this for development:
> http://www.wiresong.ca/static/releases/OmniBrowser-2.0.3.sar
>
> The only minor issue we found is that if you copy a class, the class
> instance variables are not copied.
>
>
> Levente
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: OmniBrowser (was: Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout)

Colin Putney
In reply to this post by Levente Uzonyi-2

On 3-Dec-09, at 6:18 AM, Levente Uzonyi wrote:

> On Thu, 3 Dec 2009, Germán Arduino wrote:
>
>> 4. Finally OB (full version 0.27) from Universes don't install,
>> breaking on installation of refactoring. Tried from  
>> source.wiresong.ca
>> having the same problem.
>
> We are using this for development: http://www.wiresong.ca/static/releases/OmniBrowser-2.0.3.sar

Indeed. I'm making regular stable releases these days, so there  
shouldn't be any need to install development versions directly from  
the repository. If you find a bug, please report it!

> The only minor issue we found is that if you copy a class, the class  
> instance variables are not copied.

Thanks for bringing that up!

http://code.google.com/p/omnibrowser/issues/detail?id=8

Colin
Reply | Threaded
Open this post in threaded view
|

Re: OmniBrowser (was: Re: UndefinedObject(Object)>>doesNotUnderstand: #asSymbol trying to load Shout)

garduino
Hi:

2009/12/3 Colin Putney <[hidden email]>:

>
> On 3-Dec-09, at 6:18 AM, Levente Uzonyi wrote:
>
>> On Thu, 3 Dec 2009, Germán Arduino wrote:
>>
>>> 4. Finally OB (full version 0.27) from Universes don't install,
>>> breaking on installation of refactoring. Tried from source.wiresong.ca
>>> having the same problem.
>>
>> We are using this for development:
>> http://www.wiresong.ca/static/releases/OmniBrowser-2.0.3.sar
>
> Indeed. I'm making regular stable releases these days, so there shouldn't be
> any need to install development versions directly from the repository. If
> you find a bug, please report it!
>


And then, how I identify the stable version to load? (I thinked that
this one is
the one on Universes, but seem not....)

Sorry if I'm asking something so obvious, but I'm using OB not from a
long time...

Germán.