Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 14:42:13 +0100
From:      Matthias Andree <mandree@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: xfig build failure on amd64 with clang, possibly imake problem?
Message-ID:  <50E19635.4020908@FreeBSD.org>
In-Reply-To: <201212311336.qBVDa9sn048483@mech-cluster241.men.bris.ac.uk>
References:  <201212311336.qBVDa9sn048483@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50E19635.4020908>