From owner-freebsd-perl@freebsd.org Wed Apr 25 03:21:56 2018 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAB1FFBBAC0 for ; Wed, 25 Apr 2018 03:21:55 +0000 (UTC) (envelope-from joel@tahoestores.com) Received: from que001-public.msg.strl.va.charter.net (que001-public.msg.strl.va.charter.net [68.114.190.38]) by mx1.freebsd.org (Postfix) with ESMTP id 91F078CA75 for ; Wed, 25 Apr 2018 03:21:55 +0000 (UTC) (envelope-from joel@tahoestores.com) Received: from impout001 ([68.114.189.16]) by mtaout005.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20180425030026.LWAY7356.mtaout005.msg.strl.va.charter.net@impout001>; Tue, 24 Apr 2018 22:00:26 -0500 Received: from i74790k ([71.89.246.200]) by impout001 with charter.net id eT0E1x00Q4L9CBr01T0FCx; Tue, 24 Apr 2018 22:00:26 -0500 X-Authority-Analysis: v=2.2 cv=ffHd8wYF c=1 sm=1 tr=0 a=1EZ5bGs4BQahZK/oSpR8qQ==:117 a=1EZ5bGs4BQahZK/oSpR8qQ==:17 a=DAwyPP_o2Byb1YXLmDAA:9 a=wyjpycHzAAAA:8 a=96qz_CHkAAAA:8 a=tuwVxsWgXNPl-_tMqPsA:9 a=tsWFVFwnVNyaCCquLrwjk5imE8M=:19 a=CjuIK1q_8ugA:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=1Iu_1xQzPcjQtxLZTUQA:9 a=gKO2Hq4RSVkA:10 a=UiCQ7L4-1S4A:10 a=hTZeC7Yk6K0A:10 a=frz4AuCg-hUA:10 a=ROKTiUA5NBresHysc1Cf:22 a=DVMd9mA6FKm4fyX10g_T:22 X-Auth-id: dGFob2V3ZWJtYXN0ZXJAY2hhcnRlci5uZXQ= From: "Joel Rodriguez" To: Cc: Subject: Perl lib version (5.26.2) doesn't match executable Date: Tue, 24 Apr 2018 20:00:13 -0700 Message-ID: <007f01d3dc41$8eddc580$ac995080$@tahoestores.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdPcQXhiV0rFy5jFTZ6WYi2jOss7RQ== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 25 Apr 2018 03:21:56 -0000 Hello, I am having an issue with the FREEBSD 10.3-RELEASE-p11 port build of perl-5.26.2. I am getting the following fatal error: --- pod/perltoc.pod --- LD_LIBRARY_PATH=/usr/ports/lang/perl5.26/work/perl-5.26.2 ./perl -Ilib -I. -f pod/buildtoc -q pod/buildtoc: Perl lib version (5.26.2) doesn't match executable '/usr/ports/lang/perl5.26/work/perl-5\ .26.2/perl' version (5.26.1) at lib/Config.pm line 62. Compilation failed in require at lib/locale.pm line 4. BEGIN failed--compilation aborted at lib/locale.pm line 4. Compilation failed in require at pod/buildtoc line 10. BEGIN failed--compilation aborted at pod/buildtoc line 10. *** [pod/perltoc.pod] Error code 255 When I check: >tahoestores# /usr/ports/lang/perl5.26/work/perl-5.26.2/perl -v > >This is perl 5, version 26, subversion 1 (v5.26.1) built for amd64-freebsd-thread-multi > >Copyright 1987-2017, Larry Wall Yes, indeed the version of perl that was built reports itself, presumable, incorrectly. I ran a "perlbug" and received a response that they didn't feel like this was their responsibility, suggesting I look elsewhere for help. The port build used the port found at https://cpan.metacpan.org/modules/by-module/../../src/5.0/perl-5.26.2.tar.xz The makefile output may be reviewed at https://tahoestores.net/makefile.err A report of all port installations may be reviewed at https://tahoestores.net/pkg-version.err Thank you Joel