pkg-perl-maintainers team mailing list archive
-
pkg-perl-maintainers team
-
Mailing list archive
-
Message #00217
[Bug 425349] [NEW] glutKeyboardUpFunc not exported
Public bug reported:
Binary package hint: libopengl-perl
My system:
Ubuntu 9.04 on a samsung nc10 netbook, with an intel graphics chip
Description:
It seems like a lot of symbols aren't being exported. glutKeyboardUpFunc, for one, depends on GLUT_API_VERSION >= 4, whereas glutKeyboardFunc does not. I believe this is related to the cause of this bug, although GLUT_API_VERSION is defined as 4 after the module is loaded. Undefined errors are why most of the ./examples/ in this package don't work.
On Cpan, this module is named OpenGL. The newest developer release
compiles & installs, and glutKeyboardUpFunc does export, but most of the
./examples/ are still broken.
To repeat:
1) install libopengl-perl
2) run the following code:
use strict; use warnings;
use OpenGL qw/:all/;
glutInit();
glutKeyboardFunc();
glutKeyboardUpFunc();
The Error is this:
Undefined subroutine &main::glutKeyboardUpFunc called at - line 5.
Thank you bugpeople :)
ProblemType: Bug
Architecture: i386
Dependencies:
DistroRelease: Ubuntu 9.04
Package: libopengl-perl None [modified: /var/lib/dpkg/info/libopengl-perl.list]
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: libopengl-perl
Uname: Linux 2.6.28-15-generic i686
UnreportableReason: This is not a genuine Ubuntu package
** Affects: libopengl-perl (Ubuntu)
Importance: Undecided
Status: New
** Tags: apport-bug i386
--
glutKeyboardUpFunc not exported
https://bugs.launchpad.net/bugs/425349
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libopengl-perl in ubuntu.
Follow ups
References