From owner-freebsd-current@FreeBSD.ORG Tue Nov 6 05:19:21 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB84E9C8; Tue, 6 Nov 2012 05:19:21 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB618FC08; Tue, 6 Nov 2012 05:19:21 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id qA65JIef081281; Tue, 6 Nov 2012 09:19:18 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id qA65JIOp081280; Tue, 6 Nov 2012 09:19:18 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 6 Nov 2012 09:19:18 +0400 From: Gleb Smirnoff To: Brooks Davis Subject: Re: HEADS UP: Clang now the default on x86 Message-ID: <20121106051918.GI70741@FreeBSD.org> References: <20121105195233.GG92218@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121105195233.GG92218@lor.one-eyed-alien.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2012 05:19:22 -0000 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.