Bug#680227: webgen0.5: webgen does not work with default YAML implementation of ruby1.9

2012-07-04 Thread Marc Dequènes (Duck)
severity 680227 serious tags 680227 + patch pending thanks Coin, Quoting Sebastian Reichel : require 'syck' as first code line of /usr/bin/webgen0.5 Unfortunately, this doesn't work for rake tasks, only when calling webgen directly, but moving it into /usr/lib/ruby/vendor_ruby/webgen/w

Bug#680227: webgen0.5: webgen does not work with default YAML implementation of ruby1.9

2012-07-04 Thread Sebastian Reichel
Package: webgen0.5 Version: 0.5.14+dfsg1-2 Severity: important Hi, in ruby1.9.2 the default YAML parser has been changed from syck to psych. The new parser does not work correctly with webgen: /usr/lib/ruby/1.9.1/psych.rb:203:in `parse': (): did not find expected alphabetic or numeric character