Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Build break - port amd64



Looks like the following change has broken something:

        Module Name:    src
        Committed By:   dsl
        Date:           Sat Jun  2 21:38:09 UTC 2012

        Modified Files:
                src/sbin/sysctl: sysctl.c

        Log Message:
        Add support for unsigned decimal values.

#   compile  librump/rump.o
/test-bed/tools/bin/x86_64--netbsd-gcc -O2 -ffreestanding -fno-strict-aliasing 
-Wsign-compare -Wno-pointer-sign -Wno-attributes -std=gnu99 -mno-red-zone 
-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 -Werror -Wno-format-zero-length -Wno-pointer-sign   
-fstack-protector -Wstack-protector   --param ssp-buffer-size=1   
--sysroot=/test-bed/dst -D_RUMP_NATIVE_ABI -D_KERNEL -DMULTIPROCESSOR -D_MODULE 
-DMODULAR -DMAXUSERS=32 -DDIAGNOSTIC -DCOMPAT_50=1 -DDEBUGPRINT 
-I/test-bed/src/lib/librump -I. 
-I/test-bed/src/lib/librump/../../sys/rump/../../common/include -isystem 
/test-bed/src/lib/librump/../../sys/rump/../arch 
-I/test-bed/src/lib/librump/../../sys/rump/include 
-I/test-bed/src/lib/librump/../../sys/rump/librump/rumpkern/opt -nostdinc 
-isystem /test-bed/src/lib/librump/../../sys/rump/.. -D__NetBSD__ 
-I/test-bed/src/lib/librump/../../sys/rump/librump/rumpkern 
-I/test-bed/src/lib/librump/../../sys/rump/librump/rumpvfs 
-I/test-bed/src/lib/librump/../../sys/rump/librump/rumpnet 
-I/test-bed/src/lib/librump/../../sys/rump/librump/rumpdev 
-I/test-bed/src/lib/librump/../../sys/rump/../lib/libkern/arch/x86_64  
-D_RUMPKERNEL 
-I/test-bed/src/lib/librump/../../sys/rump/../lib/libkern/../../../common/lib/libc/quad
 
-I/test-bed/src/lib/librump/../../sys/rump/../lib/libkern/../../../common/lib/libc/string
 
-I/test-bed/src/lib/librump/../../sys/rump/../lib/libkern/../../../common/lib/libc/arch/x86_64/string
 
-I/test-bed/src/lib/librump/../../sys/rump/../lib/libkern/../../../common/include
  -c    /test-bed/src/lib/librump/../../sys/rump/librump/rumpkern/rump.c -o 
rump.o
cc1: warnings being treated as errors
/test-bed/src/lib/librump/../../sys/rump/librump/rumpkern/rump.c: In function 
'mksysctls':
/test-bed/src/lib/librump/../../sys/rump/librump/rumpkern/rump.c:180:2: error: 
passing argument 1 of '__sysctl_verify_CTLTYPE_STRING_arg' from incompatible 
pointer type
/test-bed/src/lib/librump/../../sys/rump/../sys/sysctl.h:1183:1: note: expected 
'char *' but argument is of type 'char (*)[256]'

*** Failed target:  rump.o


-------------------------------------------------------------------------
| 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