Re: HEADS UP: Clang now the default on x86

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Tue, 6 Nov 2012 09:19:18 +0400
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.
Received on Tue Nov 06 2012 - 04:19:21 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:31 UTC