Package: libmaruku-ruby
Version: 0.5.6-2
Severity: grave
Justification: renders package unusable

Maruku, mostly used for HTML generation (for example in Webgen) does no
longer work with the recently uploaded Ruby version 1.8.6.111 uploaded to
Sid.  It seems that the REXML API has changed.

The error:

/usr/lib/ruby/1.8/maruku/output/to_html.rb:35:in `public': undefined method
`write_children' for class `REXML::Element' (NameError)
        from /usr/lib/ruby/1.8/maruku/output/to_html.rb:35
        from /usr/lib/ruby/1.8/maruku.rb:119:in `require'
        from /usr/lib/ruby/1.8/maruku.rb:119

This is due to this in to_html.rb:

class REXML::Element
        # We only want to output the children in Maruku::to_html
         public :write_children
end

REXML now uses separate pretty printers/formatters separately from the node
tree, so all formatting stuff has been moved out.  Maruku should be adapter
for this restructuring/API change.

Regards,
Paul

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=nl_NL.UTF8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmaruku-ruby depends on:
ii  libmaruku-ruby1.8             0.5.6-2    a Markdown-superset interpreter fo

libmaruku-ruby recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to