From owner-freebsd-ports@FreeBSD.ORG Sun May 19 07:45:45 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 3E831518; Sun, 19 May 2013 07:45:45 +0000 (UTC) (envelope-from edschouten@gmail.com) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) by mx1.freebsd.org (Postfix) with ESMTP id BEBF8D52; Sun, 19 May 2013 07:45:44 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id id13so4609349vcb.37 for ; Sun, 19 May 2013 00:45:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=czmogvKIEgEDE8hwFS0flbw9WXTVDS6HQ+ky5hHe9ng=; b=xKfSMOFk1eLYQ369PMc50qTXV5TTJVXeHExyRvB38nwXVFLav9sWjLjDKz08/kHQM6 7nJj8Gr7D9PaH3wfyMnMf31V6x9lV7RNmpxa0x9ZzR1dyz7OfIYjw7A2G7Q1+7a39i1a h8j7EhUzvpFavPk9O7hWUT1V1ch90S0aXtwEOy1b22WbJZu6w1m2DGRbNrXWSEjOeXMo FjJllMqD1w+JU56blOWUu9B5mVZnSbk3nj7rZ+VUrxY5hJX3YQmtj1FQsoMaUFXFseIH SvTuoCWz8x86BrzEaAHrccs4WjPZBd2RGmBFocIQzNVPZDVeVFX3ZDl4w3Zooh9bA4yQ rHlA== MIME-Version: 1.0 X-Received: by 10.52.95.103 with SMTP id dj7mr27264927vdb.25.1368949538315; Sun, 19 May 2013 00:45:38 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.220.72.7 with HTTP; Sun, 19 May 2013 00:45:38 -0700 (PDT) In-Reply-To: <519863B1.7060605@FreeBSD.org> References: <51939AED.3060101@passap.ru> <20130517.002947.1701276844396231864.hrs@allbsd.org> <519863B1.7060605@FreeBSD.org> Date: Sun, 19 May 2013 09:45:38 +0200 X-Google-Sender-Auth: xXQJeP6CTI8rL4WAAMQ2jf5BfEQ Message-ID: 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 From: Ed Schouten To: Steve Wills Content-Type: text/plain; charset=UTF-8 Cc: David Chisnall , 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 07:45:45 -0000 Hi Steve, 2013/5/19 Steve Wills : > I had a similar issue with devel/kBuild recently. It may be due to > -Dlint getting passed to the build. See this rev: > > [...] > > 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. This is a bit of a weird issue, which I didn't expect. It seems that we have various ports that actually *compile* code using -Dlint. I thought it was only used by tools like xlint, which only process source code. I've reverted the change to sys/cdefs.h. Thanks for reporting the issue! -- Ed Schouten