All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1432861] [NEW] configure can't find opengl
@ 2015-03-16 22:10 Chase Rayfield
  2015-03-17  6:29 ` [Qemu-devel] [Bug 1432861] " Stefan Weil
  2015-03-17 12:19 ` Stefan Weil
  0 siblings, 2 replies; 4+ messages in thread
From: Chase Rayfield @ 2015-03-16 22:10 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

When passing --enable-opengl to ./configure qemu now looks for a glx.pc
but this doesn't exist on Gentoo or apparently Fedora 21 according to
the mailing list reports.

On my amd64 funtoo box these are the *glx.pc files found
/usr/lib32/pkgconfig/xcb-glx.pc
/usr/lib32/pkgconfig/cairo-glx.pc
/usr/lib64/pkgconfig/xcb-glx.pc
/usr/lib64/pkgconfig/cairo-glx.pc

The list of *gl.pc files on the same box:
/usr/lib32/pkgconfig/cairo-egl.pc
/usr/lib32/pkgconfig/egl.pc
/usr/lib32/pkgconfig/gl.pc
/usr/lib32/pkgconfig/cairo-gl.pc
/usr/portage/media-gfx/nvidia-cg-toolkit/files/nvidia-cg-toolkit-gl.pc.in
/usr/portage/media-libs/opengl-apple/files/gl.pc
/usr/lib64/pkgconfig/cairo-egl.pc
/usr/lib64/pkgconfig/egl.pc
/usr/lib64/pkgconfig/ftgl.pc
/usr/lib64/pkgconfig/gl.pc
/usr/lib64/pkgconfig/cairo-gl.pc


On my sparc64 box:
/usr/lib/pkgconfig/xcb-glx.pc
/usr/lib/pkgconfig/cairo-glx.pc


The qemu ebuild in gentoo has been updated to support --enable/disable-opengl but glx.pc seems to possibly be distro specific?

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

Title:
  configure can't find opengl

Status in QEMU:
  New

Bug description:
  When passing --enable-opengl to ./configure qemu now looks for a
  glx.pc but this doesn't exist on Gentoo or apparently Fedora 21
  according to the mailing list reports.

  On my amd64 funtoo box these are the *glx.pc files found
  /usr/lib32/pkgconfig/xcb-glx.pc
  /usr/lib32/pkgconfig/cairo-glx.pc
  /usr/lib64/pkgconfig/xcb-glx.pc
  /usr/lib64/pkgconfig/cairo-glx.pc

  The list of *gl.pc files on the same box:
  /usr/lib32/pkgconfig/cairo-egl.pc
  /usr/lib32/pkgconfig/egl.pc
  /usr/lib32/pkgconfig/gl.pc
  /usr/lib32/pkgconfig/cairo-gl.pc
  /usr/portage/media-gfx/nvidia-cg-toolkit/files/nvidia-cg-toolkit-gl.pc.in
  /usr/portage/media-libs/opengl-apple/files/gl.pc
  /usr/lib64/pkgconfig/cairo-egl.pc
  /usr/lib64/pkgconfig/egl.pc
  /usr/lib64/pkgconfig/ftgl.pc
  /usr/lib64/pkgconfig/gl.pc
  /usr/lib64/pkgconfig/cairo-gl.pc

  
  On my sparc64 box:
  /usr/lib/pkgconfig/xcb-glx.pc
  /usr/lib/pkgconfig/cairo-glx.pc

  
  The qemu ebuild in gentoo has been updated to support --enable/disable-opengl but glx.pc seems to possibly be distro specific?

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

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

* [Qemu-devel] [Bug 1432861] Re: configure can't find opengl
  2015-03-16 22:10 [Qemu-devel] [Bug 1432861] [NEW] configure can't find opengl Chase Rayfield
@ 2015-03-17  6:29 ` Stefan Weil
  2015-03-17  6:56   ` Gonglei
  2015-03-17 12:19 ` Stefan Weil
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Weil @ 2015-03-17  6:29 UTC (permalink / raw)
  To: qemu-devel

Confirmed for Debian Jessie, too. The package mesa-common-dev includes /usr/include/GL/glx.h, but only a 
/usr/lib/x86_64-linux-gnu/pkgconfig/dri.pc. There is no glx.pc for Debian.

** Changed in: qemu
       Status: New => Confirmed

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

Title:
  configure can't find opengl

Status in QEMU:
  Confirmed

Bug description:
  When passing --enable-opengl to ./configure qemu now looks for a
  glx.pc but this doesn't exist on Gentoo or apparently Fedora 21
  according to the mailing list reports.

  On my amd64 funtoo box these are the *glx.pc files found
  /usr/lib32/pkgconfig/xcb-glx.pc
  /usr/lib32/pkgconfig/cairo-glx.pc
  /usr/lib64/pkgconfig/xcb-glx.pc
  /usr/lib64/pkgconfig/cairo-glx.pc

  The list of *gl.pc files on the same box:
  /usr/lib32/pkgconfig/cairo-egl.pc
  /usr/lib32/pkgconfig/egl.pc
  /usr/lib32/pkgconfig/gl.pc
  /usr/lib32/pkgconfig/cairo-gl.pc
  /usr/portage/media-gfx/nvidia-cg-toolkit/files/nvidia-cg-toolkit-gl.pc.in
  /usr/portage/media-libs/opengl-apple/files/gl.pc
  /usr/lib64/pkgconfig/cairo-egl.pc
  /usr/lib64/pkgconfig/egl.pc
  /usr/lib64/pkgconfig/ftgl.pc
  /usr/lib64/pkgconfig/gl.pc
  /usr/lib64/pkgconfig/cairo-gl.pc

  
  On my sparc64 box:
  /usr/lib/pkgconfig/xcb-glx.pc
  /usr/lib/pkgconfig/cairo-glx.pc

  
  The qemu ebuild in gentoo has been updated to support --enable/disable-opengl but glx.pc seems to possibly be distro specific?

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

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

* Re: [Qemu-devel] [Bug 1432861] Re: configure can't find opengl
  2015-03-17  6:29 ` [Qemu-devel] [Bug 1432861] " Stefan Weil
@ 2015-03-17  6:56   ` Gonglei
  0 siblings, 0 replies; 4+ messages in thread
From: Gonglei @ 2015-03-17  6:56 UTC (permalink / raw)
  To: Bug 1432861, qemu-devel

On 2015/3/17 14:29, Stefan Weil wrote:
> Confirmed for Debian Jessie, too. The package mesa-common-dev includes /usr/include/GL/glx.h, but only a 
> /usr/lib/x86_64-linux-gnu/pkgconfig/dri.pc. There is no glx.pc for Debian.
> 
Does this patch fix ?
https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg03234.html

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

* [Qemu-devel] [Bug 1432861] Re: configure can't find opengl
  2015-03-16 22:10 [Qemu-devel] [Bug 1432861] [NEW] configure can't find opengl Chase Rayfield
  2015-03-17  6:29 ` [Qemu-devel] [Bug 1432861] " Stefan Weil
@ 2015-03-17 12:19 ` Stefan Weil
  1 sibling, 0 replies; 4+ messages in thread
From: Stefan Weil @ 2015-03-17 12:19 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Confirmed => 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/1432861

Title:
  configure can't find opengl

Status in QEMU:
  Fix Released

Bug description:
  When passing --enable-opengl to ./configure qemu now looks for a
  glx.pc but this doesn't exist on Gentoo or apparently Fedora 21
  according to the mailing list reports.

  On my amd64 funtoo box these are the *glx.pc files found
  /usr/lib32/pkgconfig/xcb-glx.pc
  /usr/lib32/pkgconfig/cairo-glx.pc
  /usr/lib64/pkgconfig/xcb-glx.pc
  /usr/lib64/pkgconfig/cairo-glx.pc

  The list of *gl.pc files on the same box:
  /usr/lib32/pkgconfig/cairo-egl.pc
  /usr/lib32/pkgconfig/egl.pc
  /usr/lib32/pkgconfig/gl.pc
  /usr/lib32/pkgconfig/cairo-gl.pc
  /usr/portage/media-gfx/nvidia-cg-toolkit/files/nvidia-cg-toolkit-gl.pc.in
  /usr/portage/media-libs/opengl-apple/files/gl.pc
  /usr/lib64/pkgconfig/cairo-egl.pc
  /usr/lib64/pkgconfig/egl.pc
  /usr/lib64/pkgconfig/ftgl.pc
  /usr/lib64/pkgconfig/gl.pc
  /usr/lib64/pkgconfig/cairo-gl.pc

  
  On my sparc64 box:
  /usr/lib/pkgconfig/xcb-glx.pc
  /usr/lib/pkgconfig/cairo-glx.pc

  
  The qemu ebuild in gentoo has been updated to support --enable/disable-opengl but glx.pc seems to possibly be distro specific?

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

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

end of thread, other threads:[~2015-03-17 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-16 22:10 [Qemu-devel] [Bug 1432861] [NEW] configure can't find opengl Chase Rayfield
2015-03-17  6:29 ` [Qemu-devel] [Bug 1432861] " Stefan Weil
2015-03-17  6:56   ` Gonglei
2015-03-17 12:19 ` Stefan Weil

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.