Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 186784

Summary: media-libs/allegrogl-0.4.1 fails to compile with allegro-4.2.2 (bump to version 0.4.2 required)
Product: Gentoo Linux Reporter: Davide Cendron (RETIRED) <scen>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
URL: http://allegrogl.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---

Description Davide Cendron (RETIRED) gentoo-dev 2007-07-27 12:40:15 UTC
media-libs/allegrogl-0.4.1 fails to compile with media-libs/allegro-4.2.2 :

checking for allegro-config... /usr/bin/allegro-config
checking for Allegro - version >= 4.2.0... yes (version 4.2.2)
configure: creating ./config.status
config.status: creating makefile
config.status: creating include/alleggl_config.h
config.status: executing default commands
Generating dependencies...
i686-pc-linux-gnu-gcc -o obj/unix/release/alleggl.o -Iinclude -Iinclude/allegrogl -Iinclude/allegrogl/GLext -I/usr/include  -O2 -march=pentium-m -pipe -fPIC -c src/alleggl.c
i686-pc-linux-gnu-gcc -o obj/unix/release/glvtable.o -Iinclude -Iinclude/allegrogl -Iinclude/allegrogl/GLext -I/usr/include  -O2 -march=pentium-m -pipe -fPIC -c src/glvtable.c
In file included from src/alleggl.c:14:
include/alleggl.h:72:5: error: #error AllegroGL requires Allegro to have pthread support enabled!
In file included from src/glvtable.c:20:
include/alleggl.h:72:5: error: #error AllegroGL requires Allegro to have pthread support enabled!
make: *** [obj/unix/release/alleggl.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [obj/unix/release/glvtable.o] Error 1

!!! ERROR: media-libs/allegrogl-0.4.1 failed.


Version 0.4.2 solves this problem, so a version bump is IMHO needed: just renaming the version number of allegrogl ebuild seems to work! :)
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2007-08-03 19:43:55 UTC
Thanks.