From owner-freebsd-current@FreeBSD.ORG Sat Apr 18 15:18:51 2015 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A6A05AB; Sat, 18 Apr 2015 15:18:51 +0000 (UTC) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08CDFA94; Sat, 18 Apr 2015 15:18:50 +0000 (UTC) Received: by oign205 with SMTP id n205so95913361oig.2; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=KnQyPZ345wQQ05wh4epqqI21ftjDygO6s/ji/yFuHFc=; b=CKINZ3bPftbCFrvmBDR2by5uElCZIIRqdu3tELjikbv2We8FXRxtxsrMhYglR9rUo4 jpbsd/ATiSDqd/HV0o/hcaYiN2Onhixn8ej4TSKjnDCrADJ9vkAEAHCnI/djM+brnkpc gp67+s/ibadP+QeaQWILi/nZRl2Gb+VqMKn7vdglB8Ubt8Geu3lxBNdMccfmpSOgYx3P q0yCbdEEL3HhCbUT3hvMkh1OiGsM3FadHtLC23z5OwIhXyforQ/Ob0fMJrG/ZGq36Xz5 ixI6qoiS2ve0X+u8BdMoxQma3x8Pm4TMM8Eb06/qluxOsFf1qNyCyNn8oLx3Dx90GBSQ RakA== MIME-Version: 1.0 X-Received: by 10.202.84.135 with SMTP id i129mr6931385oib.114.1429370330161; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) Received: by 10.202.134.70 with HTTP; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) Received: by 10.202.134.70 with HTTP; Sat, 18 Apr 2015 08:18:50 -0700 (PDT) Reply-To: araujo@FreeBSD.org In-Reply-To: <20150418151702.GB36163@albert.catwhisker.org> References: <20150418151702.GB36163@albert.catwhisker.org> Date: Sat, 18 Apr 2015 23:18:50 +0800 Message-ID: Subject: Re: Fix for r281680 -- broke i386 world From: Marcelo Araujo To: current@freebsd.org, Takanori Watanabe , David Wolfskill Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 18 Apr 2015 15:18:51 -0000 I didn't catch it. But please unbroken the I386 build. On Apr 18, 2015 11:17 PM, "David Wolfskill" wrote: > Head/amd64 @ r281689 built OK, but my i386 build failed: > > ... > --- usr.sbin.all__D --- > --- all_subdir_bluetooth --- > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:236:4: error: format specifies > type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned > long long') [-Werror,-Wformat] > rp.le_features); > ^~~~~~~~~~~~~~ > /usr/src/usr.sbin/bluetooth/hccontrol/le.c:253:49: error: format specifies > type 'unsigned long' but the argument has type 'u_int64_t' (aka 'unsigned > long long') [-Werror,-Wformat] > printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status); > ~~~ ^~~~~~~~~~~~ > %llx > 2 errors generated. > .... > > > The attached patch allows i386 to build, and I then tested to verify > that amd64 still built. (I don't have Bluetooth devices, so I > cannot test its operation.) > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Those who murder in the name of God or prophet are blasphemous cowards. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. >