Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jul 2016 12:33:18 +0000
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)
Message-ID:  <bug-209173-14331-sAVeqTmpuE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209173-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209173-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209173

--- Comment #15 from Mark Millard <markmi@dsl-only.net> ---
(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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209173-14331-sAVeqTmpuE>