p5-Net-SSLeay install error

Max bbmc at bpsw.biz
Fri Jun 6 07:34:21 UTC 2014


Please see issue below.  I'm having the same problem with p5-Net-SSLeay (missing *.bs file).  Here's a diff for p5-Net-SSLeay that  corrects the issue for me.  Any idea what the issue is??

Thanks.

- Max

--- pkg-plist.orig      2014-06-06 00:29:50.000000000 -0700
+++ pkg-plist   2014-06-06 00:29:55.000000000 -0700
@@ -4,7 +4,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/SSLeay/Handle.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/SSLeay.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/SSLeay.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/autosplit.ix
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLeay/debug_read.al


Begin forwarded message:

> From: Max <bbmc at bpsw.biz>
> Subject: p5-HTML-Parser install error
> Date: June 6, 2014 12:27:29am PDT
> To: jadawin at freebsd.org
> 
> Hello -
> 
> When I build p5-HTML-Parser on:
> FreeBSD ip-10-0-5-5 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> with perl 5.20, I get the following error during the "make install":
> 
> pkg-static: lstat(/usr/ports/www/p5-HTML-Parser/work/stage/usr/local/lib/perl5/site_perl/5.20/mach/auto/HTML/Parser/Parser.bs): No such file or directory
> ***
> 
> Apparently I don't have a *.bs file in the work directory; just an *.so.  If I modify the plist file to remove the *.bs, then the install succeeds and the module seems to work fine (use HTML::Parser works).  Here's a patch -
> 
> --- pkg-plist.old       2014-06-06 00:18:06.000000000 -0700
> +++ pkg-plist   2014-06-06 00:18:11.000000000 -0700
> @@ -6,7 +6,6 @@
> %%SITE_PERL%%/%%PERL_ARCH%%/HTML/PullParser.pm
> %%SITE_PERL%%/%%PERL_ARCH%%/HTML/TokeParser.pm
> %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/.packlist
> -%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Parser.bs
> %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Parser.so
> %%PERL5_MAN3%%/HTML::Entities.3.gz
> %%PERL5_MAN3%%/HTML::Filter.3.gz
> 
> I'm not sure what exactly is causing this, but just wanted to let you know.  Maybe it's FreeBSD 10?  Maybe it's perl 5.20?  Perhaps this is related to ports/183305??
> 
> Anyway, just wanted to pass this on.  Thanks.
> 
> - Max



More information about the freebsd-perl mailing list