From owner-freebsd-perl@freebsd.org Wed Jul 6 12:33:19 2016 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27879B75AC2 for ; Wed, 6 Jul 2016 12:33:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0FC4E1EEE for ; Wed, 6 Jul 2016 12:33:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0B6F5B75AC1; Wed, 6 Jul 2016 12:33:19 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08CC8B75AC0 for ; Wed, 6 Jul 2016 12:33:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C3E761EEC for ; Wed, 6 Jul 2016 12:33:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u66CXIij096673 for ; Wed, 6 Jul 2016 12:33:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 209173] lang/perl5.22: port build has inappropriate use of -Wl, -R/usr/local/lib/perl5/5.22/mach/CORE before the update libperl.so.5.22.2 is there to use (11.0-CURRENT in use) Date: Wed, 06 Jul 2016 12:33:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Unable to Reproduce X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.22 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, 06 Jul 2016 12:33:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209173 --- Comment #15 from Mark Millard --- (In reply to Mathieu Arnold from comment #14) Actually LD_LIBRARY_PATH not overriding the -WL,-R/. . . path correctly co= uld be an explanation for when I reported. . . --- pod/perltoc.pod --- LD_LIBRARY_PATH=3D/usr/obj/portswork/usr/ports/lang/perl5.22/work/perl\-5.2= 2.2=20 ./perl -Ilib -f pod/buildtoc -q pod/buildtoc: Perl lib version (5.22.2) doesn't match executable '/usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.22.2/perl' version (5.22.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 make[2]: stopped in /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl-5.= 22.2 1 error In other words: it did not pick up the library from /usr/obj/portswork/usr/ports/lang/perl5.22/work/perl\-5.22.2 but might have instead still used the -WL,-R/. . . path. This could be (have been?) TARGET_ARCH specific if it was true at the time. Your poudriere log does show the -Wl,-R/. . . path's that I reported. So the manual run (without script output or such for review) likely did as well. --=20 You are receiving this mail because: You are the assignee for the bug.=