maintainer-feedback requested: [Bug 221947] math/p5-Math-Pari linker error TLS definition mismatches non-TLS reference

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 30 19:32:11 UTC 2017


Marcin Gryszkalis <mg at fork.pl> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to perl at FreeBSD.org:
Bug 221947: math/p5-Math-Pari linker error TLS definition mismatches non-TLS
reference
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221947



--- Description ---
Created attachment 185934
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185934&action=edit
p5-Math-Pari build log

(full log attached)

--- blib/arch/auto/Math/Pari/Pari.so ---
rm -f blib/arch/auto/Math/Pari/Pari.so

LD_RUN_PATH="/usr/local/lib" cc  -shared  -L/usr/local/lib/perl5/5.24/mach/CORE
-lperl -L/usr/local/lib -fstack-protector Pari.o  -o
blib/arch/auto/Math/Pari/Pari.so    -lm
-L/usr/ports/math/p5-Math-Pari/work/pari-2.3.5/build
-Wl,-rpath=/usr/local/lib/perl5/site_perl/mach/5.24/auto/Math/Pari -lpari

/usr/bin/ld: bernzone: TLS definition in /usr/local/lib/libpari.so section
.tbss mismatches non-TLS reference in Pari.o

/usr/local/lib/libpari.so: could not read symbols: Bad value

cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [blib/arch/auto/Math/Pari/Pari.so] Error code 1



I have math/pari installed (2.9.3,2) and /usr/local/lib/libpari.so belongs to
it.

Installing Math::Pari with cpan works.


More information about the freebsd-perl mailing list