Re: qt5-mac: parallel build?

2014-07-01 Thread Ryan Schmidt
Returning the conversation to the list... On Jul 1, 2014, at 1:27 AM, Marko Käning wrote: can you perhaps determine, whether the buildbots also make use of only 2 cores during the builds? Could it be that the qt5(-creator)-mac portfiles or the relevant portgroups have make -j 2 hard-coded

Re: qt5-mac: parallel build?

2014-07-01 Thread Marko Käning
Sorry, Ryan, I didn't mean to go off-list. Happened inadvertently. :) Indeed, the portfile contains these lines: # More testing is required to see if this is necessary. use_parallel_build no oh, I see. I did not spot that. :( Since build ran fine on 2 cores I simply thought that this

Re: qt5-mac: parallel build?

2014-07-01 Thread Marko Käning
I guess in case the parallel build succeeds for me on 10.9.3 locally I need to open a new ticket, right? There one could collect response from the other systems, before committing this. ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: qt5-mac: parallel build?

2014-07-01 Thread Marko Käning
Herewith I verify that the parallel build works seamlessly on Mavericks. https://trac.macports.org/ticket/44207 ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

qt5-mac: parallel build?

2014-06-30 Thread Marko Käning
Hi, I am a little puzzled because it seems like qt5-mac is building only on two cores, although I used --- $ sudo port install qt5-mac and $ sudo port install qt5-mac build.jobs=7 --- Is that happening only during the first part of the build or am I missing something? Is qt5-mac not

Re: qt5-mac: parallel build?

2014-06-30 Thread Brandon Allbery
On Mon, Jun 30, 2014 at 4:30 PM, Marko Käning mk-macpo...@techno.ms wrote: Is qt5-mac not binary distributable? I had expected the buildbots to serve it just like qt4-mac... It was committed recently enough that I suspect the buildbots just haven't caught up with it yet. -- brandon s

Re: qt5-mac: parallel build?

2014-06-30 Thread Mojca Miklavec
On Mon, Jun 30, 2014 at 10:44 PM, Brandon Allbery wrote: On Mon, Jun 30, 2014 at 4:30 PM, Marko Käning wrote: Is qt5-mac not binary distributable? I had expected the buildbots to serve it just like qt4-mac... It was committed recently enough that I suspect the buildbots just haven't caught

Re: qt5-mac: parallel build?

2014-06-30 Thread Clemens Lang
Hi Shree, Are the buildbots even working? I'm getting The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. ever since I wanted to check whether the Qt build was successful. Mojca Can you take a look? I've

Re: qt5-mac: parallel build?

2014-06-30 Thread Shreeraj Karulkar
Looking into it, sometimes this happens if they are in the middle of an update. Shree On Jun 30, 2014, at 2:26 PM, Clemens Lang c...@macports.org wrote: Hi Shree, Are the buildbots even working? I'm getting The server is temporarily unable to service your request due to maintenance

qt5-mac: parallel build?

2014-06-30 Thread Marko Käning
I am a little puzzled because it seems like qt5-mac is building only on two cores, although I used same thing happens for qt5-creator-mac. :-/ BUT, as you can see: I was able to build qt5-mac successfully on Mavericks 10.9.3! :) Thanks mcalhoun !! :-D