Bug 508496
Summary: | Perl: symbol lookup error: .../Wx.so: undefined symbol: Perl_Guse_safe_putenv_ptr | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andri Möll <andri> |
Component: | perl-Wx | Assignee: | Tom "spot" Callaway <tcallawa> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | jvromans, kasal, kevin, perl-devel, rc040203, tcallawa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.91-5.fc11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-19 10:08:01 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 500959 |
Description
Andri Möll
2009-06-27 22:04:01 UTC
I've also run into this message. This problem was mentioned on win32 and fixed by this patch http://perl5.git.perl.org/perl.git/commit/3ecadf9 Might be a similar problem? Wrong link, anyway. The problem is that this perl-Wx doesn't work correctly when it's build with RPM_OPT_FLAGS. perl-Wx-0.91-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-Wx-0.91-2.fc11 (In reply to comment #2) > Wrong link, anyway. The problem is that this perl-Wx doesn't work correctly > when it's build with RPM_OPT_FLAGS. This is not a fix - actually you now entriely broke the package! Revert this change ASAP! +1, disabling RPM_OPT_FLAGS is NOT ALLOWED in Fedora! You need to fix the actual issue. Track down problem but I'm still unsure about the solution. Reported to upstream as: https://rt.cpan.org/Ticket/Display.html?id=47488 Since this stops *all* wxperl applications from running, I'd suggest to raise the priority/severity to at least 'high'. Actually, this turned out to be a problem in the main perl. The option -DPERL_USE_SAFE_PUTENV was specified via -Doptimize, not via -Accflags Once this was fixed in perl and perl-Wx was rebuilt against the new build of perl, the issue disappeared. Fixed in perl-Wx-0.91-4. Fix for F11 is on the way. perl-5.10.0-73.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-5.10.0-73.fc10 perl-5.10.0-73.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-5.10.0-73.fc9 perl-5.10.0-73.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-5.10.0-73.fc11 perl-Wx-0.91-5.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-Wx-0.91-5.fc11 perl-5.10.0-73.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. perl-5.10.0-73.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. perl-Wx-0.91-5.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |