Your message dated Thu, 28 Sep 2006 09:32:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389809: libgl1-mesa-glx: glXGetVideoSyncSGI and
glXWaitVideoSyncSGI missing
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libgl1-mesa-glx
Version: 6.5.0.cvs.20060524-1.1
Severity: normal
Hi,
after the upgrade to 6.5.1-0.1, I compiled MythTV and got these linker
errors:
../../libs/libmythtv/libmythtv-0.20.so: undefined reference to
`glXGetVideoSyncSGI'
../../libs/libmythtv/libmythtv-0.20.so: undefined reference to
`glXWaitVideoSyncSGI'
After downgrading to mesa version 6.5.0.cvs.20060524-1.1 it works again. I
think this is a bug in the libGL.
Regards,
Tino
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages libgl1-mesa-glx depends on:
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libdrm2 2.0.2-0.1 Userspace interface to kernel DRM
ii libx11-6 2:1.0.0-9 X11 client-side library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxxf86vm1 1:1.0.1-2 X11 XFree86 video mode extension l
libgl1-mesa-glx recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, 2006-09-27 at 22:16 +0200, Tino Keitel wrote:
> Package: libgl1-mesa-glx
> Version: 6.5.0.cvs.20060524-1.1
> Severity: normal
>
> Hi,
>
> after the upgrade to 6.5.1-0.1, I compiled MythTV and got these linker
> errors:
>
> ../../libs/libmythtv/libmythtv-0.20.so: undefined reference to
> `glXGetVideoSyncSGI'
> ../../libs/libmythtv/libmythtv-0.20.so: undefined reference to
> `glXWaitVideoSyncSGI'
>
> After downgrading to mesa version 6.5.0.cvs.20060524-1.1 it works again. I
> think this is a bug in the libGL.
No, it's a bug in libmythtv-0.20.so. Only the symbols covered by the GL
ABI (http://oss.sgi.com/projects/ogl-sample/ABI/ - basically GL 1.2,
GLU/X 1.3 plus GL_ARB_multitexture) can be referenced directly,
everything else needs to be acquired with glXGetProcAddress.
Closing this bug, as MythTV doesn't seem to be in Debian yet.
--
Earthling Michel Dänzer | http://tungstengraphics.com
Libre software enthusiast | Debian, X and DRI developer
--- End Message ---