From owner-freebsd-ports@FreeBSD.ORG Mon Dec 31 13:42:13 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 896BAC87 for ; Mon, 31 Dec 2012 13:42:13 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 2939723CEA9 for ; Mon, 31 Dec 2012 14:42:13 +0100 (CET) Message-ID: <50E19635.4020908@FreeBSD.org> Date: Mon, 31 Dec 2012 14:42:13 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: xfig build failure on amd64 with clang, possibly imake problem? References: <201212311336.qBVDa9sn048483@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201212311336.qBVDa9sn048483@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Mon, 31 Dec 2012 13:42:13 -0000 Am 31.12.2012 14:36, schrieb Anton Shterenlikht: > From utisoft@gmail.com Mon Dec 31 13:34:27 2012 > > Yes. > > imake doesn't run properly if built with clang; you must build with GCC/g++. > > Chris > > So is this something for the port maintaner (x11@) > to sort out? > Yes, and I've already mailed them. In the meanwhile, this should get you going: cd /usr/ports/devel/imake make -DNOCLEANDEPENDS clean make USE_GCC=any all deinstall install clean cd /usr/ports/graphics/xfig make clean make install clean This procedure worked for me on 9.1-RELEASE amd64, where it would fail when imake was built with clang (from ports), as Chris already confirmed.