Debian Votes on AMD64 in Sarge 55
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?"
Outdated already. (Score:4, Informative)
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 */
Re:Outdated already. (Score:5, Funny)
But first, I've got to ask a couple questions: how do I become a Debian developer? And what is Debian? And finally, what is Linux? Thanks.
If LSB can't support AMD64... (Score:3, Insightful)
Re:If LSB can't support AMD64... (Score:4, Informative)
Personally I just got my hands on an Athlon 64 and have been toying with it. 64 bits aside, the integrated memory controller really makes it fly for a lot of number crunching goodness. I also read an article just today reviewing the 3800+ socket 939 chip - and it beat the highest end Prescott chip (on the newest 925x motherboards) in every benchmark. When Intel decides to get all its ducks in a row we might see more interesting performance from the chips coming down the pipe.
Back on topic. I don't think Debian necessarily needs to include AMD64 support in Sarge. Granted, it would be nice and many people would appreciate it being there. It will most certainly be showing up in the future unstable branches as well as many people will have patches, how to, and other reference material. There are plenty of choices for true AMD64 support out in the Linux world. It isn't a matter of Debian supporting it (or LSB for that matter), but more a matter of when.
Re:If LSB can't support AMD64... (Score:5, Informative)
Additionally, LSB 2.0 sets out specifications for AMD64 ports. However, it is still in public review, and is not the current standard. This is a problem for Debian, which has (up until now) always gone out of their way to do things "by the book".
Re:If LSB can't support AMD64... (Score:2)
Re:If LSB can't support AMD64... (Score:1)
Re:If LSB can't support AMD64... (Score:2)
Re:If LSB can't support AMD64... (Score:1)
It's only them and HP in it now. HP is going to intel's Opteron clone, and SGI revived MIPS development. I've no doubt we'll see Opteron/Linux machines from SGI sooner or later.
Re:If LSB can't support AMD64... (Score:3, Informative)
Re:If LSB can't support AMD64... (Score:2)
As I understand it, what you said is not true. The LSB requires that amd64 have the 64 bit libs in /lib64 and the 32 bit ones in /lib ... mainly because that's what AMD wanted (the intention being poeple could/would buy/use AMD64 as a fast 32bit CPU and then at some point "upgrade" to 64bit).
Debian has refused to do this, thus the amd64 "port" of debian isn't LSB compliant.
Re:If LSB can't support AMD64... (Score:2)
So is there no support for fat binaries in linux (ELF)? I guess that does make things messy. I wonder how apple will do this...
Re:If LSB can't support AMD64... (Score:2)
It is lead by its members wallets, the AMD64 Pure64 port does not run 32bit binaries (except in a chroot), it has no need for a 32 bit lib directory, same as IA64 and Alpha.
The multiarch solution is the technically superior one, the LSB should be push that design rather than a broken (lets make some MONEY!!) design.
Re:If LSB can't support AMD64... (Score:2)
Grow up.
...which is why it's incompatible to everyone else. Look sparc64 had (has?) a 32 userspace for a long time. 32 bit apps. can run faster (I think they often do, actually), with a 64bit kernel ... and they are a hell of a lot smaller, on disk and in memory. And AMD explicitly wanted the layout so you could just use the AMD64 as
Re:If LSB can't support AMD64... (Score:2)
I don't think it was a particularly childish comment, the LSB has done nothing but document how the Redhat and SuSE (now Novell) distributions do things.
> [multiarch is] not backwards compatible
The libc5
Re:If LSB can't support AMD64... (Score:2)
I don't think that's true. Possibly more weight was given to RH/SuSe ... but then they have more users. There are Debian users/maintainers on the LSB.
Yes, third party packaging was defined as a very old version of RPM ... but then you have to take into account it is debian with deb's on one side and RH, SuSe, mandrake, caldera, turbo Linux, etc. et
What is the Violation? (Score:5, Insightful)
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
Re:What is the Violation? (Score:5, Interesting)
The solution that probably will be taken, after sarge, is multiarch [raw.no]; forget /usr/lib32 and /usr/lib64, think /usr/i486-linux/lib and /usr/x64_64-linux/lib. Solves the problem of both two and more (remember, the IA64 can both emulate IA32 and stuff like HPPA, for instance) architectures, but requires some work that most people probably won't let delay sarge.
/* Steinar */
Re:What is the Violation? (Score:2)
The architecture (amd64) is compatible with the LSB,
just like alpha, or ppc.
It would be good to have the prevalent modern architecture represented in Sarge.
Comment removed (Score:4, Interesting)
Re:What is the Violation? (Score:2)
When you load a 32-bit x86 binary supported via compat libs, you do some nifty loader / linker tricks to make it think
Keep all the directories under / for the main architecture of the OS. Put everything else under
Re:What is the Violation? (Score:1, Interesting)
Well, it's only like Microsoft did - C:\WINDOWS\SYSTEM (for 16-bit libraries) and C:\WINDOWS\SYSTEM32 (for 32-bit libraries). Of course, in practice everyone put their libraries wherever the hell they liked, but it was a nice idea.
Re:What is the Violation? (Score:2)
The problem is all those third party commercial people that are slow and incompetent and shouldn't be supplying software in the first place.
The problem (Score:2)
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 diff
Re:The problem (Score:2)
What's wrong with the LSB? (Score:2)
Re:What's wrong with the LSB? (Score:4, Informative)
Yes, the AMD64 chips can run 32bit code even when the kernel is 64bit. But to run an app in 64bit mode you must have 64bit compiled libraries.
Example
Therefore you have to have 64bit libraries and 32bit libraries. You can't run a 32bit application with the 64bit libraries and you most definitely can't run 64bit applications with 32bit libraries.
The 64bit kernel in all the above cases would still be a 64bit kernel, but there are app dependencies.
Re:What's wrong with the LSB? (Score:2)
Re:What's wrong with the LSB? (Score:2)
If I compile a program as a 64 bit executable I'm going to need 64 bit libraries to run it. One can imagine creating some sort of shim to allow my 64 bit binary to work with 32 bit libraries. Microsoft did a lot of this during the transition from 16 bits to 32 bits; you may remember the term "thunking" and the mess of DLLs with "32" embedded somewhere in the file name. That's what all that was about; making old apps (16 bit) work with new libs (32 bit) an
Choose Debian!!! (Score:2, Funny)
(Aren't they going to first have the usual debate about whther to use Condorcet or Dweebmatic vote counting?)
Re:Choose Debian!!! (Score:5, Insightful)
Re:Choose Debian!!! (Score:2)
Really? I would have said democratic.
= 9J =
Re:Eh? (Score:3, Interesting)
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 th
Yes, but (Score:1)
Re:Yes, but (Score:2)
Give me a break.
Re:Debian: idealism vs. just make it work (Score:1)
disaster (Score:2)
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