Menu

#686 PerlDoc Fast View - search field bug

v0.7.x
closed-fixed
nobody
5
2016-06-06
2015-08-03
No

I got a "Documentation not available" error when I search my own documentation in the perldoc fast view. But when I search with the "Shift+Ctrl+H" Shortcut it works fine. I use Eclipse 3.8.1 on an Ubuntu 14.04 System and EPIC 0.6.56.

Discussion

  • Oliver Trosien

    Oliver Trosien - 2016-05-13

    Found something: This is the code epic executes when rendering documentation inside perldoc view:

    use Env qw(@PERL5LIB);

    splice(@PERL5LIB, 0, 0, @INC);
    exec('perldoc -t -f "print"');

    With perlbrew pointing to a different perl than specified in epic, I get the following error

    /home/otrosien/perlbrew/perls/perl-5.22.1/bin/perldoc: Perl lib version (5.24.0) doesn't match executable '/home/otrosien/perlbrew/perls/perl-5.22.1/bin/perl' version (5.22.1) at /home/otrosien/perlbrew/perls/perl-5.24.0/lib/5.24.0/x86_64-linux/Config.pm line 62.
    Compilation failed in require at /home/otrosien/perlbrew/perls/perl-5.24.0/lib/5.24.0/Pod/Perldoc.pm line 6.
    BEGIN failed--compilation aborted at /home/otrosien/perlbrew/perls/perl-5.24.0/lib/5.24.0/Pod/Perldoc.pm line 6.
    Compilation failed in require at /home/otrosien/perlbrew/perls/perl-5.22.1/bin/perldoc line 9.
    BEGIN failed--compilation aborted at /home/otrosien/perlbrew/perls/perl-5.22.1/bin/perldoc line 9.

     
  • Oliver Trosien

    Oliver Trosien - 2016-05-13
    • status: unread --> open
    • Group: v0.6.x --> v0.7.x
     
  • Oliver Trosien

    Oliver Trosien - 2016-06-06
    • status: open --> closed-fixed
     
  • Oliver Trosien

    Oliver Trosien - 2016-06-06

    Fixed in 0.7.1

     

Log in to post a comment.