[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox



Excerpts from Gaute Hope's message of 2011-11-09 20:25:13 +0100:
> I am getting the same error now, after upgraded ruby and gems..
> 
> bin/sup-sync:11: warning: method redefined; discarding old to_s
> /home/gaute/dev/ruby/sup.git/lib/sup.rb:18:in `id': wrong id called on

This seems to be due to the new yamler 'psych', by requiring the old one
'sych' before 'yaml' it can be loaded.

The proper fix is to expect content to be represented the way 'psych'
does it. This is not the same as the old way.

Also the gem spec date was in the wrong format, see both attached
patches.

- Gaute

Attachment: 0001-Use-correct-date-format-for-gem-spec.patch
Description: Binary data

Attachment: 0002-Use-old-syck-module-for-YAML-parsing.patch
Description: Binary data