Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66526 - New ebuild: AllegroGL
Summary: New ebuild: AllegroGL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL: http://allegrogl.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-10-06 07:24 UTC by Jordi Vilalta
Modified: 2004-10-15 02:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
allegrogl-0.2.4.ebuild (allegrogl-0.2.4.ebuild,496 bytes, text/plain)
2004-10-06 07:25 UTC, Jordi Vilalta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jordi Vilalta 2004-10-06 07:24:56 UTC
It's a library to mix OpenGL graphics with Allegro routines.

It's needed by some games.

I suggest the media-libs category

Reproducible: Always
Steps to Reproduce:
Comment 1 Jordi Vilalta 2004-10-06 07:25:49 UTC
Created attachment 41225 [details]
allegrogl-0.2.4.ebuild
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-10-06 12:44:52 UTC
is there a test application I can test this lib against?
Comment 3 Jordi Vilalta 2004-10-06 13:23:50 UTC
You can test it with Machine Ball: http://benny.kramekweb.com/machineball

I'm doing its ebuild, but it segfaults when I run my compiled version. Try it with the precompiled version available to download.
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-10-06 14:19:15 UTC
doesn't build for me...

gcc -o examp/test -Iinclude -Iinclude/allegrogl -Iinclude/allegrogl/GLext -I/usr/include -I/usr/X11R6/include  -O2 -Wall -ffast-math -fomit-frame-pointer -L/usr/X11R6/lib  -Llib/unix examp/test.c -lagl `allegro-config --libs` -lGLU -lGL -ldl -lXxf86vm -lXext -lX11 -lm -lpthread 
lib/unix/libagl.so: undefined reference to `agl_unwrite_line_c'
lib/unix/libagl.so: undefined reference to `agl_write_line_c'
collect2: ld returned 1 exit status
make: *** [examp/test] Error 1

!!! ERROR: media-libs/allegrogl-0.2.4 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 5 Jordi Vilalta 2004-10-07 08:33:48 UTC
It's strange. Do you get to the same error compiling it by hand?
Comment 6 Jeremy Huddleston (RETIRED) gentoo-dev 2004-10-15 02:41:26 UTC
added to portage... works for me with 'emake -j1', so it's probably a concurrency issue.  I patched it to work with DESTDIR, so it can work on amd64's lib64 profile now...