Package: git-core
Version: 1.7.0.4-1
Severity: normal
This version of git failed to build on lenny, though build
dependencies were satisfied.
Errors appear below.
Regards, Faheem
**********************************************************
fatal: cannot mkdir newdir: File exists
* ok 22: init notices EEXIST (1)
* expecting success:
rm -fr newdir &&
(
mkdir newdir &&
>newdir/a
test_must_fail git init newdir/a/b &&
test -f newdir/a
)
fatal: cannot mkdir newdir/a/b: File exists
* ok 23: init notices EEXIST (2)
* expecting success:
rm -fr newdir &&
(
mkdir newdir &&
chmod -w newdir &&
test_must_fail git init newdir/a/b
Initialized empty Git repository in
/usr/local/src/git/git-core-1.7.0.4/t/trash
directory.t0001-init/newdir/a/b/.git/
* FAIL 24: init notices EPERM
rm -fr newdir &&
(
mkdir newdir &&
chmod -w newdir &&
test_must_fail git init newdir/a/b
)
* failed 1 among 24 test(s)
make[3]: *** [t0001-init.sh] Error 1
make[3]: Leaving directory /usr/local/src/git/git-core-1.7.0.4/t'
make[2]: *** [all] Error 2
make[2]: Leaving directory /usr/local/src/git/git-core-1.7.0.4/t'
make[1]: *** [test] Error 2
make[1]: Leaving directory /usr/local/src/git/git-core-1.7.0.4'
make: *** [build-arch-stamp] Error 2
debuild: fatal error at line 1301:
couldn't exec fakeroot debian/rules:
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable'), (50, 'unstable'), (50, 'testing'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-vserver-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]