Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
evbppc and alpha build breakage, but not in releng autobuild
I tried to build evbppc and alpha releases today, with CVS as of
yesterday (plus some local changes that should matter only for x86 and
arm) on NetBSD/amd64 6.0_STABLE as of January (with a 6.99.16 kernel),
using
build.sh -O ../obj.$arch -U -u -m $arch -j12 tools
build.sh -O ../obj.$arch -U -u -m $arch -j12 release
and they both failed. Curiously, the releng autobuilds have been
succeeding, and the code the build choked on hasn't changed recently.
Any idea why the releng autobuilds don't reflect these failures?
evbppc failure:
# compile OPENBLOCKS266/ecc_plb.o
/home/riastradh/netbsd/current/src/../obj.evbppc/tooldir.NetBSD-6.99.16-amd64/bin/powerpc--netbsd-gcc
-pipe -mcpu=405 -msdata=none -msoft-float -ffreestanding
-fno-zero-initialized-in-bss -g -pipe -fno-strict-aliasing -fno-common
-std=gnu99 -Werror -Wreturn-type -Wall -Wno-main -Wno-format-zero-length
-Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-unreachable-code
-Wno-pointer-sign -Wno-attributes -Wno-sign-compare
--sysroot=/home/riastradh/netbsd/current/src/../obj.evbppc/destdir.evbppc
-D__obs405__ -Devbppc=evbppc -I.
-I/home/riastradh/netbsd/current/src/sys/../common/include
-I/home/riastradh/netbsd/current/src/sys/arch
-I/home/riastradh/netbsd/current/src/sys -nostdinc
-DPPC_INTR_IMPL=<powerpc/intr.h> -DPPC_PCI_MACHDEP_IMPL=<powerpc/pci_machdep.h>
-DSPILLSTK=1024 -DKERNBASE=0x25000 -DDEBUG -DTRAP_PANICWAIT
-DEXT2FS_SYSTEM_FLAGS -DEMAC_EVENT_COUNTERS -DMAXUSERS=32 -D_KERNEL
-D_KERNEL_OPT -std=gnu99
-I/home/riastradh/netbsd/current/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/home/riastradh/netbsd/current/src/sys/lib/libkern/../../../common/lib/libc/string
-I/home/riastradh/netbsd/current/src/sys/lib/libkern/../../../common/lib/libc/arch/powerpc/string
-I/home/riastradh/netbsd/current/src/sys/external/bsd/ipf -c
/home/riastradh/netbsd/current/src/sys/arch/powerpc/ibm4xx/dev/ecc_plb.c
cc1: warnings being treated as errors
In file included from
/home/riastradh/netbsd/current/src/sys/arch/powerpc/ibm4xx/dev/ecc_plb.c:50:0:
./powerpc/ibm4xx/cpu.h: In function 'mtdcr':
./powerpc/ibm4xx/cpu.h:94:2: error: asm operand 0 probably doesn't match
constraints
./powerpc/ibm4xx/cpu.h: In function 'mfdcr':
./powerpc/ibm4xx/cpu.h:102:2: error: asm operand 1 probably doesn't match
constraints
*** [ecc_plb.o] Error code 1
alpha failure:
# link GENERIC/netbsd
/home/riastradh/netbsd/current/src/../obj.alpha/tooldir.NetBSD-6.99.16-amd64/bin/alpha--netbsd-ld
-Map netbsd.map --cref -N -Ttext fffffc0000430000 -e __transfer -G 4 -S -o
netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
bt463.o: In function `bt463_init':
(.text+0x338): undefined reference to `bt463_wraddr'
...
bt463.o:(.text+0x3c4): more undefined references to `bt463_wraddr' follow
bt485.o: In function `bt485_init':
(.text+0x4c0): undefined reference to `bt485_rd_i'
bt485.o: In function `bt485_init':
(.text+0x540): undefined reference to `bt485_wr_i'
...
*** [netbsd] Error code 1
Home |
Main Index |
Thread Index |
Old Index