From owner-freebsd-perl@freebsd.org Wed Aug 30 19:32:11 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 B6AD6E08A5C for ; Wed, 30 Aug 2017 19:32:11 +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 9B25A7CB7A for ; Wed, 30 Aug 2017 19:32:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9A7B9E08A5B; 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 9A141E08A5A 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 88C3F7CB75 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 v7UJWBMB053109 for ; Wed, 30 Aug 2017 19:32:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: maintainer-feedback requested: [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-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: 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:11 -0000 Marcin Gryszkalis has reassigned Bugzilla Automation 's request for maintainer-feedback to perl@FreeBSD.or= g: Bug 221947: math/p5-Math-Pari linker error TLS definition mismatches non-TLS reference https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221947 --- Description --- 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.