From owner-freebsd-current@FreeBSD.ORG Sun Oct 3 22:34:29 2010 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C1A1065673 for ; Sun, 3 Oct 2010 22:34:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 46B9F8FC14 for ; Sun, 3 Oct 2010 22:34:29 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:9dad:5e85:9a1:37cf] (unknown [IPv6:2001:7b8:3a7:0:9dad:5e85:9a1:37cf]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 2CD185C43; Mon, 4 Oct 2010 00:34:28 +0200 (CEST) Message-ID: <4CA904FB.4040105@FreeBSD.org> Date: Mon, 04 Oct 2010 00:34:35 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.12pre) Gecko/20101001 Lanikai/3.1.5pre MIME-Version: 1.0 To: dlt@mebtel.net References: <20101003134111.GA98699@oriental.arm.org> <4CA89F6B.8050108@FreeBSD.org> In-Reply-To: <4CA89F6B.8050108@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org Subject: Re: Another clang problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 03 Oct 2010 22:34:29 -0000 On 2010-10-03 17:21, Dimitry Andric wrote: > Since gnash has about a gazillion dependencies, and I have the idea that > after 12 hours of building stuff, I will not be able to reproduce your > error message anyway, could you please post it (or upload it, if it is > very large)? I cannot reproduce your problem, even after installing the gazillion dependencies. :) However, gnash has the same problem that a lot of other ports have: its configure script assumes the verbose output of a linking command has a certain format. The end result is almost always a linking error "hidden symbol `__dso_handle' in /usr/lib/crtbegin.o is referenced by DSO", or similar. That problem should be fixed by this patch: http://www.andric.com/freebsd/clang/graphics-gnash-clang.diff There is also a chance this might fix your issue, can you please try it out?