Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 1995 04:08:55 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        nils@guru.ims.uni-stuttgart.de
Cc:        freebsd-hackers@freefall.cdrom.com
Subject:   Re: PS: Port of Exodus Storage Manager 3.1
Message-ID:  <199508081108.EAA28736@silvia.HIP.Berkeley.EDU>
In-Reply-To: <m0sfENB-0002g6C@guru.ims.uni-stuttgart.de> (nils@guru.ims.uni-stuttgart.de)

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, but it doesn't seem to compile here.  This is the errors I
got on thud, a 2.0.5R (pretty much) machine:

Satoshi
-------
===>  Building for sm-3.1
for i in `echo include common config client admin serverlib server formatvolume diskproc`;\
                do (cd $i; dmake -S  workspace.mod); done;
workspace.mod is up to date.
for i in `echo error options include list lm pool trace util`;\
                do (cd $i; dmake -S -S workspace.mod); done;
rm -f error.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c error.C 
errorCodeString.c: In function `char * errorCodeString(int)':
In file included from error.C:5:
errorCodeString.c:81: warning: return to `char *' from `const char *' discards const
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic error.C  -o error.so
errorCodeString.c: In function `char * errorCodeString(int)':
In file included from error.C:5:
errorCodeString.c:81: warning: return to `char *' from `const char *' discards const
rm -f options.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c options.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic options.C  -o options.so
include.o is up to date.
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic include.C  -o include.so
workspace.mod is up to date.
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c list.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic list.C  -o list.so
rm -f lm.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c lm.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic lm.C  -o lm.so
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c pool.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic pool.C  -o pool.so
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c trace.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic trace.C  -o trace.so
rm -f util.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c util.C 
g++                             -I../../include -I../../common/include          -O2 -Dsparc -DMMAP_BUFFER_POOL    -c -fpic util.C  -o util.so
ld -x -r `find error options include list lm pool trace util  -name "*.o" -print` \
                -o common.o
rm -f libcommon.a 
ar cr libcommon.a `find error options include list lm pool trace util  -name "*.o" -print` 
ranlib libcommon.a
ld -Bshareable -x -r `find error options include list lm pool trace util  -name "*.so" -print` \
                -o common.so
ld: options/options.so: read_strings: premature end of file in strings
dmake:  Error code 1, while making 'common.so'
dmake:  Error code 255, while making 'workspace.mod.recursive'
*** Error code 255

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508081108.EAA28736>