Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 00:34:13 -0700
From:      Max <bbmc@bpsw.biz>
To:        perl@freebsd.org
Subject:   p5-Net-SSLeay install error
Message-ID:  <C2F90C12-B1D7-4B01-B28C-1B4AA2F7ED08@bpsw.biz>
References:  <8B274252-AF51-4FD5-B421-F6577B1C4C05@bpsw.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
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@bpsw.biz>
> Subject: p5-HTML-Parser install error
> Date: June 6, 2014 12:27:29am PDT
> To: jadawin@freebsd.org
>=20
> Hello -
>=20
> 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@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>=20
> with perl 5.20, I get the following error during the "make install":
>=20
> pkg-static: =
lstat(/usr/ports/www/p5-HTML-Parser/work/stage/usr/local/lib/perl5/site_pe=
rl/5.20/mach/auto/HTML/Parser/Parser.bs): No such file or directory
> ***
>=20
> 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 -
>=20
> --- 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
>=20
> 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??
>=20
> Anyway, just wanted to pass this on.  Thanks.
>=20
> - Max




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C2F90C12-B1D7-4B01-B28C-1B4AA2F7ED08>