Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the OpenGL CPAN distribution.

Report information
The Basics
Id: 86333
Status: resolved
Priority: 0/
Queue: OpenGL

People
Owner: chm [...] cpan.org
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.66
Fixed in: 0.66_002



From: gregoa [...] cpan.org
Subject: libopengl-perl: FTBFS: gl_const.h:2913:4: error: 'GL_TYPE_RGBA_FLOAT_ATI' undeclared (first use in this function)
This bug has been forwarded from http://bugs.debian.org/713564 -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> Source: libopengl-perl Version: 0.66+dfsg-1 Severity: serious Tags: jessie sid User: debian-qa@lists.debian.org Usertags: qa-ftbfs-20130620 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: Show quoted text
> cc -c -I/usr/include -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -DVERSION=\"0.66\" -DXS_VERSION=\"0.66\" -fPIC "-I/usr/lib/perl/5.14/CORE" -DHAVE_VER -DHAVE_GL -DHAVE_GLU -DHAVE_GLUT -DHAVE_GLX -DHAVE_FREEGLUT -DHAVE_FREEGLUT_H -DGL_GLEXT_LEGACY pogl_const.c > In file included from /usr/lib/perl/5.14/CORE/perl.h:983:0, > from pgopogl.h:22, > from pogl_const.xs:18: > gl_const.h: In function 'neoconstant': > gl_const.h:2913:4: error: 'GL_TYPE_RGBA_FLOAT_ATI' undeclared (first use in this function) > i(GL_TYPE_RGBA_FLOAT_ATI) > ^ > /usr/lib/perl/5.14/CORE/embed.h:347:40: note: in definition of macro 'newSViv' > #define newSViv(a) Perl_newSViv(aTHX_ a) > ^ > gl_const.h:2913:2: note: in expansion of macro 'i' > i(GL_TYPE_RGBA_FLOAT_ATI) > ^ > gl_const.h:2913:4: note: each undeclared identifier is reported only once for each function it appears in > i(GL_TYPE_RGBA_FLOAT_ATI) > ^ > /usr/lib/perl/5.14/CORE/embed.h:347:40: note: in definition of macro 'newSViv' > #define newSViv(a) Perl_newSViv(aTHX_ a) > ^ > gl_const.h:2913:2: note: in expansion of macro 'i' > i(GL_TYPE_RGBA_FLOAT_ATI) > ^ > make[1]: *** [pogl_const.o] Error 1
The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2013/06/20/libopengl-perl_0.66+dfsg-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. <--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<-- Thanks in advance, gregor herrmann, Debian Perl Group
I've just pushed a quick OpenGL-0.66_002 CPAN
developers release.  If it tests ok, I'll upload a new
official release.  If you let me know if it works for
you, I can push it sooner.  (CPAN Testers reports
can take days to percolate new releases).

Work is underway for a new Perl OpenGL version
with support for the modern OpenGL APIs >=2.x.
I hope to have that out this Summer.

--Chris

On Sat Jun 22 17:08:52 2013, GREGOA wrote:
Show quoted text
> This bug has been forwarded from http://bugs.debian.org/713564
>
> -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->
>
> Source: libopengl-perl
> Version: 0.66+dfsg-1
> Severity: serious
> Tags: jessie sid
> User: debian-qa@lists.debian.org
> Usertags: qa-ftbfs-20130620 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on
> amd64.
>
> Relevant part:
> > cc -c -I/usr/include -I/usr/local/include -D_REENTRANT
> -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g
> -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -D_FORTIFY_SOURCE=2 -DVERSION=\"0.66\"
> -DXS_VERSION=\"0.66\" -fPIC "-I/usr/lib/perl/5.14/CORE" -DHAVE_VER
> -DHAVE_GL -DHAVE_GLU -DHAVE_GLUT -DHAVE_GLX -DHAVE_FREEGLUT
> -DHAVE_FREEGLUT_H -DGL_GLEXT_LEGACY pogl_const.c
> > In file included from /usr/lib/perl/5.14/CORE/perl.h:983:0,
> > from pgopogl.h:22,
> > from pogl_const.xs:18:
> > gl_const.h: In function 'neoconstant':
> > gl_const.h:2913:4: error: 'GL_TYPE_RGBA_FLOAT_ATI' undeclared (first
> use in this function)
> > i(GL_TYPE_RGBA_FLOAT_ATI)
> > ^
> > /usr/lib/perl/5.14/CORE/embed.h:347:40: note: in definition of macro
> 'newSViv'
> > #define newSViv(a) Perl_newSViv(aTHX_ a)
> > ^
> > gl_const.h:2913:2: note: in expansion of macro 'i'
> > i(GL_TYPE_RGBA_FLOAT_ATI)
> > ^
> > gl_const.h:2913:4: note: each undeclared identifier is reported only
> once for each function it appears in
> > i(GL_TYPE_RGBA_FLOAT_ATI)
> > ^
> > /usr/lib/perl/5.14/CORE/embed.h:347:40: note: in definition of macro
> 'newSViv'
> > #define newSViv(a) Perl_newSViv(aTHX_ a)
> > ^
> > gl_const.h:2913:2: note: in expansion of macro 'i'
> > i(GL_TYPE_RGBA_FLOAT_ATI)
> > ^
> > make[1]: *** [pogl_const.o] Error 1
>
> The full build log is available from:
> http://aws-logs.debian.net/ftbfs-logs/2013/06/20/libopengl-
> perl_0.66+dfsg-1_unstable.log
>
> A list of current common problems and possible solutions is available
> at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to
> contribute!
>
> About the archive rebuild: The rebuild was done on EC2 VM instances
> from
> Amazon Web Services, using a clean, minimal and up-to-date chroot.
> Every
> failed build was retried once to eliminate random failures.
>
>
>
> <--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--
>
> Thanks in advance,
> gregor herrmann, Debian Perl Group


Subject: Re: [rt.cpan.org #86333] libopengl-perl: FTBFS: gl_const.h:2913:4: error: 'GL_TYPE_RGBA_FLOAT_ATI' undeclared (first use in this function)
Date: Tue, 25 Jun 2013 20:35:02 +0200
To: Chris Marshall via RT <bug-OpenGL [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>
On Tue, 25 Jun 2013 14:17:59 -0400, Chris Marshall via RT wrote: Show quoted text
Show quoted text
> I've just pushed a quick OpenGL-0.66_002 CPAN > developers release.
Thank you! Show quoted text
> If it tests ok, I'll upload a new > official release. If you let me know if it works for > you, I can push it sooner. (CPAN Testers reports > can take days to percolate new releases).
Good news: OpenGL-0.66_002 builds for me (same enviroment: Debian unstable, perl 5.14.2, amd64 a.k.a x86_64)! There are some compiler warnings (gcc 4.8.1); I'm attaching the build log just in case. Show quoted text
> Work is underway for a new Perl OpenGL version > with support for the modern OpenGL APIs >=2.x. > I hope to have that out this Summer.
Cool. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Beatles

Message body is not shown because sender requested not to inline it.

Download signature.asc
application/pgp-signature 836b

Message body not shown because it is not plain text.

Glad it fixed the problem for you.  I didn't see any
unusual warnings in the build log so unless a
sever CPAN Testers report comes in today, I'll push
up OpenGL-0.67 tomorrow.

--Chris

On Tue Jun 25 14:35:31 2013, gregoa@debian.org wrote:
Show quoted text
> On Tue, 25 Jun 2013 14:17:59 -0400, Chris Marshall via RT wrote:
>
>
> > I've just pushed a quick OpenGL-0.66_002 CPAN
> > developers release.
>
> Thank you!
>
> > If it tests ok, I'll upload a new
> > official release. If you let me know if it works for
> > you, I can push it sooner. (CPAN Testers reports
> > can take days to percolate new releases).
>
> Good news: OpenGL-0.66_002 builds for me (same enviroment: Debian
> unstable, perl 5.14.2, amd64 a.k.a x86_64)!
>
> There are some compiler warnings (gcc 4.8.1); I'm attaching the build
> log just in case.
>
> > Work is underway for a new Perl OpenGL version
> > with support for the modern OpenGL APIs >=2.x.
> > I hope to have that out this Summer.
>
> Cool.
>
>
> Cheers,
> gregor
>


Subject: Re: [rt.cpan.org #86333] libopengl-perl: FTBFS: gl_const.h:2913:4: error: 'GL_TYPE_RGBA_FLOAT_ATI' undeclared (first use in this function)
Date: Tue, 25 Jun 2013 21:49:50 +0200
To: Chris Marshall via RT <bug-OpenGL [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>
On Tue, 25 Jun 2013 14:46:57 -0400, Chris Marshall via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=86333 > > > Glad it fixed the problem for you. I didn't see any > unusual warnings in the build log so unless a > sever CPAN Testers report comes in today, I'll push > up OpenGL-0.67 tomorrow.
Excellent, thanks alot! Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Beatles
Download signature.asc
application/pgp-signature 836b

Message body not shown because it is not plain text.

OpenGL-0.67 just pushed to PAUSE.  Should be on CPAN mirrors shortly.
Subject: Re: [rt.cpan.org #86333] libopengl-perl: FTBFS: gl_const.h:2913:4: error: 'GL_TYPE_RGBA_FLOAT_ATI' undeclared (first use in this function)
Date: Thu, 27 Jun 2013 21:18:52 +0200
To: Chris Marshall via RT <bug-OpenGL [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>
On Thu, 27 Jun 2013 07:50:30 -0400, Chris Marshall via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=86333 > > > OpenGL-0.67 just pushed to PAUSE. Should be on CPAN mirrors shortly.
Thank you! On its way to the Debian buildds. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Joan Baez: With God on our side
Download signature.asc
application/pgp-signature 836b

Message body not shown because it is not plain text.