| Summary: | padre (Perl IDE) crashes on selecting Help->About menu item (missing requirement) | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Oleg Bosis <olegbosis> |
| Component: | RPM Packages | Assignee: | All Packagers <pkg-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | marja11, olelukoie |
| Version: | 5 | Keywords: | Junior_job |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | padre | CVE: | |
| Status comment: | |||
|
Jani Välimaa
2016-11-26 14:36:50 CET
Keywords:
(none) =>
Junior_job
Marja Van Waes
2016-11-30 11:52:30 CET
CC:
(none) =>
marja11 Hi Oleg, Thank you for having taken the needed time to report this issue! Did this bug get fixed? If so, please change its status to RESOLVED - FIXED If it didn't, then we regret that we weren't able to fix it in Mageia 5. Mageia 5 has officially reached its End of Life on December 31st, 2017 https://blog.mageia.org/en/2017/11/07/mageia-5-eol-postponed/ It only continued to get important security updates since then, because we were waiting for the big Plasma5 update in Mageia 6, that fixed many of the Mageia 5 => 6 upgrade issues. If you haven't seen that this bug got fixed, then please check whether this bug still exists in Mageia 6. If it does, then please change the Version (near the top, at the left) to "6". If you know it exists in Cauldron, then change Version to Cauldron. If you see it in both Cauldron and Mageia 6, then please set Version to Cauldron and add MGA6TOO on the Whiteboard. ==> If you didn't reset your password after february 2018, then you'll need to reset it here https://identity.mageia.org/forgot_password to be able to log in and comment in this report.<== Assignee:
jquelin =>
pkg-bugs (In reply to Oleg Bosis from comment #2) > Yes, it's fixed. Thanks for the feedback :-) Resolution:
(none) =>
FIXED |
Description of problem: I've just installed padre and noticed that it crashes when I select Help->About menu item. The console output: $ padre Can't locate Alien/wxWidgets.pm in @INC (you may need to install the Alien::wxWidgets module) (@INC contains: /home/olelukoie/.local/share/.padre/plugins /usr/lib/perl5/site_perl/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.20.1 /usr/lib/perl5/vendor_perl/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.20.1 /usr/lib/perl5/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/5.20.1 /usr/lib/perl5/site_perl/5.20.1 /usr/lib/perl5/site_perl/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.18.1 /usr/lib/perl5/site_perl/5.16.3 /usr/lib/perl5/site_perl/5.16.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.20.1 /usr/lib/perl5/vendor_perl/5.20.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.20.0 /usr/lib/perl5/vendor_perl/5.20.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.18.1 /usr/lib/perl5/vendor_perl/5.16.3 /usr/lib/perl5/vendor_perl/5.16.3 /usr/lib/perl5/vendor_perl/5.16.2 /usr/lib/perl5/vendor_perl/5.16.2 /usr/lib/perl5/vendor_perl/5.16.0 /usr/lib/perl5/vendor_perl/5.16.0 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/vendor_perl/5.20.1/Padre/Wx/Dialog/About.pm line 180. Perl exited with active threads: 2 running and unjoined 0 finished and unjoined 0 running and detached So it seems to require perl-Alien-wxWidgets package. The crash disappeared after I've installed this package manually. Version-Release number of selected component (if applicable): 1.0.0-6.mga5 How reproducible: always Steps to Reproduce: 1. Install padre and select Help->about menu item 2. 3.