From owner-freebsd-current@FreeBSD.ORG Sat Jun 22 13:09:04 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 448A1CB0 for ; Sat, 22 Jun 2013 13:09:04 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 07CD91D56 for ; Sat, 22 Jun 2013 13:09:03 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1UqNYs-001Rtx-MO>; Sat, 22 Jun 2013 15:09:02 +0200 Received: from g231208113.adsl.alicedsl.de ([92.231.208.113] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1UqNYs-002E7Y-JC>; Sat, 22 Jun 2013 15:09:02 +0200 Date: Sat, 22 Jun 2013 15:08:56 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: revision 252095: kerenl fails to compile: nfs_clstate.c:5160:33: error: format specifies type 'long long' but the argument has type 'uint64_t' Message-ID: <20130622150856.5e6f9c90@thor.walstatt.dyndns.org> Organization: FU Berlin X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/43X_NGX4rx=FDJaYM3cFm59"; protocol="application/pgp-signature" X-Originating-IP: 92.231.208.113 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: Sat, 22 Jun 2013 13:09:04 -0000 --Sig_/43X_NGX4rx=FDJaYM3cFm59 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Just for notice. The most recent sources fail to compile a kernel successfully: [...] /usr/src/sys/fs/nfsclient/nfs_clstate.c:5160:33: error: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat] "lastbyte=3D%qd\n", error, flp->nfsfl_off, len, ^~~~~~~~~~~~~~ /usr/src/sys/fs/nfs/nfscl.h:74:11: note: expanded from macro 'NFSCL_DEBUG' printf(__VA_ARGS__); \ ^ /usr/src/sys/fs/nfsclient/nfs_clstate.c:5160:49: error: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat] "lastbyte=3D%qd\n", error, flp->nfsfl_off, len, ^~~ /usr/src/sys/fs/nfs/nfscl.h:74:11: note: expanded from macro 'NFSCL_DEBUG' printf(__VA_ARGS__); \ ^ /usr/src/sys/fs/nfsclient/nfs_clstate.c:5161:8: error: format specifies type 'long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Werror,-Wformat] lyp->nfsly_lastbyte); ^~~~~~~~~~~~~~~~~~~ /usr/src/sys/fs/nfs/nfscl.h:74:11: note: expanded from macro 'NFSCL_DEBUG' printf(__VA_ARGS__); \ ^ 3 errors generated. *** Error code 1 Stop. Regards, Oliver --Sig_/43X_NGX4rx=FDJaYM3cFm59 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBAgAGBQJRxaHuAAoJEOgBcD7A/5N8LZ0H/2DuXT0b4Pcax8z1ilP9/EiW ePPfWvDDAVEU+e1y8Hq3ewM9vLiorW03/bqErfyJNdBZme+gfhnZ20uqDYHxoNkx RK+CRTkWFXPfzGpX4e2ZT9xnkRP7UcApm4CFfQgmwMppxRabPVetYIYI70jnS7hp k4sa3qTEucZFU75cX4iz4ryVJMb6vxGiiv3Rj2MFwzadNWFPrwKh8u4hRrSUc/IE 3S87uabk2WT6yPLT+XzRYD6z2eAS+nNzpAzowd1yrYSJryIHjJ18EqNtW9N4AhLs GLlimy0arYEBCSYHEQgTJjL9JU/TZyBaoCRVEa6DNaT2IGU33JLj8QBRbx5so8o= =QXn5 -----END PGP SIGNATURE----- --Sig_/43X_NGX4rx=FDJaYM3cFm59--