Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94187 - building/emerging games-fps/quake2-icculus fails without X and aalib installed
Summary: building/emerging games-fps/quake2-icculus fails without X and aalib installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 07:50 UTC by Jan Reitz
Modified: 2005-05-29 12:24 UTC (History)
0 users

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


Attachments
quake2-icculus-0.16.1.ebuild.patch (quake2-icculus-0.16.1.ebuild.patch,1.35 KB, patch)
2005-05-28 00:52 UTC, SpanKY
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Reitz 2005-05-27 07:50:22 UTC
output of emerge -av games-fps/quake2-icculus:

games-fps/quake2-icculus-0.16.1  -X -aalib -arts +dedicated -ipv6 -joystick
+noqmax -opengl -rogue -sdl -svga -xatrix

fails with errors to X ?bindings? : 
make[1]: *** [releasei386/ref_soft/rw_x11.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/quake2-icculus-0.16.1/work/quake2-r0.16.1'
make: *** [build_release] Error 2

!!! ERROR: games-fps/quake2-icculus-0.16.1 failed.
!!! Function src_compile, Line 109, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:
1. Have no X installed
2. set USE to -X -aalib -arts +dedicated -ipv6 -joystick +noqmax -opengl -rogue
-sdl -svga -xatrix
3. emerge quake2-icculus

Actual Results:  
make[1]: *** [releasei386/ref_soft/rw_x11.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/quake2-icculus-0.16.1/work/quake2-r0.16.1'
make: *** [build_release] Error 2

!!! ERROR: games-fps/quake2-icculus-0.16.1 failed.
!!! Function src_compile, Line 109, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
compiled to the end, giving me just a ded-server, i've tested it with aalib
enabled, then it compiles to the end.
looks to me that it needs either +X or +aalib

workaround if you dont want X, enable aalib....
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-05-27 08:44:24 UTC
Could you post the actual error message... say the last 20 lines or so of output
before the "Error 2"?  We can't do anything with what you've given us...
Comment 2 SpanKY gentoo-dev 2005-05-28 00:51:09 UTC
it's because the ebuild will default to +X if nothing else is specified ...
Comment 3 SpanKY gentoo-dev 2005-05-28 00:52:18 UTC
Created attachment 60000 [details, diff]
quake2-icculus-0.16.1.ebuild.patch

please test this patch
Comment 4 Jan Reitz 2005-05-29 12:24:45 UTC
the patch did the job, thanx!

emerged without errors