xfig build failure on amd64 with clang, possibly imake problem?
Matthias Andree
mandree at FreeBSD.org
Mon Dec 31 13:42:13 UTC 2012
Am 31.12.2012 14:36, schrieb Anton Shterenlikht:
> From utisoft at 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.
More information about the freebsd-ports
mailing list