All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] build error in current master
@ 2010-03-20  7:47 Paul Bolle
  2010-03-20  8:14 ` Blue Swirl
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Bolle @ 2010-03-20  7:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori

0) Building current master (3290c4aac5b97bb1e3b2b28d94669f2c611ce84a,
Introduce a default qmp session) fails here:

$ make > /dev/null
cc1: warnings being treated as errors
curses.c: In function ‘curses_display_init’:
curses.c:341: error: initialization from incompatible pointer type
make: *** [curses.o] Error 1

1) It seems caused by commit d7234f4d (committed half a day ago):

$ git blame curses.c | grep 341
d7234f4d (Anthony Liguori 2010-03-17 17:59:26 -0500 341)     static
Notifier notifier = { .notify = curses_atexit };

$ git log -1 d7234f4d  --pretty=short
commit d7234f4d7e373a708e1df9ab565a71b71b189025
Author: Anthony Liguori <aliguori@us.ibm.com>

    Convert atexit users to exit_notifier

Regards,


Paul Bolle

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

* Re: [Qemu-devel] build error in current master
  2010-03-20  7:47 [Qemu-devel] build error in current master Paul Bolle
@ 2010-03-20  8:14 ` Blue Swirl
  2010-03-21 19:10   ` Anthony Liguori
  2010-03-21 19:17   ` Anthony Liguori
  0 siblings, 2 replies; 6+ messages in thread
From: Blue Swirl @ 2010-03-20  8:14 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Anthony Liguori, qemu-devel

On 3/20/10, Paul Bolle <pebolle@tiscali.nl> wrote:
> 0) Building current master (3290c4aac5b97bb1e3b2b28d94669f2c611ce84a,
>  Introduce a default qmp session) fails here:
>
>  $ make > /dev/null
>  cc1: warnings being treated as errors
>  curses.c: In function ‘curses_display_init’:
>  curses.c:341: error: initialization from incompatible pointer type
>  make: *** [curses.o] Error 1
>
>  1) It seems caused by commit d7234f4d (committed half a day ago):
>
>  $ git blame curses.c | grep 341
>  d7234f4d (Anthony Liguori 2010-03-17 17:59:26 -0500 341)     static
>  Notifier notifier = { .notify = curses_atexit };
>
>  $ git log -1 d7234f4d  --pretty=short
>  commit d7234f4d7e373a708e1df9ab565a71b71b189025
>  Author: Anthony Liguori <aliguori@us.ibm.com>
>
>     Convert atexit users to exit_notifier
>
>  Regards,

Fixed in HEAD.

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

* Re: [Qemu-devel] build error in current master
  2010-03-20  8:14 ` Blue Swirl
@ 2010-03-21 19:10   ` Anthony Liguori
  2010-03-21 19:17   ` Anthony Liguori
  1 sibling, 0 replies; 6+ messages in thread
From: Anthony Liguori @ 2010-03-21 19:10 UTC (permalink / raw)
  To: Blue Swirl; +Cc: Paul Bolle, Anthony Liguori, qemu-devel

On 03/20/2010 03:14 AM, Blue Swirl wrote:
> On 3/20/10, Paul Bolle<pebolle@tiscali.nl>  wrote:
>    
>> 0) Building current master (3290c4aac5b97bb1e3b2b28d94669f2c611ce84a,
>>   Introduce a default qmp session) fails here:
>>
>>   $ make>  /dev/null
>>   cc1: warnings being treated as errors
>>   curses.c: In function ‘curses_display_init’:
>>   curses.c:341: error: initialization from incompatible pointer type
>>   make: *** [curses.o] Error 1
>>
>>   1) It seems caused by commit d7234f4d (committed half a day ago):
>>
>>   $ git blame curses.c | grep 341
>>   d7234f4d (Anthony Liguori 2010-03-17 17:59:26 -0500 341)     static
>>   Notifier notifier = { .notify = curses_atexit };
>>
>>   $ git log -1 d7234f4d  --pretty=short
>>   commit d7234f4d7e373a708e1df9ab565a71b71b189025
>>   Author: Anthony Liguori<aliguori@us.ibm.com>
>>
>>      Convert atexit users to exit_notifier
>>      

Sorry, that should have never been pushed.

Regards,

Anthony Liguori

>>   Regards,
>>      
> Fixed in HEAD.
>
>
>    

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

* Re: [Qemu-devel] build error in current master
  2010-03-20  8:14 ` Blue Swirl
  2010-03-21 19:10   ` Anthony Liguori
@ 2010-03-21 19:17   ` Anthony Liguori
  2010-03-21 19:37     ` Blue Swirl
  1 sibling, 1 reply; 6+ messages in thread
From: Anthony Liguori @ 2010-03-21 19:17 UTC (permalink / raw)
  To: Blue Swirl; +Cc: Paul Bolle, Anthony Liguori, qemu-devel

On 03/20/2010 03:14 AM, Blue Swirl wrote:
> On 3/20/10, Paul Bolle<pebolle@tiscali.nl>  wrote:
>    
>> 0) Building current master (3290c4aac5b97bb1e3b2b28d94669f2c611ce84a,
>>   Introduce a default qmp session) fails here:
>>
>>   $ make>  /dev/null
>>   cc1: warnings being treated as errors
>>   curses.c: In function ‘curses_display_init’:
>>   curses.c:341: error: initialization from incompatible pointer type
>>   make: *** [curses.o] Error 1
>>
>>   1) It seems caused by commit d7234f4d (committed half a day ago):
>>
>>   $ git blame curses.c | grep 341
>>   d7234f4d (Anthony Liguori 2010-03-17 17:59:26 -0500 341)     static
>>   Notifier notifier = { .notify = curses_atexit };
>>
>>   $ git log -1 d7234f4d  --pretty=short
>>   commit d7234f4d7e373a708e1df9ab565a71b71b189025
>>   Author: Anthony Liguori<aliguori@us.ibm.com>
>>
>>      Convert atexit users to exit_notifier
>>
>>   Regards,
>>      
> Fixed in HEAD.
>    

I've reverted a bunch of these commits.  They're still a 
work-in-progress.  Looks like I pushed the wrong branch.

Sorry for the noise.

Regards,

Anthony Liguori

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

* Re: [Qemu-devel] build error in current master
  2010-03-21 19:17   ` Anthony Liguori
@ 2010-03-21 19:37     ` Blue Swirl
  2010-03-21 23:30       ` Anthony Liguori
  0 siblings, 1 reply; 6+ messages in thread
From: Blue Swirl @ 2010-03-21 19:37 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Paul Bolle, Anthony Liguori, qemu-devel

On 3/21/10, Anthony Liguori <anthony@codemonkey.ws> wrote:
> On 03/20/2010 03:14 AM, Blue Swirl wrote:
>
> > On 3/20/10, Paul Bolle<pebolle@tiscali.nl>  wrote:
> >
> >
> > > 0) Building current master
> (3290c4aac5b97bb1e3b2b28d94669f2c611ce84a,
> > >  Introduce a default qmp session) fails here:
> > >
> > >  $ make>  /dev/null
> > >  cc1: warnings being treated as errors
> > >  curses.c: In function ‘curses_display_init’:
> > >  curses.c:341: error: initialization from incompatible pointer type
> > >  make: *** [curses.o] Error 1
> > >
> > >  1) It seems caused by commit d7234f4d (committed half a day ago):
> > >
> > >  $ git blame curses.c | grep 341
> > >  d7234f4d (Anthony Liguori 2010-03-17 17:59:26 -0500 341)     static
> > >  Notifier notifier = { .notify = curses_atexit };
> > >
> > >  $ git log -1 d7234f4d  --pretty=short
> > >  commit d7234f4d7e373a708e1df9ab565a71b71b189025
> > >  Author: Anthony Liguori<aliguori@us.ibm.com>
> > >
> > >     Convert atexit users to exit_notifier
> > >
> > >  Regards,
> > >
> > >
> >  Fixed in HEAD.
> >
> >
>
>  I've reverted a bunch of these commits.  They're still a work-in-progress.
> Looks like I pushed the wrong branch.

Maybe you shouldn't have reverted:
  CC    curses.o
cc1: warnings being treated as errors
/src/qemu/curses.c: In function 'curses_display_init':
/src/qemu/curses.c:345: error: passing argument 1 of 'atexit' from
incompatible pointer type

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

* Re: [Qemu-devel] build error in current master
  2010-03-21 19:37     ` Blue Swirl
@ 2010-03-21 23:30       ` Anthony Liguori
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony Liguori @ 2010-03-21 23:30 UTC (permalink / raw)
  To: Blue Swirl; +Cc: Paul Bolle, Anthony Liguori, qemu-devel

On 03/21/2010 02:37 PM, Blue Swirl wrote:
> On 3/21/10, Anthony Liguori<anthony@codemonkey.ws>  wrote:
>    
>> On 03/20/2010 03:14 AM, Blue Swirl wrote:
>>
>>      
>>> On 3/20/10, Paul Bolle<pebolle@tiscali.nl>   wrote:
>>>
>>>
>>>        
>>>> 0) Building current master
>>>>          
>> (3290c4aac5b97bb1e3b2b28d94669f2c611ce84a,
>>      
>>>>   Introduce a default qmp session) fails here:
>>>>
>>>>   $ make>   /dev/null
>>>>   cc1: warnings being treated as errors
>>>>   curses.c: In function ‘curses_display_init’:
>>>>   curses.c:341: error: initialization from incompatible pointer type
>>>>   make: *** [curses.o] Error 1
>>>>
>>>>   1) It seems caused by commit d7234f4d (committed half a day ago):
>>>>
>>>>   $ git blame curses.c | grep 341
>>>>   d7234f4d (Anthony Liguori 2010-03-17 17:59:26 -0500 341)     static
>>>>   Notifier notifier = { .notify = curses_atexit };
>>>>
>>>>   $ git log -1 d7234f4d  --pretty=short
>>>>   commit d7234f4d7e373a708e1df9ab565a71b71b189025
>>>>   Author: Anthony Liguori<aliguori@us.ibm.com>
>>>>
>>>>      Convert atexit users to exit_notifier
>>>>
>>>>   Regards,
>>>>
>>>>
>>>>          
>>>   Fixed in HEAD.
>>>
>>>
>>>        
>>   I've reverted a bunch of these commits.  They're still a work-in-progress.
>> Looks like I pushed the wrong branch.
>>      
> Maybe you shouldn't have reverted:
>    CC    curses.o
> cc1: warnings being treated as errors
> /src/qemu/curses.c: In function 'curses_display_init':
> /src/qemu/curses.c:345: error: passing argument 1 of 'atexit' from
> incompatible pointer type
>    

Sorry, new laptop and I didn't have curses-devel installed yet :-/

Regards,

Anthony Liguori

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

end of thread, other threads:[~2010-03-21 23:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-20  7:47 [Qemu-devel] build error in current master Paul Bolle
2010-03-20  8:14 ` Blue Swirl
2010-03-21 19:10   ` Anthony Liguori
2010-03-21 19:17   ` Anthony Liguori
2010-03-21 19:37     ` Blue Swirl
2010-03-21 23:30       ` Anthony Liguori

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.