All of lore.kernel.org
 help / color / mirror / Atom feed
* ^C during build broken?
@ 2011-01-06 15:22 Gary Thomas
  2011-01-06 23:40 ` Scott Garman
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2011-01-06 15:22 UTC (permalink / raw)
  To: Poky

As of today's master (9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b),
if I type ^C during the build, it just keeps merrily going on...

   --NOTE: package readline-native-6.1-r0: task do_configure: Started
   ^C
   Keyboard Interrupt, closing down...

   Waiting for 1 active tasks to finish:
   0: readline-native-6.1-r0 do_configure (pid 25173)
   NOTE: package perl-native-5.8.8-r14: task do_compile: Succeeded
   NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
   NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
   Waiting for 2 active tasks to finish:
   0: readline-native-6.1-r0 do_configure (pid 25173)
   1: perl-native-5.8.8-r14 do_install (pid 27401)
   NOTE: package perl-native-5.8.8-r14: task do_install: Started

Huh?  It _was_ waiting for 1 task to finish, but then it fired
off more!  I let it run for a while and it just kept going and going...

------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ^C during build broken?
  2011-01-06 15:22 ^C during build broken? Gary Thomas
@ 2011-01-06 23:40 ` Scott Garman
  2011-01-07 13:56   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Garman @ 2011-01-06 23:40 UTC (permalink / raw)
  To: poky

On 01/06/2011 07:22 AM, Gary Thomas wrote:
> As of today's master (9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b),
> if I type ^C during the build, it just keeps merrily going on...
>
>     --NOTE: package readline-native-6.1-r0: task do_configure: Started
>     ^C
>     Keyboard Interrupt, closing down...
>
>     Waiting for 1 active tasks to finish:
>     0: readline-native-6.1-r0 do_configure (pid 25173)
>     NOTE: package perl-native-5.8.8-r14: task do_compile: Succeeded
>     NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
>     NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
>     Waiting for 2 active tasks to finish:
>     0: readline-native-6.1-r0 do_configure (pid 25173)
>     1: perl-native-5.8.8-r14 do_install (pid 27401)
>     NOTE: package perl-native-5.8.8-r14: task do_install: Started
>
> Huh?  It _was_ waiting for 1 task to finish, but then it fired
> off more!  I let it run for a while and it just kept going and going...

I am also seeing this.

Scott

-- 
Scott Garman
Embedded Linux Distro Engineer - Yocto Project


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ^C during build broken?
  2011-01-06 23:40 ` Scott Garman
@ 2011-01-07 13:56   ` Richard Purdie
  2011-01-07 14:00     ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2011-01-07 13:56 UTC (permalink / raw)
  To: Scott Garman, Gary Thomas; +Cc: poky

On Thu, 2011-01-06 at 15:40 -0800, Scott Garman wrote:
> On 01/06/2011 07:22 AM, Gary Thomas wrote:
> > As of today's master (9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b),
> > if I type ^C during the build, it just keeps merrily going on...
> >
> >     --NOTE: package readline-native-6.1-r0: task do_configure: Started
> >     ^C
> >     Keyboard Interrupt, closing down...
> >
> >     Waiting for 1 active tasks to finish:
> >     0: readline-native-6.1-r0 do_configure (pid 25173)
> >     NOTE: package perl-native-5.8.8-r14: task do_compile: Succeeded
> >     NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
> >     NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
> >     Waiting for 2 active tasks to finish:
> >     0: readline-native-6.1-r0 do_configure (pid 25173)
> >     1: perl-native-5.8.8-r14 do_install (pid 27401)
> >     NOTE: package perl-native-5.8.8-r14: task do_install: Started
> >
> > Huh?  It _was_ waiting for 1 task to finish, but then it fired
> > off more!  I let it run for a while and it just kept going and going...
> 
> I am also seeing this.

One of the patches we merged from upstream bitbake wasn't applied
properly. I've fixed this in: 

http://git.pokylinux.org/cgit.cgi/poky/commit/?id=0e26f53f9e2f190b302235864552956ed8f6d39b

which should fix this problem.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ^C during build broken?
  2011-01-07 13:56   ` Richard Purdie
@ 2011-01-07 14:00     ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2011-01-07 14:00 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky

On 01/07/2011 06:56 AM, Richard Purdie wrote:
> On Thu, 2011-01-06 at 15:40 -0800, Scott Garman wrote:
>> On 01/06/2011 07:22 AM, Gary Thomas wrote:
>>> As of today's master (9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b),
>>> if I type ^C during the build, it just keeps merrily going on...
>>>
>>>      --NOTE: package readline-native-6.1-r0: task do_configure: Started
>>>      ^C
>>>      Keyboard Interrupt, closing down...
>>>
>>>      Waiting for 1 active tasks to finish:
>>>      0: readline-native-6.1-r0 do_configure (pid 25173)
>>>      NOTE: package perl-native-5.8.8-r14: task do_compile: Succeeded
>>>      NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
>>>      NOTE: Running task 444 of 468 (ID: 110, /tmp/poky-amltd/meta/recipes-devtools/perl/perl-native_5.8.8.bb, do_install)
>>>      Waiting for 2 active tasks to finish:
>>>      0: readline-native-6.1-r0 do_configure (pid 25173)
>>>      1: perl-native-5.8.8-r14 do_install (pid 27401)
>>>      NOTE: package perl-native-5.8.8-r14: task do_install: Started
>>>
>>> Huh?  It _was_ waiting for 1 task to finish, but then it fired
>>> off more!  I let it run for a while and it just kept going and going...
>>
>> I am also seeing this.
>
> One of the patches we merged from upstream bitbake wasn't applied
> properly. I've fixed this in:
>
> http://git.pokylinux.org/cgit.cgi/poky/commit/?id=0e26f53f9e2f190b302235864552956ed8f6d39b
>
> which should fix this problem.

Yup, working properly again.  Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-07 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 15:22 ^C during build broken? Gary Thomas
2011-01-06 23:40 ` Scott Garman
2011-01-07 13:56   ` Richard Purdie
2011-01-07 14:00     ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.