Subject: Build error in -current (mac68k)
To: None <current-users@netbsd.org>
From: Bob Nestor <rnestor@murphy.dyndns.org>
List: current-users
Date: 08/19/2000 08:00:15
Did a "cvs update -d -P" late Friday nite (Central US time) and started a
kernel build overnite.  Found these errors this AM:

ing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -msoft-float -I. -I
../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DM68040 -DM68030 -DM68020 
-DFPU_EMULATE -DLKM -DDIAGNOSTIC -DPULLDOWN_TEST -DGRF_COMPAT -DMAXUSERS=16 -D_K
ERNEL -Dmac68k   < ../../../../arch/mac68k/mac68k/genassym.cf > assym.h.tmp &&  
mv -f assym.h.tmp assym.h
In file included from /tmp/293.c:9:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous definition
cpp -traditional -D_LOCORE -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="
0x3c" -DM68040 -DM68030 -DM68020 -DFPU_EMULATE -DLKM -DDIAGNOSTIC -DPULLDOWN_TES
T -DGRF_COMPAT -DMAXUSERS=16 -D_KERNEL -Dmac68k ../../../../arch/mac68k/mac68k/l
ocore.s | sed -e 's/^#.*//' | as -o locore.o
{standard input}: Assembler messages:
{standard input}:607: Error: "instruction/operands mismatch" -- Statement 'movql
 #FC_USERD,d0' ignored
{standard input}:645: Error: "instruction/operands mismatch" -- Statement 'movql
 #CACHE40_OFF,d0' ignored
{standard input}:1343: Error: "instruction/operands mismatch" -- Statement 'move
q #FR_SIZE,d1' ignored
{standard input}:1615: Warning: Unknown expression: '_uvmexp+UVMEXP_INTRS' defau
lting to 0
{standard input}:1649: Warning: Unknown expression: '_mac68k_ipls+MAC68K_IPL_CLO
CK*2' defaulting to 0
{standard input}:1661: Warning: Unknown expression: '_uvmexp+UVMEXP_INTRS' defau
lting to 0
{standard input}:1828: Error: "instruction/operands mismatch" -- Statement 'move
q #SYS_exit,%d0' ignored
{standard input}:2110: Error: Bad Absolute Expression, absolute 0 assumed.
{standard input}:2356: Error: "instruction/operands mismatch" -- Statement 'move
q #FC_USERD,d0' ignored
{standard input}:2359: Error: "instruction/operands mismatch" -- Statement 'move
q #FC_SUPERD,d0' ignored
{standard input}:2546: Error: "instruction/operands mismatch" -- Statement 'move
q #PGSHIFT,d1' ignored
{standard input}:2772: Warning: Can't deal with expression "FC_USERD": defaultin
g to 0
{standard input}:2824: Warning: Can't deal with expression "FC_USERD": defaultin
g to 0
{standard input}:2829: Warning: Can't deal with expression "FC_USERD": defaultin
g to 0
{standard input}:2834: Warning: Can't deal with expression "FC_USERD": defaultin
g to 0
{standard input}:2839: Warning: Can't deal with expression "FC_USERD": defaultin
g to 0
{standard input}:2844: Warning: Can't deal with expression "FC_USERD": defaultin
g to 0
{standard input}:2849: Warning: Can't deal with expression "FC_USERD": defaultin
g to 0
{standard input}:2981: Error: Bad Absolute Expression, absolute 0 assumed.
{standard input}:2981: Warning: Repeat < 0, .space ignored
*** Error code 1

Stop.


-bob