Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-06 Thread Torsten Bögershausen
On 2014-11-06 08.38, victor wrote: Hi Jeff, Thanks for your help, as your suggestion, I can compile/install git with --disable_ptheads now. It seems as if your Git still wants to create a pthread, Did you use --disable-pthreads or --disable_ptheads ? -- To unsubscribe from this list: send

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-06 Thread victor
Hi, I used below command to configure: ./configure --prefix=/usr/local/git-2.1.3/ --disable-pthreads Actually, I think the error message is quite clear this time, it is about hook of Deleting a tag is not allowed in this repository. Can I try to disable the hook? Thanks, Victor -- View this

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-06 Thread victor
Hi, I tried to install this version git on sparc 10, the git clone command can be executed successfully. So is there any specific issue about sparc 8 for git to make/install? Anyway, I will try to install on sparc 8 again. Thanks, Victor -- View this message in context:

Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-05 Thread victor
Hi, I installed git 2.1.3 on sparc 8 by source code with make install, however I got git core dump during 'git clone'. I used command as below to compile and install: ./configure --prefix=/usr/local/git-2.1.3/ --enable-pthreads sudo gmake NO_GETTEXT=1 install Below I pasted the gdb bt full

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-05 Thread Jeff King
On Wed, Nov 05, 2014 at 09:19:04PM -0800, victor wrote: (gdb) bt full #0 0xff0332ec in strlen () from /usr/lib/libc.so.1 No symbol table info available. #1 0xff0866b8 in _doprnt () from /usr/lib/libc.so.1 No symbol table info available. #2 0xff088ac0 in vsnprintf () from

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-05 Thread victor
Hi, Thanks for the input. With below command, I got new error as below: ./configure --prefix=/usr/local/git-2.1.3/ --disable-pthreads sudo gmake NO_GETTEXT=1 install Undefined first referenced symbol in file type_cas_unlock

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-05 Thread Jeff King
On Wed, Nov 05, 2014 at 10:34:27PM -0800, victor wrote: Thanks for the input. With below command, I got new error as below: ./configure --prefix=/usr/local/git-2.1.3/ --disable-pthreads sudo gmake NO_GETTEXT=1 install Undefined first referenced symbol

Re: Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'

2014-11-05 Thread victor
Hi Jeff, Thanks for your help, as your suggestion, I can compile/install git with --disable_ptheads now. While ran 'git clone', it still got core dump. Would you please have a look at it? (gdb) bt full #0 0xff0332ec in strlen () from /usr/lib/libc.so.1 No symbol table info available. #1