All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem
@ 2011-06-27 15:28 Nigel Horne
  2011-06-28  8:35 ` Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nigel Horne @ 2011-06-27 15:28 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Git version: f26e428da505709ec03b2ed2c9eb3db82b30bd7b
Gcc: 4.6.1
Host: Debinan/x86_64

Fails to compile at

In file included from /usr/include/png.h:518:0,
                 from ui/vnc-enc-tight.c:37:
/usr/include/pngconf.h: At top level:
/usr/include/pngconf.h:371:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
/usr/include/pngconf.h:372:12: error: unknown type name ‘__dont__’
/usr/include/pngconf.h:372:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘it’
/usr/include/pngconf.h:372:29: error: unknown type name ‘it’


Looking at pngconf.h around line 370 gives the reason for the compilation failure:

#      ifdef _SETJMP_H
       /* If you encounter a compiler error here, see the explanation
        * near the end of INSTALL.
        */
           __pngconf.h__ in libpng already includes setjmp.h;
           __dont__ include it again.;
#      endif

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/802588

Title:
  Latest GIT version fails to compile on Linux - setjmp.h problem

Status in QEMU:
  New

Bug description:
  Git version: f26e428da505709ec03b2ed2c9eb3db82b30bd7b
  Gcc: 4.6.1
  Host: Debinan/x86_64

  Fails to compile at

  In file included from /usr/include/png.h:518:0,
                   from ui/vnc-enc-tight.c:37:
  /usr/include/pngconf.h: At top level:
  /usr/include/pngconf.h:371:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
  /usr/include/pngconf.h:372:12: error: unknown type name ‘__dont__’
  /usr/include/pngconf.h:372:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘it’
  /usr/include/pngconf.h:372:29: error: unknown type name ‘it’

  
  Looking at pngconf.h around line 370 gives the reason for the compilation failure:

  #      ifdef _SETJMP_H
         /* If you encounter a compiler error here, see the explanation
          * near the end of INSTALL.
          */
             __pngconf.h__ in libpng already includes setjmp.h;
             __dont__ include it again.;
  #      endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/802588/+subscriptions

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

* Re: [Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem
  2011-06-27 15:28 [Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem Nigel Horne
@ 2011-06-28  8:35 ` Stefan Hajnoczi
  2011-07-01  4:40 ` [Qemu-devel] [Bug 802588] " Yongjie Ren
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-06-28  8:35 UTC (permalink / raw)
  To: Bug 802588; +Cc: qemu-devel

On Mon, Jun 27, 2011 at 4:28 PM, Nigel Horne <802588@bugs.launchpad.net> wrote:
> Git version: f26e428da505709ec03b2ed2c9eb3db82b30bd7b

Fixed in 2fb0c09f4ff036f68474277ed4edc036f6529de8.

Stefan

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

* [Qemu-devel] [Bug 802588] Re: Latest GIT version fails to compile on Linux - setjmp.h problem
  2011-06-27 15:28 [Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem Nigel Horne
  2011-06-28  8:35 ` Stefan Hajnoczi
@ 2011-07-01  4:40 ` Yongjie Ren
  2011-07-11 18:34 ` Stefan Weil
  2011-07-29 11:07 ` Yongjie Ren
  3 siblings, 0 replies; 5+ messages in thread
From: Yongjie Ren @ 2011-07-01  4:40 UTC (permalink / raw)
  To: qemu-devel

I found this issue is also exist in latest qemu-kvm.git
commit d58931037dbb4fbc2fbb33858629d3fabfd1b0d4
Merge: bcd4f22... f8121c4...
Author: Avi Kivity <avi@redhat.com>
Date:   Tue Jun 28 15:11:13 2011 +0300

Git log shows it has merged commit 2fb0c09f4f*, but the bug is not
fixed.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/802588

Title:
  Latest GIT version fails to compile on Linux - setjmp.h problem

Status in QEMU:
  New

Bug description:
  Git version: f26e428da505709ec03b2ed2c9eb3db82b30bd7b
  Gcc: 4.6.1
  Host: Debinan/x86_64

  Fails to compile at

  In file included from /usr/include/png.h:518:0,
                   from ui/vnc-enc-tight.c:37:
  /usr/include/pngconf.h: At top level:
  /usr/include/pngconf.h:371:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
  /usr/include/pngconf.h:372:12: error: unknown type name ‘__dont__’
  /usr/include/pngconf.h:372:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘it’
  /usr/include/pngconf.h:372:29: error: unknown type name ‘it’

  
  Looking at pngconf.h around line 370 gives the reason for the compilation failure:

  #      ifdef _SETJMP_H
         /* If you encounter a compiler error here, see the explanation
          * near the end of INSTALL.
          */
             __pngconf.h__ in libpng already includes setjmp.h;
             __dont__ include it again.;
  #      endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/802588/+subscriptions

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

* [Qemu-devel] [Bug 802588] Re: Latest GIT version fails to compile on Linux - setjmp.h problem
  2011-06-27 15:28 [Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem Nigel Horne
  2011-06-28  8:35 ` Stefan Hajnoczi
  2011-07-01  4:40 ` [Qemu-devel] [Bug 802588] " Yongjie Ren
@ 2011-07-11 18:34 ` Stefan Weil
  2011-07-29 11:07 ` Yongjie Ren
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2011-07-11 18:34 UTC (permalink / raw)
  To: qemu-devel

Patch http://patchwork.ozlabs.org/patch/103157/ is a possible solution
for this problem.

** Changed in: qemu
     Assignee: (unassigned) => Stefan Weil (ubuntu-weilnetz)

** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/802588

Title:
  Latest GIT version fails to compile on Linux - setjmp.h problem

Status in QEMU:
  Fix Committed

Bug description:
  Git version: f26e428da505709ec03b2ed2c9eb3db82b30bd7b
  Gcc: 4.6.1
  Host: Debinan/x86_64

  Fails to compile at

  In file included from /usr/include/png.h:518:0,
                   from ui/vnc-enc-tight.c:37:
  /usr/include/pngconf.h: At top level:
  /usr/include/pngconf.h:371:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
  /usr/include/pngconf.h:372:12: error: unknown type name ‘__dont__’
  /usr/include/pngconf.h:372:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘it’
  /usr/include/pngconf.h:372:29: error: unknown type name ‘it’

  
  Looking at pngconf.h around line 370 gives the reason for the compilation failure:

  #      ifdef _SETJMP_H
         /* If you encounter a compiler error here, see the explanation
          * near the end of INSTALL.
          */
             __pngconf.h__ in libpng already includes setjmp.h;
             __dont__ include it again.;
  #      endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/802588/+subscriptions

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

* [Qemu-devel] [Bug 802588] Re: Latest GIT version fails to compile on Linux - setjmp.h problem
  2011-06-27 15:28 [Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem Nigel Horne
                   ` (2 preceding siblings ...)
  2011-07-11 18:34 ` Stefan Weil
@ 2011-07-29 11:07 ` Yongjie Ren
  3 siblings, 0 replies; 5+ messages in thread
From: Yongjie Ren @ 2011-07-29 11:07 UTC (permalink / raw)
  To: qemu-devel

this issue got fixed. It doesn't exist in qemu-kvm.git
fda19064e889d4419dd3dc69ca8e6e7a1535fdf5

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/802588

Title:
  Latest GIT version fails to compile on Linux - setjmp.h problem

Status in QEMU:
  Fix Released

Bug description:
  Git version: f26e428da505709ec03b2ed2c9eb3db82b30bd7b
  Gcc: 4.6.1
  Host: Debinan/x86_64

  Fails to compile at

  In file included from /usr/include/png.h:518:0,
                   from ui/vnc-enc-tight.c:37:
  /usr/include/pngconf.h: At top level:
  /usr/include/pngconf.h:371:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
  /usr/include/pngconf.h:372:12: error: unknown type name ‘__dont__’
  /usr/include/pngconf.h:372:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘it’
  /usr/include/pngconf.h:372:29: error: unknown type name ‘it’

  
  Looking at pngconf.h around line 370 gives the reason for the compilation failure:

  #      ifdef _SETJMP_H
         /* If you encounter a compiler error here, see the explanation
          * near the end of INSTALL.
          */
             __pngconf.h__ in libpng already includes setjmp.h;
             __dont__ include it again.;
  #      endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/802588/+subscriptions

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

end of thread, other threads:[~2011-07-29 11:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-27 15:28 [Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem Nigel Horne
2011-06-28  8:35 ` Stefan Hajnoczi
2011-07-01  4:40 ` [Qemu-devel] [Bug 802588] " Yongjie Ren
2011-07-11 18:34 ` Stefan Weil
2011-07-29 11:07 ` Yongjie Ren

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.