svn commit: r254283 - head/sys/fs/ext2fs

Pedro Giffuni pfg at FreeBSD.org
Tue Aug 13 18:27:52 UTC 2013


On 13.08.2013 12:12, Sam Fourman Jr. wrote:


> I think this change broke the build.....

Thank you Sam!
It's very strange it builds fine here. Can anyone confirm?

Pedro.
> root at Border:/usr/src # svnlite info
> Path: .
> Working Copy Root Path: /usr/src
> URL: http://svn0.us-west.freebsd.org/base/head
> Relative URL: ^/head
> Repository Root: http://svn0.us-west.freebsd.org/base
> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
> Revision: 254284
> Node Kind: directory
> Schedule: normal
> Last Changed Author: pfg
> Last Changed Rev: 254283
> Last Changed Date: 2013-08-13 15:40:43 +0000 (Tue, 13 Aug 2013)
>
>
>
> ssing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
> -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs
> -fdiagnostics-show-option  -Wno-error-tautological-compare
> -Wno-error-empty-body  -Wno-error-parentheses-equality  -c
> /usr/src/sys/modules/ext2fs/../../fs/ext2fs/ext2_inode_cnv.c
> --- ext2_extents.o ---
> ctfconvert -L VERSION -g ext2_extents.o
> --- ext2_lookup.o ---
> --- ext2_subr.o ---
> --- ext2_htree.o ---
> ctfconvert -L VERSION -g ext2_htree.o
> --- ext2_lookup.o ---
> cc  -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
> -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
> /usr/obj/usr/src/sys/BORDER/opt_global.h -I. -I@ -I@/contrib/altq
> -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
> -I/usr/obj/usr/src/sys/BORDER  -mno-aes -mno-avx -mcmodel=kernel
> -mno-red-zone -mno-mmx -mno-sse -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
> -std=iso9899:1999 -Qunused-arguments -fstack-protector -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-empty-body  -Wno-error-parentheses-equality  -c
> /usr/src/sys/modules/ext2fs/../../fs/ext2fs/ext2_lookup.c
> --- ext2_subr.o ---
> cc  -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
> -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
> /usr/obj/usr/src/sys/BORDER/opt_global.h -I. -I@ -I@/contrib/altq
> -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
> -I/usr/obj/usr/src/sys/BORDER  -mno-aes -mno-avx -mcmodel=kernel
> -mno-red-zone -mno-mmx -mno-sse -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
> -std=iso9899:1999 -Qunused-arguments -fstack-protector -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-empty-body  -Wno-error-parentheses-equality  -c
> /usr/src/sys/modules/ext2fs/../../fs/ext2fs/ext2_subr.c
> --- ext2_vfsops.o ---
> cc  -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
> -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include
> /usr/obj/usr/src/sys/BORDER/opt_global.h -I. -I@ -I@/contrib/altq
> -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
> -I/usr/obj/usr/src/sys/BORDER  -mno-aes -mno-avx -mcmodel=kernel
> -mno-red-zone -mno-mmx -mno-sse -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
> -std=iso9899:1999 -Qunused-arguments -fstack-protector -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-empty-body  -Wno-error-parentheses-equality  -c
> /usr/src/sys/modules/ext2fs/../../fs/ext2fs/ext2_vfsops.c
> --- ext2_subr.o ---
> /usr/src/sys/modules/ext2fs/../../fs/ext2fs/ext2_subr.c:154:4: error:
> format specifies type 'int' but the argument has type 'e4fs_daddr_t'
> (aka 'long') [-Werror,-Wformat]
>                          start, last, (long long)ep->b_blkno,
>                          ^~~~~
> /usr/src/sys/modules/ext2fs/../../fs/ext2fs/ext2_subr.c:154:11: error:
> format specifies type 'int' but the argument has type 'e4fs_daddr_t'
> (aka 'long') [-Werror,-Wformat]
>                          start, last, (long long)ep->b_blkno,
>                                 ^~~~
> 2 errors generated.
> *** [ext2_subr.o] Error code 1
>
> make[4]: stopped in /usr/src/sys/modules/ext2fs
> --- ext2_inode_cnv.o ---
> ctfconvert -L VERSION -g ext2_inode_cnv.o
> --- ext2_inode.o ---
> ctfconvert -L VERSION -g ext2_inode.o
> --- ext2_alloc.o ---
> ctfconvert -L VERSION -g ext2_alloc.o
> --- ext2_lookup.o ---
> ctfconvert -L VERSION -g ext2_lookup.o
> --- ext2_vfsops.o ---
> ctfconvert -L VERSION -g ext2_vfsops.o
> 1 error
>
> make[4]: stopped in /usr/src/sys/modules/ext2fs
> *** Error code 2
>
> Stop.
> make[3]: stopped in /usr/src/sys/modules
> *** [modules-all] Error code 1
>
> make[2]: stopped in /usr/obj/usr/src/sys/BORDER
> 1 error
>
> make[2]: stopped in /usr/obj/usr/src/sys/BORDER
> *** [buildkernel] Error code 2
>
> make[1]: stopped in /usr/src
> 1 error
>
> make[1]: stopped in /usr/src
> *** [buildkernel] Error code 2
>
> make: stopped in /usr/src
> 1 error
>
> make: stopped in /usr/src
> root at Border:/usr/src #
>



More information about the svn-src-all mailing list