Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Daniel Macks
On Wed, Jun 02, 2010 at 09:05:34PM -0400, Jack Howarth wrote: > On Wed, Jun 02, 2010 at 08:47:54PM -0400, Alexander Hansen wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 6/2/10 8:43 PM, Jack Howarth wrote: > > > On Wed, Jun 02, 2010 at 08:36:58PM -0400, Alexander Hansen wr

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Jack Howarth
On Wed, Jun 02, 2010 at 08:47:54PM -0400, Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/2/10 8:43 PM, Jack Howarth wrote: > > On Wed, Jun 02, 2010 at 08:36:58PM -0400, Alexander Hansen wrote: > > On 6/2/10 8:26 PM, Jack Howarth wrote: > On Wed, Jun 02, 201

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/2/10 8:43 PM, Jack Howarth wrote: > On Wed, Jun 02, 2010 at 08:36:58PM -0400, Alexander Hansen wrote: > On 6/2/10 8:26 PM, Jack Howarth wrote: On Wed, Jun 02, 2010 at 08:04:20PM -0400, Benjamin Reed wrote: On 6/2/10 7:55 PM, Jack Howarth

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Jack Howarth
On Wed, Jun 02, 2010 at 08:36:58PM -0400, Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/2/10 8:26 PM, Jack Howarth wrote: > > On Wed, Jun 02, 2010 at 08:04:20PM -0400, Benjamin Reed wrote: > > On 6/2/10 7:55 PM, Jack Howarth wrote: > One possible workaro

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread William G. Scott
On Jun 2, 2010, at 5:37 PM, Jack Howarth wrote: > Bill, > What happens if you change... > > make -j $num_cpu > > ...to... > > nice -n -20 make -j $num_cpu Previous re-build is still re-building... -- ThinkGeek an

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Jack Howarth
On Wed, Jun 02, 2010 at 05:10:28PM -0700, William G. Scott wrote: > > On Jun 2, 2010, at 5:04 PM, Benjamin Reed wrote: > > > So if GCC's build is not repeatably compatible with -jN, then it > > should probably not be doing it by default. :P > > Anything to speed this build up is delightful. >

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/2/10 8:26 PM, Jack Howarth wrote: > On Wed, Jun 02, 2010 at 08:04:20PM -0400, Benjamin Reed wrote: > On 6/2/10 7:55 PM, Jack Howarth wrote: One possible workaround might be to change gcc45.info to reduce the number of parallel builds s

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Jack Howarth
On Wed, Jun 02, 2010 at 08:04:20PM -0400, Benjamin Reed wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 6/2/10 7:55 PM, Jack Howarth wrote: > > One possible workaround might be to change gcc45.info > > to reduce the number of parallel builds so that the > > load sensitivity is re

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread William G. Scott
On Jun 2, 2010, at 5:13 PM, Benjamin Reed wrote: > On 6/2/10 8:10 PM, William G. Scott wrote: >> Anything to speed this build up is delightful. > > Well sure, but not knowing if it's going to fail 10 hours into it is > not so delightful. ;) Which is why it would be ever-so-cool if fink were t

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/2/10 8:10 PM, William G. Scott wrote: > Anything to speed this build up is delightful. Well sure, but not knowing if it's going to fail 10 hours into it is not so delightful. ;) - -- Benjamin Reed a.k.a. Ranger Rick a.k.a. Raccoon Fink Fink, K

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread William G. Scott
On Jun 2, 2010, at 5:04 PM, Benjamin Reed wrote: > So if GCC's build is not repeatably compatible with -jN, then it > should probably not be doing it by default. :P Anything to speed this build up is delightful. Perhaps the best compromise is a conditional test, i.e., if [[ $(sysctl -n hw.nc

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/2/10 7:55 PM, Jack Howarth wrote: > One possible workaround might be to change gcc45.info > to reduce the number of parallel builds so that the > load sensitivity is reduced. So instead of using... > > num_cpu=$(echo `sysctl -n hw.ncpu`) > mak

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread William G. Scott
Ok, if this build fails, I will give that a try... On Jun 2, 2010, at 4:55 PM, Jack Howarth wrote: > One possible workaround might be to change gcc45.info > to reduce the number of parallel builds so that the > load sensitivity is reduced. So instead of using... > > num_cpu=$(echo `sysctl -n h

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Jack Howarth
One possible workaround might be to change gcc45.info to reduce the number of parallel builds so that the load sensitivity is reduced. So instead of using... num_cpu=$(echo `sysctl -n hw.ncpu`) make -j $num_cpu we would reduce num_cpu by one if greater than one so that the build is either ser

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Jack Howarth
On Wed, Jun 02, 2010 at 02:56:24PM -0700, William G. Scott wrote: > This is happening on two different up-to-date 10.6 64-bit fink > installations... > > rm -f stage_current > Comparing stages 2 and 3 > warning: gcc/cc1-checksum.o differs > warning: gcc/cc1obj-checksum.o differs > warning: gcc/cc

Re: [Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/2/10 5:56 PM, William G. Scott wrote: > This is happening on two different up-to-date 10.6 64-bit fink > installations... > > rm -f stage_current > Comparing stages 2 and 3 > warning: gcc/cc1-checksum.o differs > warning: gcc/cc1obj-checksum.o d

[Fink-devel] gcc45 build fails on two 10.6 64-bit machines

2010-06-02 Thread William G. Scott
This is happening on two different up-to-date 10.6 64-bit fink installations... rm -f stage_current Comparing stages 2 and 3 warning: gcc/cc1-checksum.o differs warning: gcc/cc1obj-checksum.o differs warning: gcc/cc1objplus-checksum.o differs warning: gcc/cc1plus-checksum.o differs Bootstrap compa