From owner-freebsd-toolchain@FreeBSD.ORG Sun Nov 17 19:38:01 2013 Return-Path: Delivered-To: toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23FA5BA2 for ; Sun, 17 Nov 2013 19:38:01 +0000 (UTC) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBDBC2F0D for ; Sun, 17 Nov 2013 19:37:57 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id u16so7763523iet.34 for ; Sun, 17 Nov 2013 11:37:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version; bh=FwJbNjXlUzHRVVsf3cEwYva5YO/WDbCgPwhZaQCzTjM=; b=QFjZR4/f/gYBvCMjKvG9ju0mViW4P4XOw4Oc4l4Q8XHgmtkOgs2o4ENfK91/jlcGqH HUvWRcB2+wzFf9XSyKqg/6zsoqYVma4Rc+Q+RGHqu/AAPskZaDA+2pT2De6mdSSudHcI YQGrtQAA0s4LKMCudAyGgYsUobXon31ILtZJC3z/JD2rYAntr0GA113//bi8elx6DXlw WN9AbYdzhhUBzK7yLyL99wpSARJO17GrGJxpm1bKpez4j7VeBB6nv4RbXnqw1hh+Sr4M CJENVhsKBtAHziTRyfbAUGYTG1B92Pmv3/ZswmAAHovCFwdGk2U7r9MIImWAqK83fman f9aA== X-Gm-Message-State: ALoCoQnhUfsx8nP5FHKdytTPwitv0tglwXIv8nkb2U9JwYrAoyv43bXFwhLZmDXAg/lP31zejwLT X-Received: by 10.50.17.9 with SMTP id k9mr10826983igd.3.1384717071454; Sun, 17 Nov 2013 11:37:51 -0800 (PST) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id hv5sm9600580igb.9.2013.11.17.11.37.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 17 Nov 2013 11:37:51 -0800 (PST) Sender: Warner Losh From: Warner Losh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: make xdev broken Date: Sun, 17 Nov 2013 12:37:49 -0700 Message-Id: To: "toolchain@freebsd.org" Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 19:38:01 -0000 In 9.2 stable on amd64, make xdev is broken. sudo make xdev XDEV=3Di386 XDEV_ARCH=3Di386 terminates with In file included from = /imp/svn/stable/9/lib/clang/libclanganalysis/../../../contrib/llvm/tools/c= lang/lib/Analysis/CFG.cpp:17: = /imp/svn/stable/9/lib/clang/libclanganalysis/../../../contrib/llvm/tools/c= lang/include/clang/AST/Attr.h: In static member function 'static bool = clang::MSInheritanceAttr::classof(const clang::Attr*)': = /imp/svn/stable/9/lib/clang/libclanganalysis/../../../contrib/llvm/tools/c= lang/include/clang/AST/Attr.h:148: error: 'LAST_MS_INHERITABLE' is not a = member of 'clang::attr' what's up with that? Any ideas on how to fix this? Warner