CentOS Bug Tracker
CentOS Website

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003022 [CentOS-5] perl tweak always 2008-07-29 22:44 2008-07-31 09:57
Reporter ghellings View Status public  
Assigned To
Priority normal Resolution no change required  
Status closed   Product Version 5.2
Summary 0003022: perl-5.8.8-10.el5_2.3.rpm compiled without weak references
Description The latest version of perl was compiled without references. This is a change from previous versions and seems to be a mistake. Many CPAN modules are now useless.

perl -e "use Scalar::Util 'weaken';"
Weak references are not implemented in the version of perl at -e line 1
BEGIN failed--compilation aborted at -e line 1.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0007774)
range (administrator)
2008-07-30 11:03

Works here:

root@jumper:~# rpm -q perl
perl-5.8.8-10.el5_2.3.i386
root@jumper:~# perl -e "use Scalar::Util 'weaken';"
root@jumper:~#

The spec file diff is as follows:

[angenenr@shutdown SPECS]$diff perl.spec.0 perl.spec
8c8
< %define perlrel 10%{?dist}.2
---
> %define perlrel 10%{?dist}.3
177a178
> Patch40: perl-5.8.8-CVE-2008-1927.patch
392c393
<
---
> %patch40 -p1
596a598,601
> * Tue Jun 3 2008 Marcela Maslanova <mmaslano@redhat.com> - 4:5.8.8-10.el5.3
> - CVE-2008-1927 perl: double free on regular expressions with utf8 characters
> - Resolves: #449323
>

So I don't see where the difference to perl-5.8.8-10.el5_0.2 should be in there.
(0007778)
jhughes@hughesjr.com (administrator)
2008-07-30 21:48

[root@localhost SOURCES]# rpm -q perl
perl-5.8.8-10.el5_2.3

[root@localhost SOURCES]# perl -e "use Scalar::Util 'weaken';"

also works OK for me here
(0007780)
ghellings (reporter)
2008-07-30 22:33

Problem on my end, tried it from another machine and I'm not having the problem. Someone here must having manually installed something from the CPAN. Sorry.
(0007782)
range (administrator)
2008-07-31 09:57

Okay, closing this ticket.

- Issue History
Date Modified Username Field Change
2008-07-29 22:44 ghellings New Issue
2008-07-29 22:44 ghellings Assigned To => kbsingh@karan.org
2008-07-30 11:03 range Note Added: 0007774
2008-07-30 11:03 range Assigned To kbsingh@karan.org => range
2008-07-30 11:03 range Status new => feedback
2008-07-30 21:48 jhughes@hughesjr.com Note Added: 0007778
2008-07-30 22:33 ghellings Note Added: 0007780
2008-07-31 09:57 range Status feedback => closed
2008-07-31 09:57 range Note Added: 0007782
2008-07-31 09:57 range Resolution open => no change required


Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker