X-Sylpheed-Account-Id:1
S:andy.sharp@onstor.com
SCF:#mh/Mailbox/sent
X-Sylpheed-Sign:0
X-Sylpheed-Encrypt:0
X-Sylpheed-Privacy-System:
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E03E9A546@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Wed, 16 Jan 2008 19:48:01 -0800
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Chris Vandever" <chris.vandever@onstor.com>
Subject: Re: bc linux build broken?
Message-ID: <20080116194801.784af6de@ripper.onstor.net>
References: <BB375AF679D4A34E9CA8DFA650E2B04E03E9A546@onstor-exch02.onstor.net>
Organization: Onstor
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Please review this change to fix Linux build breakage.

Change 27351 by andys@ripper-temp on 2008/01/16 14:12:09 *pending*

        Fix build breakage introduced in flower arranging checkins today.
        
        reviewed by

Affected files ...

... //depot/dev/nfx-tree/code/ssc-genlib/fs-linux.c#2 edit
... //depot/dev/nfx-tree/code/ssc-genlib/fs-linux.h#2 delete
... //depot/dev/nfx-tree/code/ssc-genlib/fs-openbsd.h#2 delete
... //depot/dev/nfx-tree/code/ssc-genlib/fs.c#2 edit
... //depot/dev/nfx-tree/code/ssc-genlib/linux.h#2 edit
... //depot/dev/nfx-tree/code/ssc-genlib/openbsd.h#2 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/Makefile#8 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/cmd_flash-linux.c#10 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/cmd_system-linux.c#5 edit
... //depot/dev/nfx-tree/code/ssc-nfxsh/cmd_upgrade.c#17 edit


On Wed, 16 Jan 2008 18:46:10 -0800 "Chris Vandever"
<chris.vandever@onstor.com> wrote:

> I ran into a problem building bobcat linux optimized after integrating
> my clustering changes.  I sync'd with your latest check-in (#27345).
> I deleted Build/bl/*.  Is there something I missed?
> 
> ChrisV
> ----------
> 
> /usr/bin/mipsel-linux-gnu-gcc-4.1 -fPIC -fms-extensions
> -Wno-pointer-sign  -DBOBCAT -DDEFAULT_VENDOR_NAME=\"ONStor\"
> -DDEFAULT_PROD_NAME=\"BOBCAT\" -Wall -Wmissing-prototypes  -Werror
> -DEXTENDED_SECURITY -DNFX_KERBEROS -DNETEEE_FRAGMENT  -G 0
> -DONSTOR_CHANGE -DLDAP_DEPRECATED -DOS_INCL=\"linux.h\"  -I./linux
> -I../../Includes/bl/SSC -I../../Includes/bl -I../../Includes/linux
> -I../../Includes -I. -I../../Build/bl/opt -DLANGUAGE_C -DLINUX_TEST
> -g -DSSC -DSSC_mips -DNFX_MOD_SSC -c fs.c -o
> ../../Build/bl/opt/Objects/SSC/ssc-genlib/fs.o
> fs.c:44:16: error: extra tokens at end of #include directive
> fs.c:44:23: error: fs-: No such file or directory
> fs.c: In function 'ensure_fs_writable':
> fs.c:246: error: 'MOUNT_COMMAND' undeclared (first use in this
> function) fs.c:246: error: (Each undeclared identifier is reported
> only once fs.c:246: error: for each function it appears in.)
> fs.c:247: error: 'MOUNT_REMOUNT_OPTION' undeclared (first use in this
> function)
> fs.c: In function 'restore_fs_permissions':
> fs.c:287: error: 'MOUNT_COMMAND' undeclared (first use in this
> function) fs.c:288: error: 'MOUNT_REMOUNT_OPTION' undeclared (first
> use in this function)
> fs.c: In function 'remount_all_readonly_fs':
> fs.c:371: error: 'MOUNT_COMMAND' undeclared (first use in this
> function) fs.c:372: error: 'MOUNT_REMOUNT_OPTION' undeclared (first
> use in this function)
> make[3]: *** [../../Build/bl/opt/Objects/SSC/ssc-genlib/fs.o] Error 1
> make[3]: Leaving directory
> `/homes/chrisv/p4/dev3/nfx-tree/code/ssc-genlib'
> make[2]: ***
> [../../Build/bl/opt/Objects/SSC/ssc-genlib/genlib-linux.o] Error 2
> make[2]: Leaving directory
> `/homes/chrisv/p4/dev3/nfx-tree/code/ssc-rmc' make[1]: *** [default]
> Error 1 make[1]: Leaving directory `/homes/chrisv/p4/dev3/nfx-tree'
> make: *** [ssc] Error 2
> 
