From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 18:41:23 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 7EF541065670; Mon, 4 Oct 2010 18:41:23 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-ww0-f68.google.com (mail-ww0-f68.google.com [74.125.82.68]) by mx1.freebsd.org (Postfix) with ESMTP id E2F1B8FC13; Mon, 4 Oct 2010 18:41:22 +0000 (UTC) Received: by wwi17 with SMTP id 17so1913725wwi.7 for ; Mon, 04 Oct 2010 11:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zFqrmy6vcKN7uX+P8FGxGGS8ypO76HMsK5Zd/q+UkrM=; b=cNWXWrcXUldTtcPC90yLc0CjAQ4QQa+7gXtpx7WfhgiLnGpug4nxjpaUvd45Ecuoub O8wSL37hJ0DE+gOiTBG6CTDSttSIFxKR1G4mQebaLYbmvnipXXKq/b/r6YJb/xMyJKcD iPZtadKaL3y2ImfGkX4VZjCzgA+iBEfm9dszQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=mKn5jzS5ywezFT66f1ospcLMSG42DRMe3gi+ScAt2d9XPNcSvxflJysxegMqkMhz5w VpunJQXatPIl5tVUGqd8vvq8Oine2AKHy21cNVKKwaZoK8qQVSIYaNrstlSgD13BKqFX ImyDdGA/yAlDGOErotSZuDVR/gLtjwkC5yECc= Received: by 10.216.90.132 with SMTP id e4mr8088042wef.73.1286217680799; Mon, 04 Oct 2010 11:41:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.181.142 with HTTP; Mon, 4 Oct 2010 11:41:00 -0700 (PDT) In-Reply-To: <4CA904FB.4040105@FreeBSD.org> References: <20101003134111.GA98699@oriental.arm.org> <4CA89F6B.8050108@FreeBSD.org> <4CA904FB.4040105@FreeBSD.org> From: Renato Botelho Date: Mon, 4 Oct 2010 15:41:00 -0300 Message-ID: To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: dlt@mebtel.net, 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: Mon, 04 Oct 2010 18:41:23 -0000 On Sun, Oct 3, 2010 at 7:34 PM, Dimitry Andric wrote: > 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. =A0The 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? Same problem here with this patch --=20 Renato Botelho