Re: 2.0.0 compile hangs

2006-07-12 Thread Derek Atkins
Quoting Brian <[EMAIL PROTECTED]>: > Won't that happen on any system with svk installed since they most > likely will not have set up svk when run as root, but the package > manager is running with root privileges? Well, I've fixed this in trunk. I plan to backport that changeset into 2.0. So,

Re: 2.0.0 compile hangs

2006-07-12 Thread Brian
On Wed, 2006-12-07 at 16:27 -0400, Archimedes Submerged wrote: > On 7/12/06, Brian <[EMAIL PROTECTED]> wrote: > > > Exiting on signal 2 > > sandbox: Signal already caught and busy still cleaning up! > > sandbox: Caught signal 2 in pid 16865 > > ./configure: line 22522: test: =: unary operator ex

Re: 2.0.0 compile hangs

2006-07-12 Thread Brian
On Wed, 2006-12-07 at 11:06 -0400, Derek Atkins wrote: > Quoting Brian <[EMAIL PROTECTED]>: > > > big_squirt gnucash-2.0.0 # sh -x ./util/gnc-svnversion . > > + '[' -n . ']' > > + '[' -d . ']' > > + test -h ./Makefile.am > > + real_srcdir=. > > + test -d ./.svn > > + which svk > > + test 0 '!=' 0

Re: 2.0.0 compile hangs

2006-07-12 Thread Archimedes Submerged
On 7/12/06, Brian <[EMAIL PROTECTED]> wrote: > Exiting on signal 2 > sandbox: Signal already caught and busy still cleaning up! > sandbox: Caught signal 2 in pid 16865 > ./configure: line 22522: test: =: unary operator expected > > Could you report line 22522 and surroundings of configure? I ju

Re: 2.0.0 compile hangs

2006-07-12 Thread Derek Atkins
Quoting Brian <[EMAIL PROTECTED]>: > big_squirt gnucash-2.0.0 # sh -x ./util/gnc-svnversion . > + '[' -n . ']' > + '[' -d . ']' > + test -h ./Makefile.am > + real_srcdir=. > + test -d ./.svn > + which svk > + test 0 '!=' 0 > ++ svk info . Huh. So you have svk installed... But "svk info ." is ha

Re: 2.0.0 compile hangs

2006-07-12 Thread Brian
On Wed, 2006-12-07 at 10:07 -0400, Derek Atkins wrote: > Sorry, typo: > > sh -x ./util/gnc-svnversion . > > (util, not utils). > > -derek big_squirt gnucash-2.0.0 # sh -x ./util/gnc-svnversion . + '[' -n . ']' + '[' -d . ']' + test -h ./Makefile.am + real_srcdir=. + test -d ./.svn + which svk

Re: 2.0.0 compile hangs

2006-07-12 Thread Josh Sled
On Wed, 2006-07-12 at 07:02 -0700, Brian wrote: > big_squirt gnucash-2.0.0 # sh -x ./utils/gnc-svnversion . > sh: ./utils/gnc-svnversion: No such file or directory > > Unfortunately I know extremely little about shell programming :( It's `sh -x ./util/gnc-svnversion .`. Not 'utils'. > Since you

Re: 2.0.0 compile hangs

2006-07-12 Thread Derek Atkins
Sorry, typo: sh -x ./util/gnc-svnversion . (util, not utils). -derek Quoting Brian <[EMAIL PROTECTED]>: > On Wed, 2006-12-07 at 08:39 -0400, Derek Atkins wrote: >> Quoting Brian <[EMAIL PROTECTED]>: >> >> >> ./util/gnc-svnversion . >> >> >> [snip] >> > >> > Yes, it does hang. Along with m

Re: 2.0.0 compile hangs

2006-07-12 Thread Brian
On Wed, 2006-12-07 at 08:39 -0400, Derek Atkins wrote: > Quoting Brian <[EMAIL PROTECTED]>: > > >> ./util/gnc-svnversion . > >> > [snip] > > > > Yes, it does hang. Along with most any other directory I specify. > > Sorry, I had tried that before, but did not think to mention it last > > time. >

Re: 2.0.0 compile hangs

2006-07-12 Thread Derek Atkins
Quoting Brian <[EMAIL PROTECTED]>: >> ./util/gnc-svnversion . >> [snip] > > Yes, it does hang. Along with most any other directory I specify. > Sorry, I had tried that before, but did not think to mention it last > time. Oh.. Interesting.. How much do you know about shell programming? The sc

Re: 2.0.0 compile hangs

2006-07-12 Thread Brian
On Wed, 2006-12-07 at 01:40 -0400, Derek Atkins wrote: > Quoting Brian <[EMAIL PROTECTED]>: > > > On Tue, 2006-11-07 at 10:11 -0400, Derek Atkins wrote: > >> From your top-level srcdir, what happens if you run: > > > >> ./util/gnc-svnversion > > > > I just get a usage printout. > > Did I typo? I

Re: 2.0.0 compile hangs

2006-07-11 Thread Derek Atkins
Quoting Brian <[EMAIL PROTECTED]>: > On Tue, 2006-11-07 at 10:11 -0400, Derek Atkins wrote: >> From your top-level srcdir, what happens if you run: > >> ./util/gnc-svnversion > > I just get a usage printout. Did I typo? I THOUGHT I said: ./util/gnc-svnversion . Maybe I missed that trailing d

Re: 2.0.0 compile hangs

2006-07-11 Thread Brian
On Tue, 2006-11-07 at 10:11 -0400, Derek Atkins wrote: > From your top-level srcdir, what happens if you run: > ./util/gnc-svnversion I just get a usage printout. trying it with several directories and some snooping it seems that Chris has stripped out all the svn version info for the 2.0.0 rele

Re: 2.0.0 compile hangs

2006-07-11 Thread Derek Atkins
Brian <[EMAIL PROTECTED]> writes: > I've a gentoo system. I find that the 2.0 release is hanging at: > > checking for pthread_mutex_init... yes > checking for strptime... yes > checking for localtime_r... yes > checking what extra warning flags to pass to the C compiler... > > Where it stalls an

2.0.0 compile hangs

2006-07-11 Thread Brian
I've a gentoo system. I find that the 2.0 release is hanging at: checking for pthread_mutex_init... yes checking for strptime... yes checking for localtime_r... yes checking what extra warning flags to pass to the C compiler... Where it stalls and the process waits forever. CPU usage goes to z