Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132147 - games-emulation/ps2emu-gssoft fails with gcc-4.1
Summary: games-emulation/ps2emu-gssoft fails with gcc-4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-05-03 10:53 UTC by Tupone Alfredo
Modified: 2006-05-29 14:11 UTC (History)
0 users

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


Attachments
gcc-4.1 asm fix (ps2emu-gssoft-0.9-gcc41.patch,640 bytes, patch)
2006-05-12 19:07 UTC, Mark Loeser (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tupone Alfredo gentoo-dev 2006-05-03 10:53:11 UTC
It stop compiling erroring out this:
gcc -fPIC -Wall  -fno-exceptions -m128bit-long-double -I. -I.. -I../x86 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/SDL -D_REENTRANT -D__LINUX__ -c -o ../Cache.o ../Cache.c -MD -MF ../Cache.d
../Cache.c: In function 
Comment 1 Tupone Alfredo gentoo-dev 2006-05-03 10:53:11 UTC
It stop compiling erroring out this:
gcc -fPIC -Wall  -fno-exceptions -m128bit-long-double -I. -I.. -I../x86 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/SDL -D_REENTRANT -D__LINUX__ -c -o ../Cache.o ../Cache.c -MD -MF ../Cache.d
../Cache.c: In function _CacheLoadTexture32:
../Cache.c:73: error: memory input 2 is not directly addressable
make: *** [../Cache.o] Error 1
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2006-05-12 19:07:28 UTC
Created attachment 86676 [details, diff]
gcc-4.1 asm fix

Not sure why, but this made it happy :)  Seems like quite a hack...but it works.
Comment 3 Tupone Alfredo gentoo-dev 2006-05-29 14:11:38 UTC
Applied, thanks