From owner-freebsd-perl@FreeBSD.ORG Fri Jun 6 07:49:39 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65A56223 for ; Fri, 6 Jun 2014 07:49:39 +0000 (UTC) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3075320F4 for ; Fri, 6 Jun 2014 07:49:39 +0000 (UTC) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id B7DD6228D3; Fri, 6 Jun 2014 09:49:37 +0200 (CEST) Date: Fri, 6 Jun 2014 09:49:37 +0200 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: Max Subject: Re: p5-Net-SSLeay install error Message-ID: <20140606074937.GD68630@tuxaco.net> References: <8B274252-AF51-4FD5-B421-F6577B1C4C05@bpsw.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: perl@freebsd.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 07:49:39 -0000 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 > > 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"