Menu

4.5.1.4 issue (64bit rpm)

Pop
2013-03-07
2013-04-23
  • Pop

    Pop - 2013-03-07

    Hi  David,

    pac (64bit rpm version) fails to load with the following error:

    $ Type of arg 1 to keys must be hash (not hash element) at /opt/pac/lib/PACMain.pm line 2229, near "} ) "
    Type of arg 1 to keys must be hash (not hash element) at /opt/pac/lib/PACMain.pm line 2231, near "} ) "
    Compilation failed in require at /usr/bin/pac line 35.
    BEGIN failed-compilation aborted at /usr/bin/pac line 35.

    +  Exit 255                pac

    No issues with the debian version.
    Thanks for you support.

     
  • David Torrejón Vaquerizas

    Hi!

    Wow… weird…
    Please, change lines #2229 and #2231 in file '/opt/pac/lib/PACMain.pm' with:

    for my $i ( 1 .. 65535 ) { $$self{_GUI}{treeConnections} -> get_selection -> select_path( Gtk2::TreePath -> new_from_string( "$i" ) ); }

    and let me know if that solved your problems, please!

    - David.

     
  • Pop

    Pop - 2013-03-08

    Hi …

    Looks like you have already included it in 4.5.1.5 which I can confirm is working :-)

    Thanks again !

     
  • David Torrejón Vaquerizas

    Thanks to you for your patience!

    - David.

     

Log in to post a comment.