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 zero
for the process.  If I cntrl-c the process. It actually continues and
adds the extra flags and continues rather than kill the process only to
hang again later.  I thought that I may have a broken tool chain, but
-1.9.8 emerges just fine.  The problem has happened with both josh's
1.9.x ebuild and an slightly modified ebuild for 2.0.0.  I've also
downloaded the source twice and both md5sums match, but I was unable to
find an md5sum posted for it.

I saw that there are other configure problems on the -user list.  Has
no-one else had any problems like this?
-- 
Brian [EMAIL PROTECTED]

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


po/POTFILES.in: No such file or directory

2006-07-11 Thread Archimedes Submerged
Building from a brand new checkout of svn, after running ./autogen.sh, I get
a warning
./configure: line 5617: ./po/POTFILES.in: No such file or directory

Anyone know why this happens?
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


tip_of_the_day.list.in warning: backslash and newline separated by space

2006-07-11 Thread Archimedes Submerged
gcc -E -P -x c -D'N_(x)=x' -o tip_of_the_day.list.tmp tip_of_the_day.list.in
tip_of_the_day.list.in:1:59: warning: backslash and newline separated by
space
tip_of_the_day.list.in:2:53: warning: backslash and newline separated by
space
tip_of_the_day.list.in:3:63: warning: backslash and newline separated by
space
cat -s tip_of_the_day.list.tmp | /bin/sed -e 's/^ *\\(.*\)\ *$/\1/' 
tip_of_the_day.list
rm -f tip_of_the_day.list.tmp

I suspect this should be fixed...
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: po/POTFILES.in: No such file or directory

2006-07-11 Thread Derek Atkins
Quoting Archimedes Submerged [EMAIL PROTECTED]:

 Building from a brand new checkout of svn, after running ./autogen.sh, I get
 a warning
 ./configure: line 5617: ./po/POTFILES.in: No such file or directory

 Anyone know why this happens?

Because po/POTFILES.in doesn't exist, yet.It's a generated file
and not in SVN.  You can safely ignore this warning.

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


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 and the process waits forever.  CPU usage goes to zero
 for the process.  If I cntrl-c the process. It actually continues and
 adds the extra flags and continues rather than kill the process only to
 hang again later.  I thought that I may have a broken tool chain, but
 -1.9.8 emerges just fine.  The problem has happened with both josh's
 1.9.x ebuild and an slightly modified ebuild for 2.0.0.  I've also
 downloaded the source twice and both md5sums match, but I was unable to
 find an md5sum posted for it.

 I saw that there are other configure problems on the -user list.  Has
 no-one else had any problems like this?

From your top-level srcdir, what happens if you run:

 ./util/gnc-svnversion .

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


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 release.

Anyway here is where I got it from:

 Downloading 
 http://surfnet.dl.sourceforge.net/sourceforge/gnucash/gnucash-2.0.0.tar.gz
--21:57:21--  
http://surfnet.dl.sourceforge.net/sourceforge/gnucash/gnucash-2.0.0.tar.gz
   = `/usr/portage/distfiles/gnucash-2.0.0.tar.gz'
Resolving surfnet.dl.sourceforge.net... 130.59.138.20, 2001:620:0:1b::20
Connecting to surfnet.dl.sourceforge.net|130.59.138.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10,244,964 (9.8M) [application/x-tar]

100%[] 10,244,964   
209.02K/sETA 00:00

21:58:01 (250.13 KB/s) - `/usr/portage/distfiles/gnucash-2.0.0.tar.gz' saved 
[10244964/10244964]

big_squirt gnucash # md5sum /usr/portage/distfiles/gnucash-2.0.0.tar.gz
d5802c398825500ec322bb2b3229aadd  /usr/portage/distfiles/gnucash-2.0.0.tar.gz


I am in the middle of a toolchain re-build just in case.  I am updating
my svn-checkout as well to see if the problem is there too.

Thanks...
-- 
Brian [EMAIL PROTECTED]

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


2.0.0 on Debian FYI

2006-07-11 Thread Thomas Bushnell BSG

Gnucash 2.0.0 has been uploaded to Debian, and seems to have
successfully compiled on all current Debian archs that would be
capable of it.  (One cannot support guile at present, so of course not
there.)

When the normal ten-day delay expires, if no Debian release-critical
bugs appear, it will migrate into Debian's testing archive and become
eligible for the next Debian release.

Thomas
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: 2.0.0 on Debian FYI

2006-07-11 Thread Chris Shoemaker
On Tue, Jul 11, 2006 at 05:50:09PM -0700, Thomas Bushnell BSG wrote:
 
 Gnucash 2.0.0 has been uploaded to Debian, and seems to have
 successfully compiled on all current Debian archs that would be
 capable of it.  (One cannot support guile at present, so of course not
 there.)

Thanks, Thomas.  For reference, where can I find out which arch's can
and can't support GnuCash?  I thought Debian ran on lots of strange
archs that I'd never heard of running GnuCash.  Are all these
considered current? :

[alpha] [amd64] [arm] [armeb] [hppa] [i386] [ia64] [hurd-i386]
[kfreebsd-amd64] [kfreebsd-i386] [m32r] [m68k] [mips] [mipsel]
[powerpc] [s390] [sparc]

-chris

 
 When the normal ten-day delay expires, if no Debian release-critical
 bugs appear, it will migrate into Debian's testing archive and become
 eligible for the next Debian release.
 
 Thomas
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


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 dot.  If so, my appologies, but you need
that trailing dot.  Can you test that, please?

 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 release.

Yes. That is not a bug.  The tarball is shippped with a gnc-svninfo.h
file which is generated during make dist.  But based on your hang the
only thing I can think of is that gnc-svnversion is somehow hanging
on your system... Which is why I want you to test it.   If it doesn't
hang, then I know it's not that script and I have to look somewhere else.
If it DOES hang, well, then we know where the problem is!

 Anyway here is where I got it from:

 Downloading 
 http://surfnet.dl.sourceforge.net/sourceforge/gnucash/gnucash-2.0.0.tar.gz
 --21:57:21--  
 http://surfnet.dl.sourceforge.net/sourceforge/gnucash/gnucash-2.0.0.tar.gz
   = `/usr/portage/distfiles/gnucash-2.0.0.tar.gz'
 Resolving surfnet.dl.sourceforge.net... 130.59.138.20, 2001:620:0:1b::20
 Connecting to surfnet.dl.sourceforge.net|130.59.138.20|:80... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 10,244,964 (9.8M) [application/x-tar]

 100%[] 
 10,244,964   209.02K/sETA 00:00

 21:58:01 (250.13 KB/s) - 
 `/usr/portage/distfiles/gnucash-2.0.0.tar.gz' saved 
 [10244964/10244964]

 big_squirt gnucash # md5sum /usr/portage/distfiles/gnucash-2.0.0.tar.gz
 d5802c398825500ec322bb2b3229aadd  /usr/portage/distfiles/gnucash-2.0.0.tar.gz

*shrugs*  Honestly, that's useless and non-helpful to me.  I trust you're
using an actual tarball.

 I am in the middle of a toolchain re-build just in case.  I am updating
 my svn-checkout as well to see if the problem is there too.

Well, that MAY be useful...  But...  I'd like to see the answer to my
original question.  From the /TARBALL/ checkout, I'd like to see what
happens when you run ./util/gnc-svnversion .

 Thanks...
 --
 Brian [EMAIL PROTECTED]

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   [EMAIL PROTECTED]PGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel