Date: Tue, 6 Nov 2012 09:19:18 +0400 From: Gleb Smirnoff <glebius@FreeBSD.org> To: Brooks Davis <brooks@FreeBSD.org> Cc: freebsd-current@FreeBSD.org Subject: Re: HEADS UP: Clang now the default on x86 Message-ID: <20121106051918.GI70741@FreeBSD.org> In-Reply-To: <20121105195233.GG92218@lor.one-eyed-alien.net> References: <20121105195233.GG92218@lor.one-eyed-alien.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 05, 2012 at 01:52:33PM -0600, Brooks Davis wrote: B> I've made clang the default on x86 systems. There will probably be a B> few bumps as we work out the last kinks including a ABI issue for i386 B> system libraries, but the transition is expected to be fairly smooth for B> most users. B> B> Please report problems on freebsd-current or freebsd-toolchain. buildworld fails for me. I run with wiped /usr/obj, with -j6 and with these lines in make.conf: WITH_PKGNG=yes WITH_NEW_XORG=yes WITH_KMS=yes SYSDIR=/usr/src/head/sys SRC_BASE=/usr/src/head PERL_VERSION=5.14.2 It fails in gnu/usr.bin/texinfo: /usr/src/head/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/util/install-info.c:1179:3: warning: expression result unused [-Wunused-value] bindtextdomain (PACKAGE, LOCALEDIR); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/head/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib/gettext.h:54:47: note: expanded from macro 'bindtextdomain' # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) ^ ~~~~~~~~~ /usr/src/head/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/util/install-info.c:1180:3: warning: expression result unused [-Wunused-value] textdomain (PACKAGE); ^~~~~~~~~~~~~~~~~~~~ /usr/src/head/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib/gettext.h:53:34: note: expanded from macro 'textdomain' # define textdomain(Domainname) ((const char *) (Domainname)) ^ ~~~~~~~~~~~~ /usr/src/head/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/util/texindex.c:166:3: warning: expression result unused [-Wunused-value] bindtextdomain (PACKAGE, LOCALEDIR); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/head/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib/gettext.h:54:47: note: expanded from macro 'bindtextdomain' # define bindtextdomain(Domainname, Dirname) ((const char *) (Dirname)) ^ ~~~~~~~~~ /usr/src/head/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/util/texindex.c:167:3: warning: expression result unused [-Wunused-value] textdomain (PACKAGE); ^~~~~~~~~~~~~~~~~~~~ /usr/src/head/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib/gettext.h:53:34: note: expanded from macro 'textdomain' # define textdomain(Domainname) ((const char *) (Domainname)) ^ ~~~~~~~~~~~~ I see that tinderbox is silent, so may be error is on my side. But I have no clue on where the error is. -- Totus tuus, Glebius.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121106051918.GI70741>