Re: revision 252095: kerenl fails to compile: nfs_clstate.c:5160

看板FB_current作者時間12年前 (2013/06/23 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
On Jun 22, 2013 6:09 AM, "O. Hartmann" <ohartman@zedat.fu-berlin.de> wrote: > > > Just for notice. > > The most recent sources fail to compile a kernel successfully: http://svnweb.freebsd.org/changeset/base/252074 This change is the culprit. Hiren > > > [...] > /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=%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=%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 _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1HnUPWhU (FB_current)