X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7F3C5.35A174FD@onstor-exch02.onstor.net>; Mon, 10 Sep 2007 08:11:13 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Compilation failure in dev branch - needs to be fixed.
Date: Mon, 10 Sep 2007 08:11:13 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E03B1BE92@onstor-exch02.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E018AE7AB@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Compilation failure in dev branch - needs to be fixed.
Thread-Index: AcfzqIf8hTgs+WPORieUkk35LdtJJAAF8jXlAADm/mAAAEyOUA==
From: "Rendell Fong" <rendell.fong@onstor.com>
To: "Jeff Miller" <jeff.miller@onstor.com>,
	"Build Admin" <build@localhost.localdomain>,
	"Sandrine Boulanger" <sandrine.boulanger@onstor.com>,
	"Paul Hammer" <paul.hammer@onstor.com>,
	"Ken Renshaw" <ken.renshaw@onstor.com>,
	"Brian DeForest" <brian.deforest@onstor.com>,
	"dl-Cougar" <dl-Cougar@onstor.com>

The makefile should be using this case.

> SRCS_C        :=3D redo_hosts.c \
>            initial-config.c \
>            fs.c \
>            fs-$(OS).c

-----Original Message-----
From: Jeff Miller=20
Sent: Monday, September 10, 2007 9:10 AM
To: Jeff Miller; Build Admin; Sandrine Boulanger; Paul Hammer; Ken
Renshaw; Brian DeForest; dl-Cougar
Subject: RE: Compilation failure in dev branch - needs to be fixed.

Anybody want to fix this? =20
Thanks,
Jeff

The changes seems in ssc-optlib.

in ssc-optlib/initial-config.c:
    snprintf(status_str, sizeof(status_str),
             "%d %d %s %s",(int)getpid(),
            conf->sessionTime,conf->sessionFrom,
            INITCONF_INITIALIZING_STATE_STR);

using %d for a time_t*

Seems to be changes in Makefile:
code/ssc-optlib/Makefile
18,24c18,21
< SRCS_C        :=3D config_rules.c \
<                 redo_hosts.c \
<                 fs.c \
<                       fs-$(OS).c \
<                 fs-opt-api.c \
<                 opt_utils.c \
<                 opt-api.c
---
> SRCS_C        :=3D redo_hosts.c \
>            initial-config.c \
>            fs.c \
>            fs-$(OS).c



-----Original Message-----
From: Jeff Miller
Sent: Mon 9/10/2007 8:36 AM
To: Build Admin; Sandrine Boulanger; Paul Hammer; Ken Renshaw; Brian
DeForest; dl-Cougar
Subject: RE: Compilation failure in dev branch - fixing it now.
=20
I am looking at this now, let me know if you are also.
Jeff


-----Original Message-----
From: Build Admin [mailto:build@localhost.localdomain]
Sent: Mon 9/10/2007 5:39 AM
To: Sandrine Boulanger; Paul Hammer; Ken Renshaw; Brian DeForest;
dl-Cougar
Subject: Compilation failure in dev branch
=20
/perforce/buildlogs/dev/Monday/bl-dbg-compile.log:make[2]: ***
[../../Build/bl/dbg/bin/pm] Error 1
/perforce/buildlogs/dev/Monday/bl-dbg-compile.log:make[1]: *** [default]
Error 1
/perforce/buildlogs/dev/Monday/bl-dbg-compile.log:make: *** [ssc] Error
2
/perforce/buildlogs/dev/Monday/bl-opt-compile.log:make[2]: ***
[../../Build/bl/opt/bin/pm] Error 1
/perforce/buildlogs/dev/Monday/bl-opt-compile.log:make[1]: *** [default]
Error 1
/perforce/buildlogs/dev/Monday/bl-opt-compile.log:make: *** [ssc] Error
2
/perforce/buildlogs/dev/Monday/cg-dbg-compile.log:make[2]: ***
[../../Build/cg/dbg/bin/pm] Error 1
/perforce/buildlogs/dev/Monday/cg-dbg-compile.log:make[1]: *** [default]
Error 1
/perforce/buildlogs/dev/Monday/cg-dbg-compile.log:make: *** [ssc] Error
2
/perforce/buildlogs/dev/Monday/cg-opt-compile.log:make[2]: ***
[../../Build/cg/opt/bin/pm] Error 1
/perforce/buildlogs/dev/Monday/cg-opt-compile.log:make[1]: *** [default]
Error 1
/perforce/buildlogs/dev/Monday/cg-opt-compile.log:make: *** [ssc] Error
2

Please check compilation logs at http://liszt for today for the dev
branch


