Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 09:49:37 +0200
From:      Philippe =?iso-8859-1?Q?Aud=E9oud?= <jadawin@tuxaco.net>
To:        Max <bbmc@bpsw.biz>
Cc:        perl@freebsd.org
Subject:   Re: p5-Net-SSLeay install error
Message-ID:  <20140606074937.GD68630@tuxaco.net>
In-Reply-To: <C2F90C12-B1D7-4B01-B28C-1B4AA2F7ED08@bpsw.biz>
References:  <8B274252-AF51-4FD5-B421-F6577B1C4C05@bpsw.biz> <C2F90C12-B1D7-4B01-B28C-1B4AA2F7ED08@bpsw.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
idem to my previous answer!

On Fri, 06 Jun 2014, Max wrote:

> 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
> > 
> > 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@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
> 
> _______________________________________________
> freebsd-perl@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-perl
> To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org"



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