Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 23:15:17 GMT
From:      Marcello Coutinho <marcellocoutinho@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/170124: perl extension included in spread-src is broken
Message-ID:  <201207242315.q6ONFHVS027735@red.freebsd.org>
Resent-Message-ID: <201207242320.q6ONK2rE095084@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170124
>Category:       misc
>Synopsis:       perl extension included in spread-src is broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 23:20:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Marcello Coutinho
>Release:        8.3
>Organization:
>Environment:
FreeBSD bsd816.trf1.gov.br 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
spread.pm module return errors after package install

Invalid version format (non-numeric data) at /usr/pbi/proxy_mod_security-amd64/lib/perl5/5.14.2/mach/DynaLoader.pm line 213.
Compilation failed in require at ./httpd-guardian.pl line 101.
BEGIN failed--compilation aborted at ./httpd-guardian.pl line 101.

>How-To-Repeat:
just install spread port and test the module on perl 


cat /root/teste.pl 
#####################
#!/usr/bin/perl

use Spread;
#####################
>Fix:
I'm not that good on port patches but if port's can download latest module version from cpan http://search.cpan.org/CPAN/authors/id/J/JE/JESUS/Spread-3.17.4.4.tar.gz
extract it on work/spread-src-3.17.4/perl/Spread to replace old version
remove current patch file rm -f files/patch-perl__Spread__Spread.pm

it will compile and run correctly.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207242315.q6ONFHVS027735>