Re: Koji stuck?

2009-12-20 Thread Kevin Kofler
Michael Schwendt wrote: The temporary work-around is to compile with -fno-var-tracking-assignments We also need that for some of our KDE packages. GCC really needs to get fixed! Kevin Kofler -- fedora-devel-list mailing list fedora-devel-list@redhat.com

Re: Koji stuck?

2009-12-20 Thread Michael Schwendt
On Sat, 19 Dec 2009 19:40:36 -0500, Orcan wrote: On Sat, Dec 19, 2009 at 6:30 PM, Michael Schwendt wrote: The temporary work-around is to compile with  -fno-var-tracking-assignments and that also works for lv2-c++-tools in the review queue, btw. Thanks! Yes, with that flag I was

Re: Koji stuck?

2009-12-20 Thread Jonathan Underwood
2009/12/19 Kevin Fenzi ke...@scrye.com: I've seen this same thing in some other emacs packages builds. Something just causes them to get stuck. ;( I guess I would say try canceling and re-submitting, if that doesn't work, try a local mock and see if you can see where it's getting stuck.

Koji stuck?

2009-12-19 Thread Jonathan Underwood
Hi, I kicked off a couple of builds last night which appear stuck on koji. I had checked they build locally with a make mockbuild before submitting and all was fine. The builds are: http://koji.fedoraproject.org/koji/buildinfo?buildID=147755

Re: Koji stuck?

2009-12-19 Thread Kevin Fenzi
On Sat, 19 Dec 2009 17:02:24 + Jonathan Underwood jonathan.underw...@gmail.com wrote: Hi, I kicked off a couple of builds last night which appear stuck on koji. I had checked they build locally with a make mockbuild before submitting and all was fine. The builds are:

Re: Koji stuck?

2009-12-19 Thread Orcan Ogetbil
On Sat, Dec 19, 2009 at 4:11 PM, Kevin Fenzi wrote: On Sat, 19 Dec 2009 17:02:24 + Jonathan Underwood wrote: Hi, I kicked off a couple of builds last night which appear stuck on koji. I had checked they build locally with a make mockbuild before submitting and all was fine. The

Re: Koji stuck?

2009-12-19 Thread Michael Schwendt
On Sat, 19 Dec 2009 17:19:37 -0500, Orcan wrote: On Sat, Dec 19, 2009 at 4:11 PM, Kevin Fenzi wrote: On Sat, 19 Dec 2009 17:02:24 + Jonathan Underwood wrote: Hi, I kicked off a couple of builds last night which appear stuck on koji. I had checked they build locally with a make

Re: Koji stuck?

2009-12-19 Thread Tony Nelson
On 09-12-19 17:19:37, Orcan Ogetbil wrote: ... There is a -O2 flag issue that causes some builds to hang. Maybe those emacs hangs are related to this bug in gcc It happened to 2 of my packages. Removing -O2 makes things compile in my packages. (No I didn't do official builds without -O2

Re: Koji stuck?

2009-12-19 Thread Orcan Ogetbil
On Sat, Dec 19, 2009 at 6:30 PM, Michael Schwendt wrote: The temporary work-around is to compile with  -fno-var-tracking-assignments and that also works for lv2-c++-tools in the review queue, btw. Thanks! Yes, with that flag I was able to finish compiling muse and lv2-c++-tools. Will that