FAQ  •  Login

etch GLIBC_2.4

Moderators: Nexuiz Moderators, Moderators

<<

rufsketch1

Advanced member

Posts: 52

Joined: Sat Feb 03, 2007 6:02 pm

Post Sat Mar 01, 2008 8:24 am

etch GLIBC_2.4

in debian etch, nexuiz doesn't start because it says it can't find GLIBC_2.4,

but etch only has up to 2.3.6


wtf?
<<

divVerent

User avatar

Site admin and keyboard killer

Posts: 3809

Joined: Thu Mar 02, 2006 4:46 pm

Location: BRLOGENSHFEGLE

Post Sat Mar 01, 2008 9:04 am

Etch is a "stable" distro. Just compile from source. There will be a hotfix (that is, Nexuiz compiled on an older distro).
1. Open Notepad
2. Paste: ÿþMSMSMS
3. Save
4. Open the file in Notepad again

You can vary the number of "MS", so you can clearly see it's MS which is causing it.
<<

esteel

User avatar

Site admin and forum addon

Posts: 3924

Joined: Wed Mar 01, 2006 8:27 am

Post Sun Mar 02, 2008 12:03 am

DivVerent made the hotfix available.. see here: http://alientrap.org/forum/viewtopic.php?t=2824
Last edited by esteel on Fri Mar 07, 2008 12:53 pm, edited 1 time in total.
<<

metalqga

Newbie

Posts: 4

Joined: Sun Mar 02, 2008 2:35 pm

Post Sun Mar 02, 2008 2:39 pm

Tried the hotfix on Debian Etch, but the result is: floating point exception.

nexuiz-linux-686-glx Floating point exception
nexuiz-linux-x86_64-glx: cannot execute binary file
<<

dertobi

Newbie

Posts: 2

Joined: Mon Mar 03, 2008 5:54 pm

Post Mon Mar 03, 2008 6:11 pm

Heya...

I have the same problem with 2.4 on Debian Etch

b036:/usr/local/games/Nexuiz# ./server.sh
./nexuiz-linux-686-dedicated: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./nexuiz-linux-686-dedicated)

after the hotfix i get:

b036:/usr/local/games/Nexuiz# ./server.sh
Gleitkomma-Ausnahme (i think it means the same like floating point exception. )

i even tryed to compile the nexuiz source by myself but i get errors after typing make nexuiz . here the last lines :


vid_glx.c:837: warning: implicit declaration of function âqglXCreateContextâ
vid_glx.c:844: warning: implicit declaration of function âqglXMakeCurrentâ
vid_glx.c:850: warning: implicit declaration of function âXSyncâ
vid_glx.c:863: warning: implicit declaration of function âqglXQueryExtensionsStringâ
vid_glx.c:863: warning: assignment makes pointer from integer without a cast
vid_glx.c:886: warning: implicit declaration of function âXF86VidModeGetGammaRampSizeâ
vid_glx.c:888: warning: implicit declaration of function âXF86DGAQueryVersionâ
make[3]: *** [vid_glx.o] Fehler 1
make[3]: Leaving directory `/usr/local/games/Nexuiz/sources/darkplaces'
make[2]: *** [bin-release] Fehler 2
make[2]: Leaving directory `/usr/local/games/Nexuiz/sources/darkplaces'
make[1]: *** [cl-nexuiz] Fehler 2
make[1]: Leaving directory `/usr/local/games/Nexuiz/sources/darkplaces'
make: *** [nexuiz] Fehler 2


i would be happy if somone can help me to get my server run again

thanks a lot

DerTobi / CrYpto
<<

metalqga

Newbie

Posts: 4

Joined: Sun Mar 02, 2008 2:35 pm

Post Tue Mar 04, 2008 7:06 pm

So what do we do? I wonder how Etch servers will run the latest version...
<<

KadaverJack

User avatar

Site admin and forum addon

Posts: 1102

Joined: Tue Feb 28, 2006 9:42 pm

Post Tue Mar 04, 2008 7:24 pm

You are missing some X header files (no idea which, since you pasted the wrong lines (always post the first error when make aborts, the last lines are rather useless)).

Either make shure you have all necessary dev packages installed ("apt-get build-dep nexuiz" should do the trick) or, if you only want to compile the server binary run "make sv-nexuiz".
<<

metalqga

Newbie

Posts: 4

Joined: Sun Mar 02, 2008 2:35 pm

Post Tue Mar 04, 2008 8:01 pm

OK installed gazillions of libs and finally compiled it. (didn't really want to dig that deep, i have a bad experience dealing with old libs...)
so it works now here are the binary files : PLEASE DON't DOWNLOAD UNLESS YOU REALLY NEED THESE FILES!
mnet.bg/~metalqga/nexuiz24.zip
nexuiz-glx; nexuiz-sdl; nexuiz-dedicated
5b81ebe006d9c77b304160025e3e7c19 nexuiz24.zip (1.9mb) MD5sum
(the link has to be copy/pasted)
<<

titi

Member

Posts: 33

Joined: Thu May 11, 2006 9:05 am

Location: Northern Germany

Post Wed Mar 05, 2008 8:03 pm

I have ubuntu 6.06 ( and the same problem )

The fix doesn't work for me, when I run the available binaries i get :
( glx/and sdl )
Floating point exception

When I try to compile I get trouble with the old SDL in ubuntu 6.06, but the glx version works for me ( created before the sdl version ).



Here is the error I get for the sdl-version
  Code:
...
vid_sdl.c: In Funktion »VID_InitMode«:
vid_sdl.c:705: Fehler: »SDL_GL_SWAP_CONTROL« nicht deklariert (erste Benutzung in dieser Funktion)
vid_sdl.c:705: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt
vid_sdl.c:705: Fehler: für jede Funktion in der er auftritt.)
...
I killed OBI (Be) !!!

.... when he was drunken
<<

esteel

User avatar

Site admin and forum addon

Posts: 3924

Joined: Wed Mar 01, 2006 8:27 am

Post Wed Mar 05, 2008 8:21 pm

install 'libsdl-dev' that will install all the needed sdl files so you are able to compile
<<

dertobi

Newbie

Posts: 2

Joined: Mon Mar 03, 2008 5:54 pm

Post Wed Mar 05, 2008 8:48 pm

ok i got it to run now...
after a make clean i recompliled just the server and startet it...
but it says still some errors in the console

http://www.frag24.net/pb_minsta_14.log

but it seems to run stable so far...

thanks for youre support :)
<<

esteel

User avatar

Site admin and forum addon

Posts: 3924

Joined: Wed Mar 01, 2006 8:27 am

Post Sun Mar 09, 2008 10:38 pm

Those errors are not a problem. The server does not need textures and double definded shaders probably are from custom maps but both is harmless for the server.
<<

burr

User avatar

Newbie

Posts: 3

Joined: Sat Mar 15, 2008 9:10 am

Location: Tashkent, Uzbekistan

Post Sat Mar 15, 2008 11:20 pm

metalqga wrote:OK installed gazillions of libs and finally compiled it. (didn't really want to dig that deep, i have a bad experience dealing with old libs...)
so it works now here are the binary files : PLEASE DON't DOWNLOAD UNLESS YOU REALLY NEED THESE FILES!
mnet.bg/~metalqga/nexuiz24.zip
nexuiz-glx; nexuiz-sdl; nexuiz-dedicated
5b81ebe006d9c77b304160025e3e7c19 nexuiz24.zip (1.9mb) MD5sum
(the link has to be copy/pasted)


Please, compile the latest hotfix for Debian Etch.

In advance thanks :)
<<

esteel

User avatar

Site admin and forum addon

Posts: 3924

Joined: Wed Mar 01, 2006 8:27 am

Post Mon Mar 17, 2008 5:25 pm

The hotfix or 2.4.1 (when its stable enough) will be compiled on a etch system by the devs if all goes well..

Return to Nexuiz - Support / Bugs

Who is online

Users browsing this forum: No registered users and 0 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.