Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Build failure on port amd64 - tests/vfs/t_vnops.o
Module Name: src
Committed By: uebayasi
Date: Mon Mar 19 00:17:08 UTC 2012
Modified Files:
src/sys/uvm: uvm_param.h
Log Message:
Expose vm_inherit/voff_t/pgoff_t to userland to fix build.
Even with this change, I'm still seeing the following errors while
compiling the vfs ATF tests.
# compile vfs/t_vnops.o
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2 -std=gnu99
-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
-Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror
-Wno-missing-noreturn --sysroot=/build/netbsd-local/dest/amd64 -c
/build/netbsd-local/src/tests/fs/vfs/t_vnops.c
/build/netbsd-local/src/tests/fs/vfs/t_vnops.c:323:3: error: expected
identifier or '(' before '/' token
/build/netbsd-local/src/tests/fs/vfs/t_vnops.c:327:17: error: expected
declaration specifiers or '...' before string constant
cc1: warnings being treated as errors
/build/netbsd-local/src/tests/fs/vfs/t_vnops.c:327:2: error: data definition
has no type or storage class
/build/netbsd-local/src/tests/fs/vfs/t_vnops.c:327:2: error: type defaults to
'int' in declaration of 'rump_sys_chdir'
/build/netbsd-local/src/tests/fs/vfs/t_vnops.c:327:17: error: function
declaration isn't a prototype
/build/netbsd-local/src/tests/fs/vfs/t_vnops.c:328:1: error: expected
identifier or '(' before '}' token
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer | | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index