From owner-freebsd-perl@FreeBSD.ORG Fri Jun 6 07:34:21 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B5F0E7F for ; Fri, 6 Jun 2014 07:34:21 +0000 (UTC) Received: from mx1.bpsw.biz (j32u.x.rootbsd.net [199.48.134.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D183D2FC0 for ; Fri, 6 Jun 2014 07:34:20 +0000 (UTC) Received: from mx1.bpsw.biz (localhost [127.0.0.1]) by mx1.bpsw.biz (Postfix) with ESMTP id 7D1A430284E for ; Fri, 6 Jun 2014 00:34:18 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on jr.bpsw.biz X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE autolearn=ham version=3.3.2 X-Spam-Trusted-Relays: [ ip=10.0.1.3 rdns=bkup helo=mail.bpsw.biz by=mx1.bpsw.biz ident= envfrom= intl=1 id=56EE730284B auth= msa=0 ] [ ip=127.0.0.1 rdns=localhost helo=mail.bpsw.biz by=mail.bpsw.biz ident= envfrom= intl=1 id=33F5ACF10C6 auth= msa=0 ] [ ip=67.166.81.173 rdns=c-67-166-81-173.hsd1.or.comcast.net helo=!10.190.248.54! by=mail.bpsw.biz ident= envfrom= intl=1 id=0DB5BCF0E13 auth=ESMTPSA msa=0 ] X-Spam-Untrusted-Relays: X-Spam-Language: X-Spam-Relay-Country: X-Spam-Score: -2.9 Received: from mail.bpsw.biz (bkup [10.0.1.3]) by mx1.bpsw.biz (Postfix) with ESMTPS id 56EE730284B for ; Fri, 6 Jun 2014 00:34:18 -0700 (PDT) Received: from mail.bpsw.biz (localhost [127.0.0.1]) by mail.bpsw.biz (Postfix) with ESMTP id 33F5ACF10C6 for ; Fri, 6 Jun 2014 00:34:12 -0700 (PDT) Received: from [10.190.248.54] (c-67-166-81-173.hsd1.or.comcast.net [67.166.81.173]) by mail.bpsw.biz (Postfix) with ESMTPSA id 0DB5BCF0E13 for ; Fri, 6 Jun 2014 00:34:12 -0700 (PDT) From: Max Subject: p5-Net-SSLeay install error Date: Fri, 6 Jun 2014 00:34:13 -0700 References: <8B274252-AF51-4FD5-B421-F6577B1C4C05@bpsw.biz> To: perl@freebsd.org Message-Id: Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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:34:21 -0000 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 >=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