Menu

#2 clusterm 0.6 fails w. perl v5.10.0

open
nobody
None
5
2009-02-04
2009-02-04
No

ClusTerm 0.6 fails to run with the following error:

new method expects name => value pairs (odd number of arguments detected) at ClusTerm/App.pm line 36.

The error appears to be due to a change in gtk2-perl when creating new Glib::Object instances.

Discussion

  • Mark Bergman

    Mark Bergman - 2009-02-04
    • summary: clusterm 0.6 fails w. v5.10.0 --> clusterm 0.6 fails w. perl v5.10.0
     
  • Mark Bergman

    Mark Bergman - 2009-02-04

    I believe the conflict is with Glib::Object::Subclass (v. 0.03)

     
  • Arthur CARANTA

    Arthur CARANTA - 2009-11-19

    Hi ... I am a heavy user of Clusterm ... and I fear there is no longer support ...

    However, concerning this issue, I ran into when I upgraded tu Ubuntu 9.10 yesterday evening, I might have found a fix ...

    In /usr/local/share/clusterm/ClusTerm/App.pm :

    Line 36 :
    is:
    my $self = Glib::Object::new(__PACKAGE__, $title);
    Change it to :
    my $self = Glib::Object::new(__PACKAGE__);

    And BAM ... it works again ;)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.