[Box Backup] Compiling boxbackup chris-merge on debian etch?

Tobias Balle-Petersen boxbackup@fluffy.co.uk
Sat, 07 Jul 2007 20:44:44 +0200


Helo Chris.

My results:

As user root.

Stop running bbstored 0.10

Delete /var/run/bbstored.pid

# svn co http://bbdev.fluffy.co.uk/svn/box/chris/merge/
Checked out revision 1725.

# ./bootstrap

# ./configure

Regular expressions: yes
Large files:         yes
Berkeley DB:         yes
Readline:            yes
Extended attributes: yes

# make

# ./runtest ALL

common: PASSED
crypto: PASSED
compress: PASSED
raidfile: PASSED
basicserver: PASSED
backupstore: PASSED
backupstorefix: PASSED
backupstorepatch: PASSED
backupdiff: FAILED: 1 tests failed (first at testbackupdiff.cpp:548)
bbackupd: PASSED


Trying to run the tests again returns:

common: PASSED
crypto: PASSED
compress: PASSED
raidfile: PASSED
basicserver: PASSED
backupstore: FAILED: 2 tests failed (first at ../../lib/common/Test.h:278)
backupstorefix: PASSED
backupstorepatch: PASSED
backupdiff: FAILED: 1 tests failed (first at testbackupdiff.cpp:548)
bbackupd: PASSED


What could the reasons for the backupdiff failure be? I have a slow/older machine.

# cat /proc/cpuinfo
processor       : 0
cpu             : 7410, altivec supported
temperature     : 1-76 C (uncalibrated)
clock           : 533.333332MHz
revision        : 0.3 (pvr 800c 1103)
bogomips        : 66.30
timebase        : 33290001
platform        : PowerMac
machine         : PowerMac3,4
motherboard     : PowerMac3,4 MacRISC2 MacRISC Power Macintosh
detected as     : 69 (PowerMac G4 Silver)
pmac flags      : 00000010
L2 cache        : 1024K unified
pmac-generation : NewWorld


Thanks,
Tobias



Chris Wilson wrote:
> Hi Tobias,
> 
>> Do you want me to delete everything and do it from scratch?
> 
> Yes please, if you don't mind.
> 
> Cheers, Chris.