[Box Backup] Solaris 10 install of Box Backup

Nicole Sherburne boxbackup at fluffy.co.uk
Thu May 26 18:23:21 BST 2005


Hello,

Still working on getting Box Backup onto this Solaris
10 system . . . 

Ben had me test the compiler and I found that it was
broken; it could not compile a simple program. So I
removed the gcc package and installed gcc 3.3.2
(package gcc-3.3.2-sol10-sparc-local). Compiling now
works great for simple test programs, but I still run
into errors when compiling anything that requires
readline, so Box Backup still sort of blows up when I
try it. 

the new errors point to a problem with readline, so I
have been trying to get readline working. I'm trying a
test program that is one line:

# more readline.cpp
#include <readline/readline.h>

I made sure readline.h would be in the PATH (although
I'm really not sure this works this way)

# export
PATH=$PATH:/usr/local/include/:/usr/local/include/readline/

tried to compile

# g++ readline.cpp -o readline
readline.cpp:1:31: readline/readline.h: No such file
or directory

So it looks like g++ can't find readline.h, which is
the problem that keeps Box Backup from compiling. 

At this point I've uninstalled the readline package
and I actually compiled readline 4.3 on the machine,
and still the problem persists, so I think it's not a
problem with the readline package or gcc package, but
a problem we me not knowing how to tell gcc where to
find readline, if that makes sense. 

since I've compiled and installed readline the hard
way, i'm not sure I can remove it either; I'm probably
going to be sticking with readline 4.3 so I don't mess
this system up any worse ;)

I'm not sure how to tell g++ or configure where the
libraries are. Can anyone help get me unstuck? Please
let me know if I should include more details. 

The original errors when I compile Box Backup are
below, and the complete procedure I took is below
that. Thanks for any advice!

Nicole



bbackupquery.cpp:58:33: readline/readline.h: No such
file or directory
bbackupquery.cpp:59:32: readline/history.h: No such
file or directory
bbackupquery.cpp: In function `int main(int, const
char**)':
bbackupquery.cpp:228: error: `using_history'
undeclared (first use this function)
bbackupquery.cpp:228: error: (Each undeclared
identifier is reported only once for each function it
appears in.)
bbackupquery.cpp:232: error: `readline' undeclared
(first use this function)
bbackupquery.cpp:245: error: `add_history' undeclared
(first use this function)
gmake[1]: ***
[../../release/bin/bbackupquery/bbackupquery.o] Error
1
gmake[1]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/bin/bbackupquery'
make: ***
[parcels/boxbackup-0.09-backup-client-SunOS.tgz] Error
2



-bash-3.00# tar -xf boxbackup-0.09.tar
-bash-3.00# gpatch -p0 < boxbackup-0.09-solaris.patch
patching file
boxbackup-0.09/bin/bbackupd/BackupDaemon.cpp
patching file
boxbackup-0.09/infrastructure/BoxPlatform.pm
patching file
boxbackup-0.09/infrastructure/makebuildenv.pl
patching file
boxbackup-0.09/infrastructure/makeparcels.pl
patching file boxbackup-0.09/lib/common/BoxPlatform.h
patching file boxbackup-0.09/lib/common/NamedLock.cpp
patching file
boxbackup-0.09/lib/raidfile/RaidFileRead.cpp
patching file
boxbackup-0.09/lib/raidfile/RaidFileUtil.cpp
patching file
boxbackup-0.09/lib/raidfile/RaidFileWrite.cpp
patching file boxbackup-0.09/lib/server/Daemon.cpp
patching file boxbackup-0.09/lib/server/Protocol.cpp
patching file
boxbackup-0.09/lib/server/SocketStreamTLS.cpp
patching file
boxbackup-0.09/test/backupstore/testbackupstore.cpp
patching file
boxbackup-0.09/test/common/testcommon.cpp
patching file
boxbackup-0.09/test/raidfile/intercept.cpp
patching file
boxbackup-0.09/test/raidfile/testraidfile.cpp
-bash-3.00# export MAKE=gmake
-bash-3.00# cd boxbackup-0.09
-bash-3.00# ./configure openssl:/opt/csw link:-lsocket
link:-lnsl
Box build environment setup.

Checking environment...
Compiler 1: yes
Compiler 2: yes
OpenSSL 1: yes
OpenSSL 2: yes
done

Seeding autogen code...
Generating Common exception...
Generating Conversion exception...
Generating Cipher exception...
Generating Server exception...
Generating Connection exception...
Generating Compress exception...
Generating RaidFile exception...
Making Client protocol classes from
../../bin/bbstored/backupprotocol.txt...
Generating BackupStore exception...
Making Server protocol classes from
testprotocol.txt...
Making Client protocol classes from
testprotocol.txt...
Making Server protocol classes from
backupprotocol.txt...
Creating built-in documentation for bbackupquery...
done

Scanning code...
done

Generating Makefiles...
lib/raidfile
lib/crypto
lib/server
lib/compress
test/common
test/crypto
test/compress
test/basicserver
test/raidfile
lib/backupclient
lib/backupstore
bin/bbstored
bin/bbstoreaccounts
bin/bbackupobjdump
bin/bbackupd
bin/bbackupquery
bin/bbackupctl
test/backupstore
test/backupstorefix
test/backupstorepatch
test/backupdiff
test/bbackupd
lib/common

Type 'cd <module_dir>; gmake' to build a module


Type 'make' to build the installation parcels.

Then use the install scripts inside parcels/<dir> to
install
the components you need.


-bash-3.00# export
PATH=$PATH:/usr/local/bin:/usr/ccs/bin:/opt/csw/gcc3/bin:/usr/sfw/bin
-bash-3.00# export
PATH=$PATH:/usr/local/include/:/usr/local/include/readline/
-bash-3.00# make
mkdir parcels/boxbackup-0.09-backup-client-SunOS
(cd bin/bbackupd; gmake RELEASE=1)
gmake[1]: Entering directory
`/tmp/boxbackup/boxbackup-0.09/bin/bbackupd'
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BackupClientContext.cpp -o
../../release/bin/bbackupd/BackupClientContext.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BackupClientDeleteList.cpp -o
../../release/bin/bbackupd/BackupClientDeleteList.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BackupClientDirectoryRecord.cpp -o
../../release/bin/bbackupd/BackupClientDirectoryRecord.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BackupClientInodeToIDMap.cpp -o
../../release/bin/bbackupd/BackupClientInodeToIDMap.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BackupDaemon.cpp -o
../../release/bin/bbackupd/BackupDaemon.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
bbackupd.cpp -o ../../release/bin/bbackupd/bbackupd.o
(cd ../../lib/common; gmake RELEASE=1 NODEPS=1)
gmake[2]: Entering directory
`/tmp/boxbackup/boxbackup-0.09/lib/common'
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BoxException.cpp -o
../../release/lib/common/BoxException.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BoxTime.cpp -o ../../release/lib/common/BoxTime.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BoxTimeToText.cpp -o
../../release/lib/common/BoxTimeToText.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
CollectInBufferStream.cpp -o
../../release/lib/common/CollectInBufferStream.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
Configuration.cpp -o
../../release/lib/common/Configuration.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
ConversionString.cpp -o
../../release/lib/common/ConversionString.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
DebugAssertFailed.cpp -o
../../release/lib/common/DebugAssertFailed.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
DebugMemLeakFinder.cpp -o
../../release/lib/common/DebugMemLeakFinder.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
DebugPrintf.cpp -o
../../release/lib/common/DebugPrintf.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
EventWatchFilesystemObject.cpp -o
../../release/lib/common/EventWatchFilesystemObject.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
ExcludeList.cpp -o
../../release/lib/common/ExcludeList.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
FdGetLine.cpp -o ../../release/lib/common/FdGetLine.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
FileStream.cpp -o
../../release/lib/common/FileStream.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
IOStream.cpp -o ../../release/lib/common/IOStream.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
IOStreamGetLine.cpp -o
../../release/lib/common/IOStreamGetLine.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
LinuxWorkaround.cpp -o
../../release/lib/common/LinuxWorkaround.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
MemBlockStream.cpp -o
../../release/lib/common/MemBlockStream.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
NamedLock.cpp -o ../../release/lib/common/NamedLock.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
PartialReadStream.cpp -o
../../release/lib/common/PartialReadStream.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
ReadGatherStream.cpp -o
../../release/lib/common/ReadGatherStream.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
StreamableMemBlock.cpp -o
../../release/lib/common/StreamableMemBlock.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
UnixUser.cpp -o ../../release/lib/common/UnixUser.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
Utils.cpp -o ../../release/lib/common/Utils.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
WaitForEvent.cpp -o
../../release/lib/common/WaitForEvent.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
autogen_CommonException.cpp -o
../../release/lib/common/autogen_CommonException.o
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_SUNOS
-DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
autogen_ConversionException.cpp -o
../../release/lib/common/autogen_ConversionException.o
(echo -n > ../../release/lib/common/common.a; rm
../../release/lib/common/common.a)
ar -q ../../release/lib/common/common.a
../../release/lib/common/BoxException.o
../../release/lib/common/BoxTime.o
../../release/lib/common/BoxTimeToText.o
../../release/lib/common/CollectInBufferStream.o
../../release/lib/common/Configuration.o
../../release/lib/common/ConversionString.o
../../release/lib/common/DebugAssertFailed.o
../../release/lib/common/DebugMemLeakFinder.o
../../release/lib/common/DebugPrintf.o
../../release/lib/common/EventWatchFilesystemObject.o
../../release/lib/common/ExcludeList.o
../../release/lib/common/FdGetLine.o
../../release/lib/common/FileStream.o
../../release/lib/common/IOStream.o
../../release/lib/common/IOStreamGetLine.o
../../release/lib/common/LinuxWorkaround.o
../../release/lib/common/MemBlockStream.o
../../release/lib/common/NamedLock.o
../../release/lib/common/PartialReadStream.o
../../release/lib/common/ReadGatherStream.o
../../release/lib/common/StreamableMemBlock.o
../../release/lib/common/UnixUser.o
../../release/lib/common/Utils.o
../../release/lib/common/WaitForEvent.o
../../release/lib/common/autogen_CommonException.o
../../release/lib/common/autogen_ConversionException.o
ar: creating ../../release/lib/common/common.a
ranlib ../../release/lib/common/common.a
gmake[2]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/lib/common'
(cd ../../lib/compress; gmake RELEASE=1 NODEPS=1)
gmake[2]: Entering directory
`/tmp/boxbackup/boxbackup-0.09/lib/compress'
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
CompressStream.cpp -o
../../release/lib/compress/CompressStream.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
autogen_CompressException.cpp -o
../../release/lib/compress/autogen_CompressException.o
(echo -n > ../../release/lib/compress/compress.a; rm
../../release/lib/compress/compress.a)
ar -q ../../release/lib/compress/compress.a
../../release/lib/compress/CompressStream.o
../../release/lib/compress/autogen_CompressException.o
ar: creating ../../release/lib/compress/compress.a
ranlib ../../release/lib/compress/compress.a
gmake[2]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/lib/compress'
(cd ../../lib/crypto; gmake RELEASE=1 NODEPS=1)
gmake[2]: Entering directory
`/tmp/boxbackup/boxbackup-0.09/lib/crypto'
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
CipherAES.cpp -o ../../release/lib/crypto/CipherAES.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
CipherBlowfish.cpp -o
../../release/lib/crypto/CipherBlowfish.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
CipherContext.cpp -o
../../release/lib/crypto/CipherContext.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
CipherDescription.cpp -o
../../release/lib/crypto/CipherDescription.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
MD5Digest.cpp -o ../../release/lib/crypto/MD5Digest.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
Random.cpp -o ../../release/lib/crypto/Random.o
Random.cpp: In function `std::string
Random::GenerateHex(int)':
Random.cpp:111: warning: comparison between signed and
unsigned integer expressions
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
RollingChecksum.cpp -o
../../release/lib/crypto/RollingChecksum.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
autogen_CipherException.cpp -o
../../release/lib/crypto/autogen_CipherException.o
(echo -n > ../../release/lib/crypto/crypto.a; rm
../../release/lib/crypto/crypto.a)
ar -q ../../release/lib/crypto/crypto.a
../../release/lib/crypto/CipherAES.o
../../release/lib/crypto/CipherBlowfish.o
../../release/lib/crypto/CipherContext.o
../../release/lib/crypto/CipherDescription.o
../../release/lib/crypto/MD5Digest.o
../../release/lib/crypto/Random.o
../../release/lib/crypto/RollingChecksum.o
../../release/lib/crypto/autogen_CipherException.o
ar: creating ../../release/lib/crypto/crypto.a
ranlib ../../release/lib/crypto/crypto.a
gmake[2]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/lib/crypto'
(cd ../../lib/server; gmake RELEASE=1 NODEPS=1)
gmake[2]: Entering directory
`/tmp/boxbackup/boxbackup-0.09/lib/server'
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
Daemon.cpp -o ../../release/lib/server/Daemon.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
LocalProcessStream.cpp -o
../../release/lib/server/LocalProcessStream.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
Protocol.cpp -o ../../release/lib/server/Protocol.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
ProtocolObject.cpp -o
../../release/lib/server/ProtocolObject.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
ProtocolUncertainStream.cpp -o
../../release/lib/server/ProtocolUncertainStream.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
SSLLib.cpp -o ../../release/lib/server/SSLLib.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
Socket.cpp -o ../../release/lib/server/Socket.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
SocketStream.cpp -o
../../release/lib/server/SocketStream.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
SocketStreamTLS.cpp -o
../../release/lib/server/SocketStreamTLS.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
TLSContext.cpp -o
../../release/lib/server/TLSContext.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
autogen_ServerException.cpp -o
../../release/lib/server/autogen_ServerException.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
autogen_ConnectionException.cpp -o
../../release/lib/server/autogen_ConnectionException.o
(echo -n > ../../release/lib/server/server.a; rm
../../release/lib/server/server.a)
ar -q ../../release/lib/server/server.a
../../release/lib/server/Daemon.o
../../release/lib/server/LocalProcessStream.o
../../release/lib/server/Protocol.o
../../release/lib/server/ProtocolObject.o
../../release/lib/server/ProtocolUncertainStream.o
../../release/lib/server/SSLLib.o
../../release/lib/server/Socket.o
../../release/lib/server/SocketStream.o
../../release/lib/server/SocketStreamTLS.o
../../release/lib/server/TLSContext.o
../../release/lib/server/autogen_ServerException.o
../../release/lib/server/autogen_ConnectionException.o
ar: creating ../../release/lib/server/server.a
ranlib ../../release/lib/server/server.a
gmake[2]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/lib/server'
(cd ../../lib/backupclient; gmake RELEASE=1 NODEPS=1)
gmake[2]: Entering directory
`/tmp/boxbackup/boxbackup-0.09/lib/backupclient'
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupClientCryptoKeys.cpp -o
../../release/lib/backupclient/BackupClientCryptoKeys.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupClientFileAttributes.cpp
-o
../../release/lib/backupclient/BackupClientFileAttributes.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupClientMakeExcludeList.cpp
-o
../../release/lib/backupclient/BackupClientMakeExcludeList.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupClientRestore.cpp -o
../../release/lib/backupclient/BackupClientRestore.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupDaemonConfigVerify.cpp -o
../../release/lib/backupclient/BackupDaemonConfigVerify.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreDirectory.cpp -o
../../release/lib/backupclient/BackupStoreDirectory.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFile.cpp -o
../../release/lib/backupclient/BackupStoreFile.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFileCmbDiff.cpp -o
../../release/lib/backupclient/BackupStoreFileCmbDiff.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFileCmbIdx.cpp -o
../../release/lib/backupclient/BackupStoreFileCmbIdx.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFileCombine.cpp -o
../../release/lib/backupclient/BackupStoreFileCombine.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFileCryptVar.cpp -o
../../release/lib/backupclient/BackupStoreFileCryptVar.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFileDiff.cpp -o
../../release/lib/backupclient/BackupStoreFileDiff.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFileEncodeStream.cpp
-o
../../release/lib/backupclient/BackupStoreFileEncodeStream.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFileRevDiff.cpp -o
../../release/lib/backupclient/BackupStoreFileRevDiff.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFilename.cpp -o
../../release/lib/backupclient/BackupStoreFilename.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreFilenameClear.cpp -o
../../release/lib/backupclient/BackupStoreFilenameClear.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c BackupStoreObjectDump.cpp -o
../../release/lib/backupclient/BackupStoreObjectDump.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c
autogen_BackupProtocolClient.cpp -o
../../release/lib/backupclient/autogen_BackupProtocolClient.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -DPLATFORM_SUNOS -DPLATFORM_SPARC
-DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\""
-I/opt/csw/include  -c
autogen_BackupStoreException.cpp -o
../../release/lib/backupclient/autogen_BackupStoreException.o
(echo -n >
../../release/lib/backupclient/backupclient.a; rm
../../release/lib/backupclient/backupclient.a)
ar -q ../../release/lib/backupclient/backupclient.a
../../release/lib/backupclient/BackupClientCryptoKeys.o
../../release/lib/backupclient/BackupClientFileAttributes.o
../../release/lib/backupclient/BackupClientMakeExcludeList.o
../../release/lib/backupclient/BackupClientRestore.o
../../release/lib/backupclient/BackupDaemonConfigVerify.o
../../release/lib/backupclient/BackupStoreDirectory.o
../../release/lib/backupclient/BackupStoreFile.o
../../release/lib/backupclient/BackupStoreFileCmbDiff.o
../../release/lib/backupclient/BackupStoreFileCmbIdx.o
../../release/lib/backupclient/BackupStoreFileCombine.o
../../release/lib/backupclient/BackupStoreFileCryptVar.o
../../release/lib/backupclient/BackupStoreFileDiff.o
../../release/lib/backupclient/BackupStoreFileEncodeStream.o
../../release/lib/backupclient/BackupStoreFileRevDiff.o
../../release/lib/backupclient/BackupStoreFilename.o
../../release/lib/backupclient/BackupStoreFilenameClear.o
../../release/lib/backupclient/BackupStoreObjectDump.o
../../release/lib/backupclient/autogen_BackupProtocolClient.o
../../release/lib/backupclient/autogen_BackupStoreException.o
ar: creating
../../release/lib/backupclient/backupclient.a
ranlib ../../release/lib/backupclient/backupclient.a
gmake[2]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/lib/backupclient'
g++ -L/opt/csw/lib -lrt -lsocket -lnsl  -o
../../release/bin/bbackupd/bbackupd
../../release/bin/bbackupd/BackupClientContext.o
../../release/bin/bbackupd/BackupClientDeleteList.o
../../release/bin/bbackupd/BackupClientDirectoryRecord.o
../../release/bin/bbackupd/BackupClientInodeToIDMap.o
../../release/bin/bbackupd/BackupDaemon.o
../../release/bin/bbackupd/bbackupd.o
../../release/lib/backupclient/backupclient.a
../../release/lib/server/server.a
../../release/lib/crypto/crypto.a
../../release/lib/compress/compress.a
../../release/lib/common/common.a -lssl -lcrypto -lz
gmake[1]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/bin/bbackupd'
cp release/bin/bbackupd/bbackupd
parcels/boxbackup-0.09-backup-client-SunOS
(cd bin/bbackupquery; gmake RELEASE=1)
gmake[1]: Entering directory
`/tmp/boxbackup/boxbackup-0.09/bin/bbackupquery'
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
BackupQueries.cpp -o
../../release/bin/bbackupquery/BackupQueries.o
g++ -DNDEBUG -O2 -Wall -I../../lib/common
-I../../lib/compress -I../../lib/crypto
-I../../lib/server -I../../lib/backupclient
-DPLATFORM_SUNOS -DPLATFORM_SPARC -DPLATFORM_GCC3
-DBOX_VERSION="\"0.09\"" -I/opt/csw/include  -c
bbackupquery.cpp -o
../../release/bin/bbackupquery/bbackupquery.o
bbackupquery.cpp:58:33: readline/readline.h: No such
file or directory
bbackupquery.cpp:59:32: readline/history.h: No such
file or directory
bbackupquery.cpp: In function `int main(int, const
char**)':
bbackupquery.cpp:228: error: `using_history'
undeclared (first use this function)
bbackupquery.cpp:228: error: (Each undeclared
identifier is reported only once for each function it
appears in.)
bbackupquery.cpp:232: error: `readline' undeclared
(first use this function)
bbackupquery.cpp:245: error: `add_history' undeclared
(first use this function)
gmake[1]: ***
[../../release/bin/bbackupquery/bbackupquery.o] Error
1
gmake[1]: Leaving directory
`/tmp/boxbackup/boxbackup-0.09/bin/bbackupquery'
make: ***
[parcels/boxbackup-0.09-backup-client-SunOS.tgz] Error
2
-bash-3.00#




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Boxbackup mailing list