Package Details: perl-opengl 0.7004-2

Git Clone URL: https://aur.archlinux.org/perl-opengl.git (read-only, click to copy)
Package Base: perl-opengl
Description: Interface to OpenGL drawing/imaging library
Upstream URL: https://metacpan.org/release/OpenGL/
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: swiftgeek
Last Packager: swiftgeek
Votes: 37
Popularity: 0.000003
First Submitted: 2009-02-28 22:39 (UTC)
Last Updated: 2025-04-03 02:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

jnbek commented on 2013-08-27 23:15 (UTC)

I wonder if there's an ancillary dependency that hasn't been rebuilt for Perl 5.18. I've had a number of my perl modules fail that way. Or sometimes, the author has yet to fix the test to be 5.18 compliant, which could also be the case. Lastly, this module during make test will attempt to test the graphical aspects and if you're on a headless server, or logged in as root on a terminal and the test can't connect to the X session, make test barfs in your lap like a 5 month old infant with influenza. For a time, I kept make test commented out, but the tests are fairly important and it's just wrong and against the Perl way to force skip the tests. Let me know if any of the above assisted you with regard to your problem.

xyem commented on 2013-08-27 15:09 (UTC)

@cgx: The 'make test' fails because 'test.pl' returns an exit code of 9 instead of 0, (seemingly) regardless of how it exits. For example, in cbRenderScene there is an explicit 'exit(0);' when the test hits timeout, but the exit code is still 9. I am (with some help) trying to isolate the cause of this and will post my findings/a patch if I succeed.

dracorp commented on 2013-08-19 14:31 (UTC)

Could you change mesa-libgl to libgl in the makedepends? Nvidia-libgl and mesa-libgl provides libgl.

cgx commented on 2013-07-16 20:14 (UTC)

Hmm, the "make test" is not commented out anymore and the build is failing because of that here... Is it really needed?

jnbek commented on 2012-07-19 16:29 (UTC)

Removed the version constraint, also, I commented out make test too, since even though the test works, when i go to exit it, it kicks out of the build as a failure... If you reeeally want the tests, you can uncomment it from the PKGBUILD.

jnbek commented on 2012-07-11 14:28 (UTC)

Sure, I'll look into that. I just got to work, so it will be this evening before i get a chance to look.

dracorp commented on 2012-07-11 07:44 (UTC)

Could you modify depend libgl>=8.0.3 to the libgl (e.g. nvidia-utils provides libgl)?

<deleted-account> commented on 2010-10-05 18:15 (UTC)

OpenGL-0.62 no longer exists. Looks like it should be 0.63 or 0.64 now.