[Box Backup-dev] Box on Solaris 10 x86

Stefan Norlin boxbackup-dev at fluffy.co.uk
Wed Feb 1 23:32:00 GMT 2006


Well, it compiles with one additional change:

Include file asm/byteorder.h is present but the

#define box_hton64(x) __cpu_to_be64(x)
#define box_ntoh64(x) __be64_to_cpu(x)

does not work.

__cpu_to_be64 and __be64_to_cpu cannot be found when linking.

Also tests fails due to that the pid file does not get created it seems.

Sample test output:

TEST: test/bbackupd
Removing old test files...
Copying new test files...
Account 1234567 created
Running test bbackupd in debug mode...
Exception thrown: CommonException(OSFileError) at 
BackupClientFileAttributes.cpp(298)
Exception thrown: CommonException(OSFileError) at 
BackupClientFileAttributes.cpp(682)
Exception thrown: BackupStoreException(AttributesNotLoaded) at 
BackupClientFileAttributes.cpp(578)
Server: ../../bin/bbstored/bbstored testfiles/bbstored.conf
FAILURE: Server didn't save PID file at ../../lib/common/Test.h(94)
FAILURE: Condition [bbstored_pid != -1 && bbstored_pid != 0] failed at 
testbbackupd.cpp(388)
FAILED: 2 tests failed
--------
bbackupd: FAILED: 2 tests failed

Stefan 




More information about the Boxbackup-dev mailing list