NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Build breakage on netbsd-5
Hi,
the patch for adding ext2fs support for inodes > 128 bytes
http://mail-index.netbsd.org/source-changes/2011/01/16/msg017324.html
breaks the build on netbsd-5
# compile newfs_ext2fs/mke2fs.o
/usr/src/../tools.amd64/bin/x86_64--netbsd-gcc -O2 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare
-Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow
-Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Werror
-I/usr/src/sbin/newfs_ext2fs -I/usr/src/sbin/fsck -nostdinc -isystem
/usr/src/../obj.amd64/destdir.amd64/usr/include -c
/usr/src/sbin/newfs_ext2fs/mke2fs.c
/usr/src/sbin/newfs_ext2fs/mke2fs.c: In function 'mke2fs':
/usr/src/sbin/newfs_ext2fs/mke2fs.c:247: error: 'inodesize' undeclared
(first use in this function)
/usr/src/sbin/newfs_ext2fs/mke2fs.c:247: error: (Each undeclared
identifier is reported only once
/usr/src/sbin/newfs_ext2fs/mke2fs.c:247: error: for each function it
appears in.)
/usr/src/sbin/newfs_ext2fs/mke2fs.c: In function 'initcg':
/usr/src/sbin/newfs_ext2fs/mke2fs.c:765: error: 'inodesize' undeclared
(first use in this function)
/usr/src/sbin/newfs_ext2fs/mke2fs.c: In function 'iput':
/usr/src/sbin/newfs_ext2fs/mke2fs.c:1362: error: 'inodesize' undeclared
(first use in this function)
*** Failed target: mke2fs.o
*** Failed command: /usr/src/../tools.amd64/bin/x86_64--netbsd-gcc -O2
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra
-Wno-unused-parameter -Werror -I/usr/src/sbin/newfs_ext2fs
-I/usr/src/sbin/fsck -nostdinc -isystem
/usr/src/../obj.amd64/destdir.amd64/usr/include -c
/usr/src/sbin/newfs_ext2fs/mke2fs.c
*** Error code 1
Best regards,
Uwe
Home |
Main Index |
Thread Index |
Old Index