Re: Problems with git 1.8.5.3 on HP-UX 11.11

2014-03-28 Thread Jeff King
On Fri, Mar 28, 2014 at 03:43:29PM -0400, Eric Sunshine wrote: > On Fri, Mar 28, 2014 at 3:01 PM, Jeff King wrote: > > On Fri, Mar 28, 2014 at 11:09:14AM -, Gerhard Grimm wrote: > >> git submodule init > >> > >> fails with the output > >> > >> Assertion failed: err == REG_ESPACE, file com

Re: Problems with git 1.8.5.3 on HP-UX 11.11

2014-03-28 Thread Eric Sunshine
On Fri, Mar 28, 2014 at 3:01 PM, Jeff King wrote: > On Fri, Mar 28, 2014 at 11:09:14AM -, Gerhard Grimm wrote: >> git submodule init >> >> fails with the output >> >> Assertion failed: err == REG_ESPACE, file compat/regex/regexec.c, line >> 1096 >> No submodule mapping found in .gitmo

Re: Problems with git 1.8.5.3 on HP-UX 11.11

2014-03-28 Thread Jeff King
On Fri, Mar 28, 2014 at 11:09:14AM -, Gerhard Grimm wrote: > So I examined the git source package and found that the author of the > HP-UX port forgot to set > > PTHREAD_CFLAGS=-mt > > in config.mak.autogen to enable threading. You probably want to place such manual settings in config.mak.

Re: Problems with git 1.8.5.3 on HP-UX 11.11

2014-03-28 Thread Thomas Ackermann
Gerhard Grimm detec.com> writes: > > In order to set up automated builds and tests of the CMake toolchain (www.cmake.org) on HP-UX 11.11 (hppa) > and 11.23 (ia64), I needed to install git on those platforms. > The latest binary package available from hpux.connect.org.uk is version 1.8.5.3, whi

Problems with git 1.8.5.3 on HP-UX 11.11

2014-03-28 Thread Gerhard Grimm
In order to set up automated builds and tests of the CMake toolchain (www.cmake.org) on HP-UX 11.11 (hppa) and 11.23 (ia64), I needed to install git on those platforms. The latest binary package available from hpux.connect.org.uk is version 1.8.5.3, which I installed with all of its dependencies