Page 1 of 1

Minimum linux kernel to ecompile?

Posted: Wed Nov 29, 2006 8:49 am
by Pierce
I tried to switch from Pol-097-09-16 to Pol-97-10-29 today. But it seems that the new ecompile don't like the linux kernel i have :D
FATAL: kernel too old
Segmentation fault
What is the minimum kernel requirement for that?
Are the compiled ecl files the same under windows and linux?
The last time i tried that was under Pol094 i think. If i remember it right it worked, but i am not sure. Does anybody already tried that?

Edit:
I tried it with a export LD_ASSUME_KERNEL=2.6 but that doesn't seem to work.

Posted: Wed Dec 13, 2006 3:04 pm
by Pierce
Nobody has an answer?

Posted: Wed Dec 13, 2006 3:44 pm
by Marilla
Sorry! I have an answer about one thing: the .ecl files are the same, provided they are compiled by an appropriate version of ecompile

Posted: Thu Dec 14, 2006 1:48 am
by CWO
Well Marilla, you didnt read the message. He upgraded the core and now hes getting a kernel error when trying to recompile and of course you have to recompile when upgrading.

The only person that probably has a solid answer on this is Shinigami since he compiles the linux version of POL.

Posted: Thu Dec 14, 2006 3:37 am
by Marilla
CWO wrote:Well Marilla, you didnt read the message.
Ummm... I very, very, very much did read his message. He asked two questions:
Pierce wrote: What is the minimum kernel requirement for that?
Are the compiled ecl files the same under windows and linux?
I can't answer the first. But I could answer the second.

Posted: Thu Dec 14, 2006 2:24 pm
by CWO
OK sorry about that. I didnt read the entire message. :oops:

Posted: Fri Dec 15, 2006 11:40 am
by Pierce
Thanks Marilla. That's a good news. So they keep that and i can compile it under windows same version. I surely could have tested it myself, but you now how players react when you do tests on live shards :D
Therefor the question :grin:

Posted: Fri Dec 15, 2006 1:35 pm
by Marilla
I definitely still recommend testing it yourself; Perhaps just create a simple .testme dot-command, compile it on Windows, and send the .ecl over. I would never recommend just overwriting important (in this case, perhaps irreplaceable) files just on the word of someone on the Internet - even if it's me! 8)

Posted: Wed Jan 03, 2007 2:59 pm
by Pierce
@Marilla: I surely test that before using it :)

But nevertheless even if i do this via the windows core/ecompile. One question stays:

What is the minimum linux kernel for the new ecompile? I get the same error on 20070103 versions. I always like to test new cores but thats only possible if i know the requirements :)
Windows works fine, Linux not (in my case).

Posted: Wed Jan 03, 2007 3:10 pm
by Shinigami
that's a good question... I tried to find the plaintext of error message inside used STLport and GCC source but didn't found'em... so I can't say what does this error provoke.

It is compiled on Linux 2.6.17-gentoo-r8 #4 SMP Thu Nov 9 18:34:05 CET 2006 i686 using STLport 5.1.0_RC3 and GCC version 4.1.1 (Gentoo 4.1.1-r1).

Shinigami

Posted: Wed Jan 03, 2007 3:25 pm
by Pierce
Thanks Shini, that'll help me a lot.