Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-20 Thread David Malcolm
I'm planning to do a partial mass-rebuild for Python 2.7. This would cover all Python 2 users within the distribution, roughly 1000 src.rpms. Some notes can be seen at: https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild I hoped to start this tomorrow (2010-07-21) at 16:00 UTC, but it

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-20 Thread Jeff Spaleta
On Tue, Jul 20, 2010 at 4:02 PM, David Malcolm wrote: > I'm planning to do a partial mass-rebuild for Python 2.7. Please, when you hit build failures, and you will if you can provide a link to a failure report that is easily searchable(if not sorted by) primary package owner. That will help

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-21 Thread Thomas Moschny
2010/7/21 David Malcolm : > Some notes can be seen at: > https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild >> TODO: do we need a compat-python-2.6 temporarily to resolve loops in the dep >> graph? Wouldn't such a compat package also make yum upgrades from f13->f14 or rawhide-with-py2

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-21 Thread David Malcolm
On Tue, 2010-07-20 at 17:18 -0800, Jeff Spaleta wrote: > On Tue, Jul 20, 2010 at 4:02 PM, David Malcolm wrote: > > I'm planning to do a partial mass-rebuild for Python 2.7. > > > Please, when you hit build failures, and you will if you can > provide a link to a failure report that is easily

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-21 Thread David Malcolm
On Tue, 2010-07-20 at 20:02 -0400, David Malcolm wrote: > I'm planning to do a partial mass-rebuild for Python 2.7. > > This would cover all Python 2 users within the distribution, roughly > 1000 src.rpms. > > Some notes can be seen at: > https://fedoraproject.org/wiki/Features/Python_2.7/MassReb

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-21 Thread Jeff Spaleta
On Wed, Jul 21, 2010 at 10:00 PM, David Malcolm wrote: > - numpy is segfaulting during %check; am waiting on a gdb build to > finish (linked against 2.7) before I debug; this blocks pygtk2 which > blocks various things Sigh... of course it does. Since numpy pretty much blocks all the packages im

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-21 Thread Mamoru Tasaka
Jeff Spaleta wrote, at 07/22/2010 03:11 PM +9:00: > On Wed, Jul 21, 2010 at 10:00 PM, David Malcolm wrote: >> - numpy is segfaulting during %check; am waiting on a gdb build to >> finish (linked against 2.7) before I debug; this blocks pygtk2 which >> blocks various things > > Sigh... of course it

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread Kevin Fenzi
On Thu, 22 Jul 2010 02:00:45 -0400 David Malcolm wrote: ...snip... > - build ordering was much more important than I hoped; most of the > failures in this run seem to be due to incomplete deps in root.log. I > intend to retry these from the now-existing CVS tags, with a better > build ordering

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread Orcan Ogetbil
On Thu, Jul 22, 2010 at 3:24 AM, Kevin Fenzi wrote: > On Thu, 22 Jul 2010 02:00:45 -0400 > David Malcolm wrote: > > ...snip... > >> - build ordering was much more important than I hoped; most of the >> failures in this run seem to be due to incomplete deps in root.log.  I >> intend to retry these f

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread Paul W. Frields
On Thu, Jul 22, 2010 at 02:00:45AM -0400, David Malcolm wrote: > On Tue, 2010-07-20 at 20:02 -0400, David Malcolm wrote: > > I'm planning to do a partial mass-rebuild for Python 2.7. > > > > This would cover all Python 2 users within the distribution, roughly > > 1000 src.rpms. > > > > Some notes

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread Mike McGrath
On Thu, 22 Jul 2010, David Malcolm wrote: > On Tue, 2010-07-20 at 20:02 -0400, David Malcolm wrote: > > I'm planning to do a partial mass-rebuild for Python 2.7. > > > > This would cover all Python 2 users within the distribution, roughly > > 1000 src.rpms. > > > > Some notes can be seen at: > > h

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread David Malcolm
On Thu, 2010-07-22 at 08:39 -0400, Orcan Ogetbil wrote: > On Thu, Jul 22, 2010 at 3:24 AM, Kevin Fenzi wrote: > > On Thu, 22 Jul 2010 02:00:45 -0400 > > David Malcolm wrote: > > > > ...snip... > > > >> - build ordering was much more important than I hoped; most of the > >> failures in this run see

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread David Malcolm
On Thu, 2010-07-22 at 11:28 -0400, David Malcolm wrote: > On Thu, 2010-07-22 at 08:39 -0400, Orcan Ogetbil wrote: > > On Thu, Jul 22, 2010 at 3:24 AM, Kevin Fenzi wrote: > > > On Thu, 22 Jul 2010 02:00:45 -0400 > > > David Malcolm wrote: > > > > > > ...snip... > > > > > >> - build ordering was muc

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread David Malcolm
On Thu, 2010-07-22 at 13:07 -0400, David Malcolm wrote: [snip] > I messed up, and there's a bug in which python doesn't startup if > python-devel is not installed, which led to the majority of the "noarch" > builds failing. [1] > > Sorry about that. I'm working on a fixed python package. Hope

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread David Malcolm
On Thu, 2010-07-22 at 13:43 -0400, David Malcolm wrote: > On Thu, 2010-07-22 at 13:07 -0400, David Malcolm wrote: > > [snip] > > > I messed up, and there's a bug in which python doesn't startup if > > python-devel is not installed, which led to the majority of the "noarch" > > builds failing. [

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread David Malcolm
On Thu, 2010-07-22 at 15:52 +0900, Mamoru Tasaka wrote: > Jeff Spaleta wrote, at 07/22/2010 03:11 PM +9:00: > > On Wed, Jul 21, 2010 at 10:00 PM, David Malcolm wrote: > >> - numpy is segfaulting during %check; am waiting on a gdb build to > >> finish (linked against 2.7) before I debug; this block

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread David Malcolm
On Thu, 2010-07-22 at 17:04 -0400, David Malcolm wrote: > On Thu, 2010-07-22 at 13:43 -0400, David Malcolm wrote: > > On Thu, 2010-07-22 at 13:07 -0400, David Malcolm wrote: > > > > [snip] > > > > > I messed up, and there's a bug in which python doesn't startup if > > > python-devel is not instal

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-22 Thread ニール・ゴンパ
I just got a new report from Koji saying there were errors recorded in root.log for the build of OggConvert on the PPC machines. http://koji.fedoraproject.org/koji/getfile?taskID=2344902&name=root.log On Thu, Jul 22, 2010 at 6:55 PM, David Malcolm wrote: > On Thu, 2010-07-22 at 17:04 -0400, Dav

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-23 Thread Thomas Spura
Am Thu, 22 Jul 2010 22:37:56 -0500 schrieb Conan Kudo (ニール・ゴンパ) : > I just got a new report from Koji saying there were errors recorded in > root.log for the build of OggConvert on the PPC machines. > > http://koji.fedoraproject.org/koji/getfile?taskID=2344902&name=root.log From root.log: DEBUG

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-23 Thread Florent Le Coz
On 22/07/2010 17:28, David Malcolm wrote: > louizatakk (1): > python-pgu > I fixed the .spec file, it should work properly now, but I can't build on Koji to check. I first built it on devel, and I then tried on the target dis

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-25 Thread Thomas Spura
Am Fri, 23 Jul 2010 14:54:40 +0200 schrieb Florent Le Coz : > On 22/07/2010 17:28, David Malcolm wrote: > > louizatakk (1): > > python-pgu > > > I fixed the .spec file, it should work properly now, but I can't > build on Koji

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-26 Thread Florent Le Coz
On 25/07/2010 13:47, Thomas Spura wrote: > Am Fri, 23 Jul 2010 14:54:40 +0200 > schrieb Florent Le Coz: > >>On 22/07/2010 17:28, David Malcolm wrote: >>> louizatakk (1): >>> python-pgu >>> >> I fixed the .spec file, it sho

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-26 Thread Thomas Spura
Am Mon, 26 Jul 2010 10:45:33 +0200 schrieb Florent Le Coz : > On 25/07/2010 13:47, Thomas Spura wrote: > > Am Fri, 23 Jul 2010 14:54:40 +0200 > > schrieb Florent Le Coz: > > > >>On 22/07/2010 17:28, David Malcolm wrote: > >>> louizatakk (1): > >>> python-pgu > >>>

Re: Partial mass rebuild for Python 2.7 coming soon (I hope)

2010-07-26 Thread Florent Le Coz
On 26/07/2010 13:42, Thomas Spura wrote: > '--scratch' means, that it will be build, you can see the logs and > after a while, everything is deleted again... > > You need to build *without* '--scratch', so this will be a proper build > in koji. I don't think that will work without bumping the rel