[PyQt] PyQt4 snapshots don't build with -c -j

2007-10-15 Thread Andreas Pakulat
Hi,

yesterday I fetched a new PyQt4 snapshot and as always let it build with
-c -j 8. After about 30 minutes that it spent on sipQtGuipart0 I stopped
it and increased to -j 20. Same problem with that number. Even -j 30
causes this. I noticed though that the sipQtGuiPart0.cpp has only a
difference of 100Kbytes between -j20 and -j30, that seems odd to me.

Is there anything that can be done to fix this? (I've got a GB of RAM
here, so that shouldn't be an issue) It really sucks having to disable
concatenation as it speeds up compilation a lot.

I always had such issues with PyKDE, but PyQt always worked fine using
concatenation. 

Andreas

-- 
Your mode of life will be changed for the better because of good news soon.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt4 snapshots don't build with -c -j

2007-10-15 Thread Jim Bublitz
On Monday 15 October 2007 09:44, Andreas Pakulat wrote:
 Hi,

 yesterday I fetched a new PyQt4 snapshot and as always let it build with
 -c -j 8. After about 30 minutes that it spent on sipQtGuipart0 I stopped
 it and increased to -j 20. Same problem with that number. Even -j 30
 causes this. I noticed though that the sipQtGuiPart0.cpp has only a
 difference of 100Kbytes between -j20 and -j30, that seems odd to me.

 Is there anything that can be done to fix this? (I've got a GB of RAM
 here, so that shouldn't be an issue) It really sucks having to disable
 concatenation as it speeds up compilation a lot.

 I always had such issues with PyKDE, but PyQt always worked fine using
 concatenation.

What gcc version?

Jim
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt4 snapshots don't build with -c -j

2007-10-15 Thread Phil Thompson
On Monday 15 October 2007, Andreas Pakulat wrote:
 Hi,

 yesterday I fetched a new PyQt4 snapshot and as always let it build with
 -c -j 8. After about 30 minutes that it spent on sipQtGuipart0 I stopped
 it and increased to -j 20. Same problem with that number. Even -j 30
 causes this. I noticed though that the sipQtGuiPart0.cpp has only a
 difference of 100Kbytes between -j20 and -j30, that seems odd to me.

Some classes have more code than others. The code for a particular class isn't 
split across parts.

 Is there anything that can be done to fix this? (I've got a GB of RAM
 here, so that shouldn't be an issue) It really sucks having to disable
 concatenation as it speeds up compilation a lot.

 I always had such issues with PyKDE, but PyQt always worked fine using
 concatenation.

 Andreas

It's a gcc problem as far as I know. My distro is still on v4.1.2 (presumably 
for a reason).

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt4 snapshots don't build with -c -j

2007-10-15 Thread Andreas Pakulat
On 15.10.07 10:08:07, Jim Bublitz wrote:
 On Monday 15 October 2007 09:44, Andreas Pakulat wrote:
  Hi,
 
  yesterday I fetched a new PyQt4 snapshot and as always let it build with
  -c -j 8. After about 30 minutes that it spent on sipQtGuipart0 I stopped
  it and increased to -j 20. Same problem with that number. Even -j 30
  causes this. I noticed though that the sipQtGuiPart0.cpp has only a
  difference of 100Kbytes between -j20 and -j30, that seems odd to me.
 
  Is there anything that can be done to fix this? (I've got a GB of RAM
  here, so that shouldn't be an issue) It really sucks having to disable
  concatenation as it speeds up compilation a lot.
 
  I always had such issues with PyKDE, but PyQt always worked fine using
  concatenation.
 
 What gcc version?

I'm using 4.2.3 currently.

Andreas

-- 
You're ugly and your mother dresses you funny.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt4 snapshots don't build with -c -j

2007-10-15 Thread Andreas Pakulat
On 15.10.07 18:12:10, Phil Thompson wrote:
 On Monday 15 October 2007, Andreas Pakulat wrote:
  Is there anything that can be done to fix this? (I've got a GB of RAM
  here, so that shouldn't be an issue) It really sucks having to disable
  concatenation as it speeds up compilation a lot.
 
  I always had such issues with PyKDE, but PyQt always worked fine using
  concatenation.
 
 It's a gcc problem as far as I know. My distro is still on v4.1.2 (presumably 
 for a reason).

Hmm, then they've fixed and re-introduced it ;) I use gcc 4.2 since May
or so and I've been able to build PyQt4 with concatenation after that as
well. I didn't build for about 4 weeks now though.

Andreas

-- 
You have an unusual understanding of the problems of human relationships.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt