Bug 455410
| Summary: | Massive error messages and interrupting reverting of multiple local changes | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Wittig <mail> |
| Component: | perl-SVK | Assignee: | Ian Burrell <ianburrell> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | kasal, perl-devel, warlord |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-01-21 21:39:15 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: | 480502 | ||
| Bug Blocks: | |||
|
Description
Frank Wittig
2008-07-15 13:08:58 UTC
The "Name used only once" message is a warning. It seems to come from loading SVN::Core (from subversion-perl package). The "Attempt to free unreferenced scalar" and the locking are more serious errors. I would suggest reporting the error upstream at http://rt.cpan.org/Public/Dist/Display.html?Name=SVK. Reported upstream: http://rt.cpan.org/Public/Bug/Display.html?id=37715 "Attempt to free unreferenced scalar" is likely to be fixed by: http://public.activestate.com/cgi-bin/perlbrowse/p/34025 as solution for bug http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934 The other probably hapens with just subversion when doing make check-swig-pl (don't have fedora to test but it happens on other distro): ../../../../../subversion/bindings/swig/perl/native/t/6ra..............Name "swig_runtime_data::type_pointer3" used only once: possible typo at /usr/lib64/perl5/5.10.0/x86_64-xyz-linux-thread-multi/DynaLoader.pm line 226. The other problem: Name "swig_runtime_data::type_pointer3" used only once: possible typo at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 226. is files as bug #473407. Note that this is still a problem in Fedora 10. If the patch from comment #3 fixes this problem any chance we could see this in F10? And maybe an SVK rebuild for F10 too? Unfortunately, the patch in comment #3 that fixes perl bug #54934 is to PerlIO::via which is in the perl package. It will have to be applied there. It sounds like newer version of PerlIO::via::dynamic may have a workaround for the bug in 5.10.0. I will build the newest version of SVK. I added a bug (#480502) to the perl package to get the fix for PerlIO::via applied on the main perl package. perl-5.10.0-53.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-5.10.0-53.fc10 Yep, this definitely fixes all the problems I was seeing, except the "swig_runtime_data" warning. But that's bug #473407. I'll go mark some karma. perl-5.10.0-53.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |