News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

64-Bit

Started by WhiteHatHacker, December 10, 2012, 09:41:48 PM

Previous topic - Next topic

WhiteHatHacker

I'm starting to look into working on a 64-bit version for 10.04.

What issues have you guys noticed when dealing with LinuxMCE 64-bit versions that I should keep an eye out for?

The biggest complaint I've seen is MythTV.

l3mce

There are heaps of packages that will not build under 64, and 64 provides no real gain whatsoever under a bus heavy load with the project code we use.

Gotta understand approx 94% of the "64 bit specific" packages out there do not utilize the extra instruction sets... at all. 64 DOES provide some performance gains in a lot of niche areas... we are not one of them. It would be nice to support it... but primarily that support is so people can "feel" as though it is performing better. It really makes no difference in execution.

64 bit, for the most part, is part of the required "improvement" mandated by Moore's law with regard to marketing by companies who refuse to ACTUALLY move forward to asyncronous processing.

Rants aside... it will not hurt anyones feelings if you fix 64 bit support... however it will require an understanding of our architecture, and probably a full builder... for which there is a lot of magic necessary which is undocumented in 1004.

Drop into IRC if you really want to undertake this arm of development.
I never quit... I just ping out.

Marie.O

Just a small note: I did do some 64bit builds. The packages are in the regular repo, but quite out of date. And yes, quite a few packages do not build, mainly the MAME packages have problems, iirc.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

l3mce

posde's experience is a whole lot more reliable than mine ;)
I never quit... I just ping out.

WhiteHatHacker

I appreciate it. I'm finishing up a couple java projects this week, I will get back to you guys when I'm ready to begin.