AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20071106151512.374793dd@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<ken.renshaw@onstor.com>,<larry.scheer@onstor.com>,<dl-Cougar@onstor.com>,<paul.hammer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E066D1D44@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Tue, 6 Nov 2007 15:15:45 -0800
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Ken Renshaw" <ken.renshaw@onstor.com>
Cc: "Larry Scheer" <larry.scheer@onstor.com>, "dl-Cougar"
 <dl-Cougar@onstor.com>, "Paul Hammer" <paul.hammer@onstor.com>
Subject: Re: seep changes have broken BSD builds
Message-ID: <20071106151545.17428390@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E066D1D44@onstor-exch02.onstor.net>
References: <BB375AF679D4A34E9CA8DFA650E2B04E056C9198@onstor-exch02.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E066D1D44@onstor-exch02.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

I'm afraid I don't understand.  The changes in question were made weeks
ago, but I've been getting emails every day saying the nightly build
passed.

On Tue, 6 Nov 2007 15:12:50 -0800 "Ken Renshaw"
<ken.renshaw@onstor.com> wrote:

> Thanks for the follow-up Larry. 
> 
>  
> 
> We have multiple builds waiting behind this fix, so I'd very much
> appreciate a resolution ETA for this one
> 
>  
> 
> Thanks guys,
> 
>  
> 
> -Ken
> 
>  
> 
> ________________________________
> 
> From: Larry Scheer 
> Sent: Tuesday, November 06, 2007 1:29 PM
> To: Ken Renshaw; dl-Cougar
> Subject: RE: seep changes have broken BSD builds
> 
>  
> 
> I did a quick check  of the source in dev. The definition for
> SSC_I2C_ADDR appears inside of  an #ifdef PROM statement in the
> prom/{bc,ch,cg}/code/sm-seep/seep.h files. 
> 
>  
> 
> ________________________________
> 
> From: Ken Renshaw 
> Sent: Tuesday, November 06, 2007 12:48 PM
> To: dl-Cougar
> Cc: Ken Renshaw
> Subject: seep changes have broken BSD builds
> 
>  
> 
> Hi guys, I have a problem whereby the recent seep rewrites have broken
> the BSD builds, specifically this file's compilation:
> 
>  
> 
> //depot/dev/openbsd/src/sys/arch/pmonmips/machdep.c
> 
>  
> 
> and possibly others as well.
> 
>  
> 
> The problem is that one or both of these changes:
> 
>  
> 
> Change 25915 on 2007/10/18 by jeffm@jeffm-dev '       These are
> changes to mak'
> 
> Change 25799 on 2007/10/10 by timg@timg-work 'seep file unification.
> seep rel'
> 
>  
> 
> break the compilation of both bobcat and cheetah kernels, with the
> following error in bsd-build-all:
> 
>  
> 
> /usr/openbsd.new/usr/cross/pmonmips/usr/bin/cc -g -O2 -Werror -Wall
> -Wmissing-prototypes -Wstrict-prototypes  -Wno-uninitialized
> -Wno-format -Wno-main -mno-abicalls -mips2 -mcpu=r4000    -I.
> -I../../../../arch -I../../../..
> -I../../../../../../../nfx-tree/Includes/ch
> -I../../../../../../../nfx-tree/Includes
> -I../../../../../../../nfx-tree/code/sm-eee
> -I../../../../../../../nfx-tree/code -DTIMEZONE="0" -DDST="0" -DNTP
> -DSWAPPAGER -DDEVPAGER -DKTRACE -DKMEMSTATS -DCRYPTO -DSYSVMSG
> -DSYSVSEM -DSYSVSHM -DUVM_SWAP_ENCRYPT -DCOMPAT_11 -DCOMPAT_43 -DFFS
> -DQUOTA -DMFS -DTCP_SACK -DNFSCLIENT -DNFSSERVER -DFDESC -DFIFO
> -DKERNFS -DNULLFS -DUNION -DINET -DIPFILTER -DIPFILTER_LOG
> -DBOOT_CONFIG -DNATIVE_ELF -DPCIBR_GAL -DPCIBR_V3 -DGTUARTCONSOLE
> -DCONSPEED="B57600" -DGALILEO_REAL_SSC -DCHEETAH -DENABLE_WATCHDOG
> -Dtssccomm -DNFSBOOT_NETMASK="0xffff0000"
> -DNFSBOOT_BROADCAST="0xa01ffff" -DNETEEE -DNETEEE_ALIAS
> -DNETEEE_FRAGMENT -D_KERNEL -Dmips_cachealias -Dpmonmips
> -D__pmonmips__  -c ../.!
> 
>  ./../../arch/pmonmips/pmonmips/machdep.c
> 
> ../../../../arch/pmonmips/pmonmips/machdep.c: In function `boot':
> 
> ../../../../arch/pmonmips/pmonmips/machdep.c:1017: `SSC_I2C_ADDR'
> undeclared (first use in this function)
> 
> ../../../../arch/pmonmips/pmonmips/machdep.c:1017: (Each undeclared
> identifier is reported only once
> 
> ../../../../arch/pmonmips/pmonmips/machdep.c:1017: for each function
> it appears in.)
> 
> *** Error code 1
> 
>  
> 
> Stop in /usr/openbsd.new/src/sys/arch/pmonmips/compile/SSC_I (line
> 1028 of Makefile).
> 
> make: *** [bsd-kernel] Error 1
> 
>  
> 
> In the machdep.c file there is this block of defines at the beginning
> that I believe no longer works:
> 
>  
> 
> #include <nfx-types.h>
> 
> #include <sm-gt64240/i2c-api.h>
> 
> #include <sm-hw/hw-api.h>
> 
> #include <sm-seep/seep-api.h>
> 
> #include <sm-seep/seep.h>
> 
> #include <sm-seep/env-api.h>
> 
> #include <nfx-types.h>
> 
> #include "sm-prom-upgrade/from-api.h"
> 
> #include <sys/amd29f040.h>
> 
> #include "sm-prom-upgrade/prom-part-api.h"
> 
> #include "ssc-crashsave/ssc-crashdump-api.h"
> 
>  
> 
> Could someone please fix this ASAP? Thanks much.
> 
>  
> 
> -Ken
> 
