From owner-freebsd-current@FreeBSD.ORG Tue May 21 14:45:28 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7E39B4F3; Tue, 21 May 2013 14:45:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) by mx1.freebsd.org (Postfix) with ESMTP id E69357A8; Tue, 21 May 2013 14:45:27 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id ey16so2955317wid.17 for ; Tue, 21 May 2013 07:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=txIvBT14gf9sPpEtHEsmHkI8lkmpo4El7RV6Ej0lNVI=; b=yq9+QZJ5WGzv/3PUf4/cnVNTf/AYjorO9b+xnN/S8XtZQGA6ioQ/oo9YZ2DkotJpDf IMi9uSvsbW3yV5kQ2mDsPUg+r83cxjpUFlEoizkWPw4K1srYlAyr9jUea6tgjRhG9Gxa T69+z5OtHFc8dhlGLh1LsdR1s4eBp4aUSIEmFDXbJm1GfAqdRqWxt03jEtI36Am/dFx5 ZI9E1rH+v1y/qQfNH5wF7aDsIzA62m35WOy7CwRtWhZTb8pymWRtM+X1e2+sMAgCAXAb ui1fnmd3BASWtR3ISpTchv2JWuOcgUA9HYpGzZA+VQefZo9/dQHBTo13RIhraUkc9HdC Nr2g== MIME-Version: 1.0 X-Received: by 10.180.189.41 with SMTP id gf9mr5564097wic.32.1369147527026; Tue, 21 May 2013 07:45:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.107.9 with HTTP; Tue, 21 May 2013 07:45:26 -0700 (PDT) In-Reply-To: <20130521121814.GT1291@albert.catwhisker.org> References: <20130521121814.GT1291@albert.catwhisker.org> Date: Tue, 21 May 2013 07:45:26 -0700 X-Google-Sender-Auth: SHBpw-GDcxWrDRy3Ozoy6oYX2lg Message-ID: Subject: Re: clang detects error in r250841 From: Adrian Chadd To: David Wolfskill Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: adrian@freebsd.org, 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, 21 May 2013 14:45:28 -0000 Sorry, I committed it early this morning without running a make universe on ref10-amd64. I've fixed it. Thanks, Adrian On 21 May 2013 05:18, David Wolfskill wrote: > Got through buildworld; buildkernel stops a bit abruptly: > > ... > --- ar5416_misc.o --- > clang -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-= qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs= -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empt= y-body -Wno-error-parentheses-equality -nostdinc -I. -I/usr/src/sys -I/u= sr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERN= EL_OPTION_HEADERS -include opt_global.h -mno-aes -mno-avx -mno-mmx -mno-ss= e -msoft-float -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/a= th/ath_hal/ar5416/ar5416_misc.c -I/usr/src/sys/dev/ath -I/usr/src/sys/dev/a= th/ath_hal > ... > --- ar5416_misc.o --- > /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c:507:12: error: implicit= conversion from enumeration type 'HAL_STATUS' to different enumeration typ= e 'HAL_BOOL' [-Werror,-Wenum-conversion] > return (HAL_ENOTSUPP); > ~~~~~~ ^~~~~~~~~~~~ > 1 error generated. > *** [ar5416_misc.o] Error code 1 > > make: stopped in /common/S4/obj/usr/src/sys/CANARY > .... > > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Taliban: Evil men with guns afraid of truth from a 14-year old girl. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key.