From owner-freebsd-perl@freebsd.org Wed Aug 30 19:32:12 2017 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 0B630E08A61 for ; Wed, 30 Aug 2017 19:32:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DAA3B7CB88 for ; Wed, 30 Aug 2017 19:32:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D8BFBE08A5E; Wed, 30 Aug 2017 19:32:11 +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 D81AAE08A5D for ; Wed, 30 Aug 2017 19:32:11 +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 BEB217CB83 for ; Wed, 30 Aug 2017 19:32:11 +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 v7UJWBMD053109 for ; Wed, 30 Aug 2017 19:32:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 221947] math/p5-Math-Pari linker error TLS definition mismatches non-TLS reference Date: Wed, 30 Aug 2017 19:32:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: mg@fork.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: 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.23 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, 30 Aug 2017 19:32:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221947 Bug ID: 221947 Summary: math/p5-Math-Pari linker error TLS definition mismatches non-TLS reference Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: perl@FreeBSD.org Reporter: mg@fork.pl Flags: maintainer-feedback?(perl@FreeBSD.org) Assignee: perl@FreeBSD.org Created attachment 185934 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185934&action= =3Dedit 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=3D"/usr/local/lib" cc -shared -L/usr/local/lib/perl5/5.24/mac= h/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=3D/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. --=20 You are receiving this mail because: You are the assignee for the bug.=