Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20195 - media-libs/allegro-4.0.3 compile fails
Summary: media-libs/allegro-4.0.3 compile fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-29 19:09 UTC by Gunnlaugur Thor Briem
Modified: 2003-06-19 11:18 UTC (History)
2 users (show)

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


Attachments
ebuild that should correct the problem (allegro-4.0.3.ebuild,3.19 KB, text/plain)
2003-05-04 04:01 UTC, jawed hancali
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gunnlaugur Thor Briem 2003-04-29 19:09:31 UTC
The media-libs/allegro-4.0.3 ebuild fails because the compile doesn't find 
#include <artsc.h>, apparently because of a missing include path in the gcc 
invocation.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS=~x86 emerge allegro
2.
3.

Actual Results:  
Here's a tail of the output. Note that the final gcc command does not have an 
include path for /usr/kde/3.1/include or /usr/kde/3.1/include/artsc/ ... I do 
not have artsc.h anywhere else on my system.

gcc -DHAVE_CONFIG_H -Iinclude -Iinclude/allegro -I./include -I./include/allegro 
-I.  -I/usr/X11R6/include  -march=athlon-xp -O3 -pipe -fforce-addr 
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -fPIC 
-DALLEGRO_SHARED -DALLEGRO_MODULE -c ./src/unix/arts.c -o obj/unix/module/arts.o
src/unix/arts.c:26:19: artsc.h: No such file or directory
src/unix/arts.c:31: parse error before "_al_arts_stream"
src/unix/arts.c:31: warning: initialization makes integer from pointer without a 
cast
src/unix/arts.c:31: warning: data definition has no type or storage class
src/unix/arts.c: In function `_al_arts_detect':
src/unix/arts.c:149: warning: passing arg 1 of `uconvert' makes pointer from 
integer without a cast
src/unix/arts.c: In function `_al_arts_init':
src/unix/arts.c:177: warning: passing arg 1 of `uconvert' makes pointer from 
integer without a cast
src/unix/arts.c:197: `ARTS_P_BLOCKING' undeclared (first use in this function)
src/unix/arts.c:197: (Each undeclared identifier is reported only once
src/unix/arts.c:197: for each function it appears in.)
src/unix/arts.c:199: warning: passing arg 1 of `uconvert' makes pointer from 
integer without a cast
src/unix/arts.c:204: `ARTS_P_BUFFER_TIME' undeclared (first use in this 
function)
src/unix/arts.c:208: `ARTS_P_PACKET_SIZE' undeclared (first use in this 
function)
src/unix/arts.c:209: `ARTS_P_PACKET_COUNT' undeclared (first use in this 
function)
src/unix/arts.c:252: warning: assignment makes integer from pointer without a 
cast
src/unix/arts.c: In function `_al_arts_exit':
src/unix/arts.c:278: warning: assignment makes integer from pointer without a 
cast
make: *** [obj/unix/module/arts.o] Error 1

!!! ERROR: media-libs/allegro-4.0.3 failed.
!!! Function src_compile, Line 88, Exitcode 2
!!! (no error message)



Expected Results:  
Uh, should have compiled! :)

Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gentoo-r3 i686 AMD Athlon(tm) XP 2000+
GENTOO_MIRRORS="http://ftp.linux.is/gentoo http://gentoo.oregonstate.edu/ http:
//www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ 
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg 
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb 
slang readline arts tetex svga tcltk java guile mysql X sdl gpm tcpd pam libwww 
ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl mozilla 
apache2"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fforce-addr -funroll-loops 
-frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fforce-addr -funroll-loops 
-frerun-cse-after-loop -frerun-loop-opt -falign-functions=4"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 jawed hancali 2003-05-04 04:01:58 UTC
Created attachment 11454 [details]
ebuild that should correct the problem

I had the same problem
the problem arise because the include path to artsc.h was stocked in a CFLAGS
variable which was overriden by our CFLAGS
I corrected it by concatening the 2 vars
Comment 2 Gunnlaugur Thor Briem 2003-05-06 10:09:29 UTC
This worked just fine for me, thanks!
I recommend applying the patch in CVS and resolving this FIXED.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-06-05 16:55:57 UTC
turn down your CFLAGS and try again
Comment 4 SpanKY gentoo-dev 2003-06-19 11:18:10 UTC
ok, added a similar fix when i cleaned up the ebuild
enjoy !@

http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/media-libs/allegro/allegro-4.0.3.ebuild.diff?r1=1.1&r2=1.2