Debian Votes on AMD64 in Sarge
JayBonci writes "According to a message sent to debian-vote, there is now a GR on the table as to whether or not to include AMD64 into the upcoming sarge release, even though it violates part of the LSB (Linux Standards Base). The debian-vote list has more discussion on it. Does this best meet the needs of the users?"
The GR is rescinded -- Chris Cheney rescinded his backing of the GR, so it doesn't have enough sponsors.
Of course, if another Debian developer would sponsor it, it would be re-added and the whole process would start anew.
/* Steinar */
(This comment is of course GPLed.)
If LSB can't support AMD64, then it's probably time to start putting together a new specification for the LSB. within the next few years, many (if not most) IA32 machines will give way to newer IA64 machines, and for the 'standard platform' project to support only legacy code would be a serious mistake.
I'm guessing the violation of the LSB deals with the default system libs. Where does Debian put the 64-bit libs? Where does the LSB say to put them?
/lib64, which I find totally broken. Sure it allows for a 64-bit install to be built on top of an already existing 32-bit install. But what about when 128-bit processors come out? Will we have a /lib, /lib64, and /lib128? How about when there is no longer need for 32-bit support? The /lib directory would be deprecated, so the /lib64 would exist alone?
/lib and the compatibility libs should have been moved to /lib32. The dynamic linker shouldn't have any problem figuring out what libs are needed, and load the right ones.
/lib, hear's to them, forget the LSB, it is broken.
I think the LSB says to put them in
What should have been done is on 64-bit distros which wish to offer 32-bit backward compatiblity, the default 64-bit libs should be in
So what road did Debian take? If they have the default system libs in
What exactly is the problem with LSB compliance? Isn't AMD-64 backwards-compatible with ordinary x86 code?
This space intentionally left blank.
(Aren't they going to first have the usual debate about whther to use Condorcet or Dweebmatic vote counting?)
First of all the performance benefit from compiling things as 686 as opposed to 386 is marginal at best.
Second, in the 386 debian distribution, packages which *may* have better performance if compiled for 686 are available as such. You can choose them instead of the 386 version.
Third, the performance benefits from compiling for amd64 as opposed to 386 are somewhere in the region of 15%, compounded, for average apps to astronomical for certain apps.
Fourth, without a huge change in the fundamental debian architecture ie. multiarch, it's not as simple as mixing and matching amd64 and 386 packages as it is between 686 and 386 packages.
You're not even in the right ballpark.
Now, coming back to the topic, is it necessary for me personally to have sarge include amd64? No, but it would be nice. Especially since the unnoficial amd64 distribution has just become the 2nd most popular arch of the debian archs.
Liberty.
2nd most popular machine running the popcon reporting program. But this was due to a cluster being installed.
They are therefor talking about 2007 before there is a supported stable version for amd64, just for reasons of (basically) the LSB's strange arguments about backwards compatibility. The multiarch stuff is a bit of a red herring, its a nice idea but not that important. Running 64 bit code on what will be the dominant architecture (probably) well before 2007 is. I dont expect to have many 32 bit machines after the middle of next year, except a few still running.
Lots of people are moving to Gentoo. I am using Fedora at the moment, as my main machine is amd64.
The problem is that existing software installs 32-bit libraries into /lib. You can't go and break all that existing software; backwards compatibility the entire reason we have AMD64 being able to run IA32 binaries. If you want to upgrade a platform and require everything to be rebuilt and repackaged, switch to PPC64. ;-)
Also, "forgetting the LSB" is a blatantly stupid thing to do. The LSB exists for a very special reason, and that's to make sure libs and apps work everywhere. If Debian does things differently than the LSB 2.0 specifies, then *Debian* is broken, because nothing will work on it except apps and libs made specifically for Debian.