Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132814 - games-arcade/apricots-0.2.6 needs patch for openal/freealut split
Summary: games-arcade/apricots-0.2.6 needs patch for openal/freealut split
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: 132826
  Show dependency tree
 
Reported: 2006-05-09 13:05 UTC by Tristan Heaven (RETIRED)
Modified: 2006-08-09 10:02 UTC (History)
0 users

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


Attachments
apricots-0.2.6-freealut.patch (apricots-0.2.6-freealut.patch,1.56 KB, patch)
2006-05-18 11:05 UTC, Tristan Heaven (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Heaven (RETIRED) gentoo-dev 2006-05-09 13:05:31 UTC
In file included from sampleio.cpp:15:
sampleio.h:32:21: error: AL/alut.h: No such file or directory
In file included from apricots.h:27,
                 from setup.cpp:9:
sampleio.h:32:21: error: AL/alut.h: No such file or directory
sampleio.cpp: In member function 'void sampleio::init(int, char (*)[255], int, int)':
sampleio.cpp:63: error: 'alutInit' was not declared in this scope
sampleio.cpp:92: error: 'alutLoadWAV' was not declared in this scope
sampleio.cpp: In member function 'void sampleio::close()':
sampleio.cpp:122: error: 'alutExit' was not declared in this scope
make[3]: *** [sampleio.o] Error 1
make[3]: *** Waiting for unfinished jobs....
setup.cpp: In function 'void setup_planes(linkedlist<plane>&, linkedlist<planeclone>&, airbase*, int, info*, plane*&, plane*&)':
setup.cpp:718: warning: 'newplane$xs' may be used uninitialized in this functionsetup.cpp:718: warning: 'newplane$ys' may be used uninitialized in this functionsetup.cpp:718: warning: 'newplane$image' may be used uninitialized in this function
make[3]: *** [setup.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/apricots-0.2.6/work/apricots-0.2.6/apricots'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/apricots-0.2.6/work/apricots-0.2.6/apricots'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/apricots-0.2.6/work/apricots-0.2.6'make: *** [all] Error 2

!!! ERROR: games-arcade/apricots-0.2.6 failed.
Call stack:
  ebuild.sh, line 1525:   Called dyn_compile
  ebuild.sh, line 928:   Called src_compile
  ebuild.sh, line 1237:   Called games_src_compile
  games.eclass, line 136:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2006-05-18 11:05:55 UTC
Created attachment 87003 [details, diff]
apricots-0.2.6-freealut.patch

needs eautoconf
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-08-09 10:02:13 UTC
Added the patch... thanks again, Tristan!