Hi, It seems that if git is called to test anything when building T2 and it will find ".git" dir somewhere in (grand-)parents of the buidling directory it will open an index file in "RW" mode and this way trigger T2 building error, like this:
== 17:38:55 =[0]=> Building base/autoconf [2.66 8.0-stable]. -> Preparing build in src.autoconf.default.20100824.173853.4895.spinlock -> Building. Writing output to $root/var/adm/logs/0-autoconf.out !> Making install in man !> test -z "/home/dpc/lab/t2-8.0/build/default-8.0-stable-tlx-x86-i386-cross-linux/TOOLCHAIN/tools.cross/usr/man/man1" || /bin/mkdi .. !> /home/dpc/lab/t2-8.0/build/default-8.0-stable-tlx-x86-i386-cross-linux/TOOLCHAIN/tools.cross/wrapper/install -c -m 644 ./autoco .. !> Creating file list and doing final adaptions ... !> Created file outside basedir: /home/dpc/.git/index !> Created (vanished) file outside basedir (ignored): /home/dpc/.git/index.lock !> base #1: /home/dpc/lab/t2-8.0 !> base #2: /home/dpc/lab/t2-8.0/build/default-8.0-stable-tlx-x86-i386-cross-linux/TOOLCHAIN/tools.cross -> $root/var/adm/logs/0-autoconf.out -> 0-autoconf.err == 08/24/10 17:39:26 =[0]=> Aborted building package autoconf. -> Unmounting loop mounts ... As you can see my home directory is revisioned in git. The workaround for me is: d...@spinlock:t2-8.0$ alias git='nogit' d...@spinlock:t2-8.0$ git nogit: command not found and now compilation continues fines. I just wanted to let you know. Regards, Dawid -- http://dpc.ucore.info ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
