[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)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 6 12:33:19 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209173
--- Comment #15 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Mathieu Arnold from comment #14)
Actually LD_LIBRARY_PATH not overriding the -WL,-R/. . . path correctly could
be an explanation for when I reported. . .
--- pod/perltoc.pod ---
LD_LIBRARY_PATH=/usr/obj/portswork/usr/ports/lang/perl5.22/work/perl\-5.22.2
./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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-perl
mailing list