All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1368791] [NEW] qemu build fails on Ubuntu 10.04 LTS since recent pixman changes
@ 2014-09-12 14:19 Andreas Gustafsson
  2014-09-15  2:17 ` Hu Tao
  2017-10-26 13:16 ` [Qemu-devel] [Bug 1368791] " Thomas Huth
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Gustafsson @ 2014-09-12 14:19 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Since commit 0dfa7e30126364c434a48cb37a1a41119e536c2a, the qemu git
mainline no longer builds on Ubuntu 10.04 LTS.  The build fails with:

  CC    ui/input.o
ui/qemu-pixman.c: In function 'qemu_pixelformat_from_pixman':
ui/qemu-pixman.c:42: error: 'PIXMAN_TYPE_RGBA' undeclared (first use in this function)
ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only once
ui/qemu-pixman.c:42: error: for each function it appears in.)
make: *** [ui/qemu-pixman.o] Error 1

Andreas Gustafsson, gson@gson.org

** 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/1368791

Title:
  qemu build fails on Ubuntu 10.04 LTS since recent pixman changes

Status in QEMU:
  New

Bug description:
  Since commit 0dfa7e30126364c434a48cb37a1a41119e536c2a, the qemu git
  mainline no longer builds on Ubuntu 10.04 LTS.  The build fails with:

    CC    ui/input.o
  ui/qemu-pixman.c: In function 'qemu_pixelformat_from_pixman':
  ui/qemu-pixman.c:42: error: 'PIXMAN_TYPE_RGBA' undeclared (first use in this function)
  ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only once
  ui/qemu-pixman.c:42: error: for each function it appears in.)
  make: *** [ui/qemu-pixman.o] Error 1

  Andreas Gustafsson, gson@gson.org

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

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

* Re: [Qemu-devel] [Bug 1368791] [NEW] qemu build fails on Ubuntu 10.04 LTS since recent pixman changes
  2014-09-12 14:19 [Qemu-devel] [Bug 1368791] [NEW] qemu build fails on Ubuntu 10.04 LTS since recent pixman changes Andreas Gustafsson
@ 2014-09-15  2:17 ` Hu Tao
  2014-09-15  6:44   ` Andreas Gustafsson
  2017-10-26 13:16 ` [Qemu-devel] [Bug 1368791] " Thomas Huth
  1 sibling, 1 reply; 4+ messages in thread
From: Hu Tao @ 2014-09-15  2:17 UTC (permalink / raw)
  To: Andreas Gustafsson; +Cc: qemu-devel

On Fri, Sep 12, 2014 at 02:19:44PM +0000, Andreas Gustafsson wrote:
> Public bug reported:
> 
> Since commit 0dfa7e30126364c434a48cb37a1a41119e536c2a, the qemu git
> mainline no longer builds on Ubuntu 10.04 LTS.  The build fails with:
> 
>   CC    ui/input.o
> ui/qemu-pixman.c: In function 'qemu_pixelformat_from_pixman':
> ui/qemu-pixman.c:42: error: 'PIXMAN_TYPE_RGBA' undeclared (first use in this function)
> ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only once
> ui/qemu-pixman.c:42: error: for each function it appears in.)
> make: *** [ui/qemu-pixman.o] Error 1
> 

Hi Andreas,

does this patch fix your problem?
https://lists.nongnu.org/archive/html/qemu-devel/2014-09/msg02880.html

Regards,
Hu

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

* Re: [Qemu-devel] [Bug 1368791] [NEW] qemu build fails on Ubuntu 10.04 LTS since recent pixman changes
  2014-09-15  2:17 ` Hu Tao
@ 2014-09-15  6:44   ` Andreas Gustafsson
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Gustafsson @ 2014-09-15  6:44 UTC (permalink / raw)
  To: Hu Tao; +Cc: qemu-devel

Hu Tao wrote:
> Hi Andreas,
> 
> does this patch fix your problem?
> https://lists.nongnu.org/archive/html/qemu-devel/2014-09/msg02880.html

I couldn't get the patch to apply, so I made the change to configure
by hand.  When I ran configure, I got the "pixman >= 0.21.8 not
present" message, so I ran "git submodule update --init pixman" and
reconfigured.  After that, qemu built successfully.

Thanks,
-- 
Andreas Gustafsson, gson@gson.org

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

* [Qemu-devel] [Bug 1368791] Re: qemu build fails on Ubuntu 10.04 LTS since recent pixman changes
  2014-09-12 14:19 [Qemu-devel] [Bug 1368791] [NEW] qemu build fails on Ubuntu 10.04 LTS since recent pixman changes Andreas Gustafsson
  2014-09-15  2:17 ` Hu Tao
@ 2017-10-26 13:16 ` Thomas Huth
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-10-26 13:16 UTC (permalink / raw)
  To: qemu-devel

Since 10.04 is already end-of-life, I'm closing this bug now. If you
still have problems with newer versions of Ubuntu, please open a new bug
instead.

** Changed in: qemu
       Status: New => Won't Fix

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

Title:
  qemu build fails on Ubuntu 10.04 LTS since recent pixman changes

Status in QEMU:
  Won't Fix

Bug description:
  Since commit 0dfa7e30126364c434a48cb37a1a41119e536c2a, the qemu git
  mainline no longer builds on Ubuntu 10.04 LTS.  The build fails with:

    CC    ui/input.o
  ui/qemu-pixman.c: In function 'qemu_pixelformat_from_pixman':
  ui/qemu-pixman.c:42: error: 'PIXMAN_TYPE_RGBA' undeclared (first use in this function)
  ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only once
  ui/qemu-pixman.c:42: error: for each function it appears in.)
  make: *** [ui/qemu-pixman.o] Error 1

  Andreas Gustafsson, gson@gson.org

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

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

end of thread, other threads:[~2017-10-26 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12 14:19 [Qemu-devel] [Bug 1368791] [NEW] qemu build fails on Ubuntu 10.04 LTS since recent pixman changes Andreas Gustafsson
2014-09-15  2:17 ` Hu Tao
2014-09-15  6:44   ` Andreas Gustafsson
2017-10-26 13:16 ` [Qemu-devel] [Bug 1368791] " Thomas Huth

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.