From owner-freebsd-ports@FreeBSD.ORG Sun May 19 05:31:49 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B798E646; Sun, 19 May 2013 05:31:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 7922DA46; Sun, 19 May 2013 05:31:49 +0000 (UTC) Received: from meatwad.mouf.net (cpe-098-122-135-254.nc.res.rr.com [98.122.135.254]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id r4J5VTZb049623 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sun, 19 May 2013 05:31:36 GMT (envelope-from swills@FreeBSD.org) Message-ID: <519863B1.7060605@FreeBSD.org> Date: Sun, 19 May 2013 05:31:29 +0000 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130413 Thunderbird/17.0.5 MIME-Version: 1.0 To: Hiroki Sato Subject: Re: [texlive, FreeBSD 10.x-amd64] build error: _ThreadRuneLocale: TLS definition in /usr/lib/libc.so section .tbss mismatches non-TLS reference in gsftopk.o References: <51939AED.3060101@passap.ru> <20130517.002947.1701276844396231864.hrs@allbsd.org> In-Reply-To: <20130517.002947.1701276844396231864.hrs@allbsd.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sun, 19 May 2013 05:31:42 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.7 at mouf.net X-Virus-Status: Clean Cc: David Chisnall , Ed Schouten , bsam@passap.ru, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 05:31:49 -0000 On 05/16/13 15:29, Hiroki Sato wrote: > Boris Samorodov wrote > in <51939AED.3060101@passap.ru>: > > bs> Hi, > bs> > bs> I've got an error while building texlive-base at fresh CURRENT: > bs> ----- > bs> % uname -a > bs> FreeBSD BB049.int.wart.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #21 r250633: > bs> Tue May 14 13:53:42 SAMT 2013 > bs> bsam@BB049.int.wart.ru:/usr/obj/usr/src/sys/BB64X amd64 > bs> ----- > bs> > bs> I have "TEX_DEFAULT=texlive" at the /etc/make.conf. > bs> > bs> Here is a tail of te log (full log 719 KB > bs> ftp://ftp.wart.ru/pub/FreeBSD/errorlogs/texlive.make.log.txt ): > > Thank you for the report. I am trying to reproduce this now. > I had a similar issue with devel/kBuild recently. It may be due to -Dlint getting passed to the build. See this rev: http://svnweb.freebsd.org/base/head/sys/sys/cdefs.h?annotate=250623&pathrev=250623#l296 which defines _Thread_local as empty when lint is defined. This then affects runetype.h: http://svnweb.freebsd.org/base/head/include/runetype.h?annotate=232498&pathrev=250623#l92 I'm not sure if this is a bug in cdefs.h, runetype.h or things building with -Dlint or none of the above. Comments would be appreciated. Steve