Date: Tue, 7 May 2013 06:50:01 GMT From: Kimmo Paasiala <kpaasial@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/172361: lang/gnustep-base fail to configure with clang Message-ID: <201305070650.r476o13w062566@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/172361; it has been noted by GNATS. From: Kimmo Paasiala <kpaasial@gmail.com> To: bug-followup@FreeBSD.org, fiziologus@gmail.com Cc: Subject: Re: ports/172361: lang/gnustep-base fail to configure with clang Date: Tue, 7 May 2013 09:43:15 +0300 I ran into this same problem trying to build lang/gnustep-base on 9.1-RELEASE i386 with clang as the compiler. Looking at the build log from poudriere I noticed something interesting, "CPP=clang-cpp" in my /etc/make.conf is respected trough the configure process mostly but suddenly it gets set to "clang -E" which is wrong obviously. Hope this helps in trying to track down the problem. ## ----------------- ## ## Output variables. ## ## ----------------- ## BASE_NATIVE_OBJC_EXCEPTIONS='' BASE_NONFRAGILE_ABI='0' CC='clang' CFLAGS='-O2 -pipe -fstack-protector -I/usr/local/include/libxml2/libxml -DHAVE_DLADDR=1 -I/usr/local/include -DOBJC2RUNTIME=1 -fno-strict-aliasing' CPP='clang -E' CPPFLAGS=' -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/include -fgnu-runtime -x objective-c' ... -Kimmo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305070650.r476o13w062566>