From owner-freebsd-current@FreeBSD.ORG Mon May 27 17:21:24 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 969608A0 for ; Mon, 27 May 2013 17:21:24 +0000 (UTC) (envelope-from dt71@gmx.com) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by mx1.freebsd.org (Postfix) with ESMTP id 374C0FA3 for ; Mon, 27 May 2013 17:21:24 +0000 (UTC) Received: from [192.168.1.80] ([78.92.216.13]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LlpJU-1U7gM81bWq-00ZRJS for ; Mon, 27 May 2013 19:21:16 +0200 Message-ID: <51A39602.7010604@gmx.com> Date: Mon, 27 May 2013 19:21:06 +0200 From: dt71@gmx.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Building of libc in /usr/src/lib/libc results in error References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:WGCMGd8J/8yArS3BSs31xaE7iJvocCYtRHnCnZ+wObjcczwtZzK yOHUdLQ5uR/VJaZkdVM2WkN+A4HJ/PKaQ6uWsXqxkbFAAhuDQWKyuQW5rIlKNA7px7BJtY4 22SDXQF0jAcPhZCW4f3ki/rrMcvt9ZWYdsNBqLviyyC6+s4eU93VFnFJK6d4+t2VUciZvsI Dr0v7sNcLTE5dxqeDavIw== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 17:21:24 -0000 On 05/27/2013 02:28, Super Bisquit wrote: > building shared library libc.so.7 > /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object. I have run into this issue multiple times in the past -- its occurrence seems to be correlated with header updates. As an instant workaround, you can add ALLOW_SHARED_TEXTREL=1 to /etc/make.conf for one buildworld&installworld run, and then do another run, for which ALLOW_SHARED_TEXTREL=1 will empirically not be required.