Author Topic: alien arena 2009  (Read 4095 times)

Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #15 on: August 27, 2009, 04:07:54 PM »
Hi,
i'm having problems with alienarena.

I packaged the game, i also recompiled it for glibc2.6, and when i want to install it from local repo i get:

alienarena-data:
 Depends: libc.so.6(GLIBC_2.7)  but it is not installable

I havent set that dependency requirement?

The game works without glibc 2.7



Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: alien arena 2009
« Reply #16 on: August 27, 2009, 04:19:01 PM »
You may have to look for that requirement in the source, or patches if there are any, and either edit it out of the patch or make a new patch for that requirement in the source.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #17 on: August 30, 2009, 10:06:25 AM »
I'll try to find it in the source, but if know of any usual locations where that may be, please tell me :)



Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: alien arena 2009
« Reply #18 on: August 30, 2009, 10:23:06 AM »
Unpack the source, open the unpacked directory in Konq and CTL-F go to the second tab, it should be search in file contents, type in libc.so.6 and search subdirectories.  If any file in the source specifically requires that file it should find it.  If you do find it then you'll need to make a patch, if you get that far and can't figure out how to patch I'll help.  (patching the source is in the tutorial, somewhere)
« Last Edit: August 30, 2009, 10:25:51 AM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #19 on: September 27, 2009, 02:16:34 PM »
I don't think i can finish this...

If someone wants to take a look at the package, i'll upload it somewhere.

It would be a shame if we don't update this awesome game :)

I tried it through DJL, but it wont work, same reason GLIBC.



Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #20 on: October 05, 2009, 03:58:53 PM »
I have this error with sound now. Btw, it installs ok with new gcc...

Code: [Select]
[slax@localhost ~]$ aa2k9
using /home/slax/.codered/data1/ for writing
using /home/slax/.codered/arena/ for writing
execing default.cfg
couldn't exec config.cfg
Console initialized.

------- sound initialization -------
/usr/games/aa2k9: line 5: 28454 Segmentation fault      ./crx +set game arena $*
[slax@localhost ~]$

i can post my openal package if anyone wants to fix it. Its version 1,8



Online muungwana

  • Hero Member
  • *****
  • Posts: 6252
Re: alien arena 2009
« Reply #21 on: October 05, 2009, 04:15:19 PM »
openarenal downloaded from their website works fine here with my local version of libopenal library .. do you want to try your build with it?

the game also comes with the source code, i compiled it and it worked ok .. your sound issue could come from your system
« Last Edit: October 05, 2009, 04:24:28 PM by muungwana »
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #22 on: October 06, 2009, 01:07:36 PM »
I think i didnt used openal from their website, i used a Fedora RPM....

that could be the problem. ill check it now



Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #23 on: October 06, 2009, 04:05:01 PM »
I cant get it to compile :|

i downloaded the latest openal-soft 1.9.563 and 1.8.466 and both wont compile

http://kcat.strangesoft.net/openal.html

please let me know what you did.



Online muungwana

  • Hero Member
  • *****
  • Posts: 6252
Re: alien arena 2009
« Reply #24 on: October 06, 2009, 04:23:54 PM »

openal-soft-1.9.563 compiled on my system and openarea successfully load it up ..this is the audio output part when starting open area binary downlaoded from their website

what error r u getting when you compile it?

------- sound initialization -------
OpenAL info:                       
  Vendor:     OpenAL Community     
  Version:    1.1 ALSOFT 1.9.563   
  Renderer:   OpenAL Soft           
  AL Extensions: AL_EXTX_buffer_sub_data AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_OFFSET AL_EXTX_sample_buffer_object AL_EXTX_source_distance_model AL_LOKI_quadriphonic                                                                                         
  ALC Extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_disconnect ALC_EXT_EFX ALC_EXTX_thread_local_context                                                                         
  Default Device: ALSA Software                                                                         
  Available Devices:                                                                                     
    ALSA Software                                                                                       
    OSS Software                                                                                         
    PulseAudio Software                                                                                 
  ALC Frequency: 44100                                                                                   
  ALC Mono Sources: 255                                                                                 
  ALC Stereo Sources: 1                                                                                 
  Generated Source Count: 128                                                                           
  Generated Buffer Count: 256         
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #25 on: October 07, 2009, 12:23:55 PM »
Code: [Select]
+ make -j2
Scanning dependencies of target openal
[  5%] [ 10%] Building C object CMakeFiles/openal.dir/OpenAL32/alBuffer.o
Building C object CMakeFiles/openal.dir/OpenAL32/alAuxEffectSlot.o
In file included from /usr/include/errno.h:36,
                 from /home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:32,
                 from /home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/alBuffer.c:26:
/usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
In file included from /home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/alBuffer.c:26:
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h: In function ‘Sleep’:
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:97: error: ‘EINTR’ undeclared (first use in this function)
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:97: error: (Each undeclared identifier is reported only once
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:97: error: for each function it appears in.)
In file included from /usr/include/errno.h:36,
                 from /home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:32,
                 from /home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/alAuxEffectSlot.c:28:
/usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
In file included from /home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/alAuxEffectSlot.c:28:
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h: In function ‘Sleep’:
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:97: error: ‘EINTR’ undeclared (first use in this function)
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:97: error: (Each undeclared identifier is reported only once
/home/slax/src/rpm/BUILD/openal-1.8.466/OpenAL32/Include/alMain.h:97: error: for each function it appears in.)
make[2]: *** [CMakeFiles/openal.dir/OpenAL32/alBuffer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/openal.dir/OpenAL32/alAuxEffectSlot.o] Error 1
make[1]: *** [CMakeFiles/openal.dir/all] Error 2
make: *** [all] Error 2




Online muungwana

  • Hero Member
  • *****
  • Posts: 6252
Re: alien arena 2009
« Reply #26 on: October 07, 2009, 12:27:54 PM »

those errors are coming from you not installing kernel header files as instructed from this post: http://www.pclinuxos.com/forum/index.php?topic=62982.0
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline slax

  • Sr. Member
  • ****
  • Posts: 391
    • PCLinuxOS Gnome Edition
Re: alien arena 2009
« Reply #27 on: October 08, 2009, 02:45:03 PM »
You were right friend!  :D

I totally missed that...

I'll add packages now.

Cheers!



Offline redjama

  • Sr. Member
  • ****
  • Posts: 350
Re: alien arena 2009
« Reply #28 on: October 11, 2009, 06:24:15 PM »
Any word on whether or not this will be added, I would love to have it.  Maybe send me a dropbox link for it if its not getting added.

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12534
Re: alien arena 2009
« Reply #29 on: October 11, 2009, 06:32:14 PM »
Any word on whether or not this will be added, I would love to have it.  Maybe send me a dropbox link for it if its not getting added.

Have you tried to play it now from djl on an updated system?


Thanks to everyone who donates. You keep the servers running.