[Box Backup] compile problems

Torsten boxbackup@boxbackup.org
Fri, 10 Jul 2009 12:40:23 +0200


Sorry but i can not find the error. I tried on 3 different Debian Lenny=20
Systems and one Debian Etch System. I tried latest svn and several older sv=
n=20
up to r2503, but always the same errors.

test/backupstore/testfiles esists after checkout

I cannot find the real problem. One example test is

test/basicserver/t

makes an=20

cp -p -R ../../../test/basicserver/testfiles .

but it should be

cp -p -R ../test/basicserver/testfiles .

I think there is a problem with the paths.

Can anyone other please test this ? Just this:

svn co https://www.boxbackup.org/svn/box/trunk/
cd trunk
=2E/bootstrap
=2E/configure
make test

thanks
  torsten

Am Thursday 09 July 2009 23:15:37 schrieb Chris Wilson:
> Hi all,
>
> On Thu, 9 Jul 2009, berni wrote:
> > On Thu, 2009-07-09 at 21:59 +0100, Chris Wilson wrote:
> >> "chmod: Zugriff auf =C3=A2??testfiles=C3=A2??
> >> nicht m=C3=83=C2=B6glich: Datei oder Verzeichnis nicht gefunden"
> >
> > is german and means
> >
> > $ chmod 777 testfile
> > chmod: cannot access `testfile': No such file or directory
> >
> > (testfile does not exist)
>
> Thanks Berni. Torsten, this may mean that your checked-out copy is not
> complete. Does test/backupstore/testfiles exist on your system? If not,
> please try to find out why not.
>
> Cheers, Chris.