[Box Backup] OpenBSD hppa boxbackup 0.09.
Martin Ebourne
boxbackup@fluffy.co.uk
Mon, 20 Dec 2004 08:21:53 +0000
On Sun, 2004-12-19 at 23:37 -0600, Justin H Haynes wrote:
> Maybe its one of the following?:
>
> -there is a bug in gcc, or gcc on OpenBSD for hppa is too obscure to be
> fully tested.
> -there is a problem with OpenBSD
> -there is a problem with boxbacup
Hmm, nice. Well an internal compiler error is always a compiler bug,
regardless of anything else. So you could do worse than report this to
the gcc bug list. Have a look on their bugzilla first to see if they've
got anything similar.
> cd bin/bbackupd
> g++ -DNDEBUG -O2 -Wall -I../../lib/common -I../../lib/compress
> -I../../lib/crypto -I../../lib/server -I../../lib/backupclient
> -DPLATFORM_OPENBSD -DPLATFORM_GCC3 -DBOX_VERSION="\"0.09\"" -c
> BackupClientDirectoryRecord.cpp -o
> ../../release/bin/bbackupd/BackupClientDirectoryRecord.o
Try recompiling this file by itself manually. (ie. using the lines
above). Presumably that still breaks.
If so then try it without optimisation (remove the -O2).
Cheers,
Martin.