[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-24 Thread Daniel van Vugt
** Changed in: compiz Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1095915 Title: opengl plugin FTBFS with clang To manage notifications

[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-14 Thread Launchpad Bug Tracker
This bug was fixed in the package compiz - 1:0.9.9~daily13.01.14-0ubuntu1 --- compiz (1:0.9.9~daily13.01.14-0ubuntu1) raring; urgency=low [ sampo555 ] * compiz crashed with SIGSEGV in DodgeAnim::applyDodgeTransform() (LP: #1048840) * compiz crashing if window un-/minimize

[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-06 Thread Bug Watch Updater
** Changed in: mesa Status: Confirmed = Won't Fix ** Bug watch added: www.khronos.org/bugzilla/ #761 https://www.khronos.org/bugzilla/show_bug.cgi?id=761 -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu.

[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-06 Thread Daniel van Vugt
Fix committed into lp:compiz at revision 3540, scheduled for release in Compiz 0.9.9.0 ** Changed in: compiz (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu.

[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-04 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=59013. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-04 Thread PS Jenkins bot
** Changed in: compiz Status: In Progress = Fix Committed -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1095915 Title: opengl plugin FTBFS with clang To manage notifications

[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-03 Thread Daniel van Vugt
** Changed in: compiz Status: Confirmed = In Progress ** Also affects: compiz (Ubuntu) Importance: Undecided Status: New ** Changed in: compiz (Ubuntu) Status: New = In Progress ** Changed in: compiz (Ubuntu) Importance: Undecided = Medium ** Changed in: compiz

[Compiz] [Bug 1095915] Re: opengl plugin FTBFS with clang

2013-01-03 Thread Sam Spilsbury
This is really a bug in mesa. glShaderSource is defined in the spec like so: void glShaderSource(GLuint shader, GLsizei count, const GLchar **string, const GLint *length); But in newer versions they've changed it to: GL_APICALL void GL_APIENTRY glShaderSource