![]() |
A plea to devs to fix the Linux 3.06 patch
The latest (3.06) patch, in the Linux version, changed something subtle - the version of the standard C library (glibc) it requires. As a consequence, players who don't have a quite-up-to-date version of the library installed (I just checked the GNU page: 2.4 was apparently released around March, 2006; anybody with a system that's older than that is likely to not have upgraded their libc, as it's a perfect example of "if it ain't broke, don't fix it") cannot use the patch. As a consequence, this prevents them from playing in PBEM games. And as the standard C library is a pretty critical part of the system, upgrading it the wrong way could clearly break the whole system install; it doesn't look like there are pre-packaged versions of glibc 2.4 for my current Linux distribution (which is Ubuntu 6.06; again, not the latest, but 6.06 indicates it was released June, 2006; it's not exactly an antique piece of software).
I would like to know if the move to glibc 2.4 was really necessary. If the devs come up and say there was a good, feature-required, reason for the move to 2.4, then I'll stop complaining and try to find a way to upgrade my glibc. But if it isn't, it would really, really be appreciated if they could recompile a version which is compliant with what is announced on the Shrapnel website as "System Requirements" (namely: libc >= 2.1.92)... (And note that, for the previous patch to 3.04, the initially distributed Linux version was missing a file or two - I'd like to be sure the patch testing is done properly and equally on all supported platforms...) |
Re: A plea to devs to fix the Linux 3.06 patch
There is a very simple reason for the new glibc. The old linux development computer got scrapped and replaced with a new one. This new computer doesn't work on old linux distros, so there is a new development environment with new libs.
Still I thought I managed to get rid of the glibc 2.4 requirement, but obviously that failed. That dependecy is not supposed to be there. I will upload another linux patch if I manage to fix it. |
Re: A plea to devs to fix the Linux 3.06 patch
Did you already make a change to the patch?
I just installed it as a test and it seems to work fine. Debian unstable: /lib/libc-2.3.6.so |
Re: A plea to devs to fix the Linux 3.06 patch
I also installed it on my slackware with libc-2.3.2.so
It ran fine using textmode. |
Re: A plea to devs to fix the Linux 3.06 patch
Well, I can confirm that the linux patch is broken on Debian unstable. How current do you have to get.
This has been broken for three days now already without a warning on the front page! I think this is not very good service to paying customers. |
Re: A plea to devs to fix the Linux 3.06 patch
Its not technically "broken".
glibc_2.4 is considered to be still testing phase by debian. But its already in the standard releases for other linux (such as the os used by the devs). Whether you consider debian to be careful, or overly slow, is a matter of discussion. Personally I like that debian is so careful about moving things from test to unstable to stable. |
Re: A plea to devs to fix the Linux 3.06 patch
Working fine on debian unstable here.
I'm not sure why. I don't have glibc_2.4, so I didn't expect it to work. I wonder if there's some more subtle dependency going on. |
Re: A plea to devs to fix the Linux 3.06 patch
I think debian moved it up to unstable. But thats still not what most linux servers on the net will be using. Home users, sure, might decide to use the unstable or even the test versions. So its still likely to be a problem for anyone running a public server, or loading dominions to their shell account on one.
|
Re: A plea to devs to fix the Linux 3.06 patch
Nope, I still have /lib/libc-2.3.6.so
I'd checked it from work, when I first heard about the problem. I only installed the patch so I could be another data point. I was completely surprised when it worked. There's something else going on. |
Re: A plea to devs to fix the Linux 3.06 patch
LINUX TECHNICAL CRAP: stop reading here if you dont want a headache
try typing... dom3 -Tv and then try typing /usr/local/games/dominions3/dom3_x86 -Tv (or whatever the appropriate version is for you). See if they agree on the version number. You might have a link to an older version. You might walk thru the links. That messed me up in the past and took awhile for me to figure out. Such as, on MY machine, there is a softlink on the $PATH /usr/local/bin/dom3 and if I go to that directory and do an "ls -l dom3" thenI see lrwxrwxrwx dom3 -> /usr/local/games/dominions3/dom3 and doing a "ls -l dom3" of /usr/local/games/dominions3/dom3 shows me that its a softlink to dom3_x86. But on one patch, I found that the first link was hard instead of soft. It showed /usr/local/bin/dom3 as a file with a size. That meant that my upgrade to /usr/local/games/dominions3 was ok for all of the files except the executional one. Gandalf Parker |
Re: A plea to devs to fix the Linux 3.06 patch
Ok, here you go:
dom3 -Tv Dominions 3, version 3.06 (Jan 28 2007 15:13:01)' /usr/local/games/dominions3/dom3_x86 -Tv Dominions 3, version 3.06 (Jan 28 2007 15:13:01) which dom3 /usr/local/bin/dom3 ls -l /usr/local/bin/dom3 lrwxrwxrwx 1 root staff 32 Oct 4 17:52 /usr/local/bin/dom3 -> /usr/local/games/dominions3/dom3* ls -l /usr/local/games/dominions3/dom3 lrwxrwxrwx 1 root thejeff 8 Oct 4 17:52 /usr/local/games/dominions3/dom3 -> dom3_x86* And for which library it's actually using: ldd `which dom3` | grep libc libc.so.6 => /lib/tls/libc.so.6 (0xb7c82000) ls -l /lib/tls/libc.so.6 lrwxrwxrwx 1 root root 13 Feb 5 05:51 /lib/tls/libc.so.6 -> libc-2.3.6.so I can't think of anything else to check. Everything indicates I'm running 3.06 using libc-2.3.6. I don't know why it's working. |
Re: A plea to devs to fix the Linux 3.06 patch
OK I retreat on this one.
I went to the shrapnelgames download page and grabbed 3.06 again. Now when I install it the results are fine. |
Re: A plea to devs to fix the Linux 3.06 patch
Maybe they fixed the problem and didn't mention it?
|
Re: A plea to devs to fix the Linux 3.06 patch
Possible, but it would have been fast. I downloaded and had it running within an hour of Johan saying he'd look at it.
And, as you say, no mention. Is anyone still having this problem? PhilD, you were the first to run into it? |
Re: A plea to devs to fix the Linux 3.06 patch
Just re-downloaded version...
$ ./dom3 ./dom3: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./dom3) Still doesn't work for me. And it really seems to ask for a 2.4. |
All times are GMT -4. The time now is 10:56 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.