From owner-freebsd-stable@FreeBSD.ORG Sat Aug 3 19:12:07 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F01C0492 for ; Sat, 3 Aug 2013 19:12:07 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from batman.home4u.ch (batman.home4u.ch [IPv6:2001:8a8:1005:1::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DEAA2B01 for ; Sat, 3 Aug 2013 19:12:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at home4u.ch Received: from flashback.wenks.ch (fabian@flashback.wenks.ch [IPv6:2001:8a8:1005:1:223:dfff:fedf:13c9]) (authenticated bits=0) by batman.home4u.ch (8.14.5/8.14.5) with ESMTP id r73JC3c2061613 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sat, 3 Aug 2013 21:12:03 +0200 (CEST) (envelope-from fabian@wenks.ch) Message-ID: <51FD5603.7040408@wenks.ch> Date: Sat, 03 Aug 2013 21:12:03 +0200 From: Fabian Wenk User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object after freebsd-update References: <51F8CEB1.2090801@webmail.sub.ru> In-Reply-To: <51F8CEB1.2090801@webmail.sub.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 19:12:08 -0000 Hello Alex On 31.07.2013 10:45, Alex Povolotsky wrote: > Hello > > I've updated (with freebsd-update) an old 7.3 to 9.1-RELEASE and now I > cannot build at least one port. > ===> Compilation failed unexpectedly. > > Googling did not yield anything useful. What should I check and fix? Did you install the compat7x package for 9.1? If not, then download it from [1] (for an amd64 system) and use the following command to install: pkg_add compat7x-amd64-7.3.703000.201008_1.tbz [1] ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.1-release/misc/compat7x-amd64-7.3.703000.201008_1.tbz Then you should also rebuild all installed Ports, as it is noted in the documentation. bye Fabian