* [gentoo-amd64] openoffice 2 compiles?
@ 2005-11-08 6:20 Chris Smart
2005-11-08 12:56 ` Hanno Meyer-Thurow
0 siblings, 1 reply; 9+ messages in thread
From: Chris Smart @ 2005-11-08 6:20 UTC (permalink / raw
To: gentoo-amd64
Greetings,
Just curious if anyone has had any success actually /compiling/
openoffice 2.0 (from the portage ebuild) on an amd64 platform?
or are people using openoffice-bin or a chroot environment?
Cheers,
Chris
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
@ 2005-11-08 6:36 Dmitri Pogosyan
2005-11-08 7:16 ` Chris Smart
0 siblings, 1 reply; 9+ messages in thread
From: Dmitri Pogosyan @ 2005-11-08 6:36 UTC (permalink / raw
To: gentoo-amd64
The claim is amd64 compilation is planned for 2.0.2
> Greetings,
> Just curious if anyone has had any success actually /compiling/
> openoffice 2.0 (from the portage ebuild) on an amd64 platform?
> or are people using openoffice-bin or a chroot environment?
>
> Cheers,
> Chris
> --
> gentoo-amd64@gentoo.org mailing list
--
Dmitri Pogosyan Department of Physics
Associate Professor University of Alberta
tel 1-780-492-2150 412 Avadh Bhatia Physics Labs
fax 1-780-492-0714 Edmonton, AB, T6G 2J1, CANADA
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
2005-11-08 6:36 Dmitri Pogosyan
@ 2005-11-08 7:16 ` Chris Smart
0 siblings, 0 replies; 9+ messages in thread
From: Chris Smart @ 2005-11-08 7:16 UTC (permalink / raw
To: gentoo-amd64
Dmitri Pogosyan wrote:
>The claim is amd64 compilation is planned for 2.0.2
>
>
cheers, for some reason I thought you could compile it on an amd64 arch
but not as an actual 64bit app (ie in 32bit mode using emul).
-c
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
2005-11-08 6:20 [gentoo-amd64] openoffice 2 compiles? Chris Smart
@ 2005-11-08 12:56 ` Hanno Meyer-Thurow
2005-11-08 16:31 ` Sebastian Redl
0 siblings, 1 reply; 9+ messages in thread
From: Hanno Meyer-Thurow @ 2005-11-08 12:56 UTC (permalink / raw
To: gentoo-amd64
On Tue, 08 Nov 2005 17:20:03 +1100
Chris Smart <taskara@internode.on.net> wrote:
> Greetings,
> Just curious if anyone has had any success actually /compiling/
> openoffice 2.0 (from the portage ebuild) on an amd64 platform?
> or are people using openoffice-bin or a chroot environment?
Hi Chris,
there is an openoffice ebuild on f.g.o [1] for the testversion of
OpenOffice.org with ooo-build patchset which compiles on amd64.
Even with 64bit sun-jdk-1.5.x but breaks then on registration of
java bits at packaging stage. The tester I got will try with gcj-4
these days.
If you build that testversion without java support it merges I guess.
There are still some things to know:
- gcc3 visibility feature is broken on amd64 for OOo2
- OpenOffice.org code is partly five years old ... bla bla bla
- 64bit hacks are planned for OOo 2.0.x
Why I call it 64bit hacks?
That patchset for 64bit support lets OpenOffice.org compile on amd64
but then runtime is still unstable. One thing is to make OpenOffice.org
compile on amd64. The other thing is to make OpenOffice.org runtime
stable. That means some code just does not need fixing but a full
rewrite from scratch until it works nicely on amd64.
If I say something wrong anyone please correct me! Thanks.
Sincerely,
Hanno Meyer-Thurow
[1] http://forums.gentoo.org/viewtopic-t-195406.html
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
2005-11-08 12:56 ` Hanno Meyer-Thurow
@ 2005-11-08 16:31 ` Sebastian Redl
2005-11-08 17:23 ` Hanno Meyer-Thurow
0 siblings, 1 reply; 9+ messages in thread
From: Sebastian Redl @ 2005-11-08 16:31 UTC (permalink / raw
To: gentoo-amd64
Hanno Meyer-Thurow wrote:
>Why I call it 64bit hacks?
>That patchset for 64bit support lets OpenOffice.org compile on amd64
>but then runtime is still unstable. One thing is to make OpenOffice.org
>compile on amd64. The other thing is to make OpenOffice.org runtime
>stable. That means some code just does not need fixing but a full
>rewrite from scratch until it works nicely on amd64.
>
>If I say something wrong anyone please correct me! Thanks.
>
>
Well, I disagree that the code needs a full rewrite. Why? All it needs
is correcting all places where it attempts to store pointers in 32-bit
variables. Admittedly, in the core of UNO this might happen a LOT (due
to its nature it does a lot of direct memory manipulation), but there's
no real reason why it should be re-written from scratch.
If the UNO runtime violated other portability issues (such as code
execution protection), it wouldn't run at all in 64-bit mode, perhaps
not even when compiled as 32-bit.
Sebastian Redl
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
2005-11-08 16:31 ` Sebastian Redl
@ 2005-11-08 17:23 ` Hanno Meyer-Thurow
2005-11-08 17:30 ` Barry.SCHWARTZ
0 siblings, 1 reply; 9+ messages in thread
From: Hanno Meyer-Thurow @ 2005-11-08 17:23 UTC (permalink / raw
To: gentoo-amd64
On Tue, 08 Nov 2005 17:31:14 +0100
Sebastian Redl <sebastian.redl@getdesigned.at> wrote:
> >If I say something wrong anyone please correct me! Thanks.
> Well, I disagree that the code needs a full rewrite. Why? All it needs
> is correcting all places where it attempts to store pointers in 32-bit
> variables. Admittedly, in the core of UNO this might happen a LOT (due
> to its nature it does a lot of direct memory manipulation), but there's
> no real reason why it should be re-written from scratch.
> If the UNO runtime violated other portability issues (such as code
> execution protection), it wouldn't run at all in 64-bit mode, perhaps
> not even when compiled as 32-bit.
I am no programmer and what you say sure is correct but of what i listened
from some OOo devs is that some parts (big or small) need rewrite to
get stable on amd64. However...
Latest information I read:
http://artax.karlin.mff.cuni.cz/~kendy/ooo/OOoCon-2005/
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
2005-11-08 17:23 ` Hanno Meyer-Thurow
@ 2005-11-08 17:30 ` Barry.SCHWARTZ
2005-11-08 18:15 ` Sebastian Redl
0 siblings, 1 reply; 9+ messages in thread
From: Barry.SCHWARTZ @ 2005-11-08 17:30 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 937 bytes --]
Hanno Meyer-Thurow <h.mth@web.de> skribis:
> Sebastian Redl <sebastian.redl@getdesigned.at> wrote:
> > Well, I disagree that the code needs a full rewrite. Why? All it needs
> > is correcting all places where it attempts to store pointers in 32-bit
> > variables....
>
> I am no programmer and what you say sure is correct but of what i listened
> from some OOo devs is that some parts (big or small) need rewrite to
> get stable on amd64.
I speak programmer. This is jargon meaning the code is so complicated
and/or so poorly understood that it might be easier, faster, more
reliable, better in the long run, and more personally rewarding to
rewrite. :)
--
Barry.SCHWARTZ@chemoelectric.org http://www.chemoelectric.org
Esperantistoj rajtas skribi al Barijo.SXVARCO@chemoelectric.org
'And now we're going to go try to comfort people in that
part of the world.' -- Bush, referring to the southeastern U.S.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
2005-11-08 17:30 ` Barry.SCHWARTZ
@ 2005-11-08 18:15 ` Sebastian Redl
2005-11-08 22:17 ` Chris Smart
0 siblings, 1 reply; 9+ messages in thread
From: Sebastian Redl @ 2005-11-08 18:15 UTC (permalink / raw
To: gentoo-amd64
Barry.SCHWARTZ@chemoelectric.org wrote:
>I speak programmer. This is jargon meaning the code is so complicated
>and/or so poorly understood that it might be easier, faster, more
>reliable, better in the long run, and more personally rewarding to
>rewrite. :)
>
>
>
I looked at this presentation. It makes me shudder. I'm aware of the
typical portability problems, but I didn't think OOo was THAT bad.
Sebastian
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-amd64] openoffice 2 compiles?
2005-11-08 18:15 ` Sebastian Redl
@ 2005-11-08 22:17 ` Chris Smart
0 siblings, 0 replies; 9+ messages in thread
From: Chris Smart @ 2005-11-08 22:17 UTC (permalink / raw
To: gentoo-amd64
Thanks everyone,
I did build OOo on a p3 system, then package the binary and install it
on the amd64 system, but no go. I might experiment a bit more, but for
now I agree the easiest thing to do it use openoffice-bin.
Cheers,
Chris
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-11-08 22:20 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 6:20 [gentoo-amd64] openoffice 2 compiles? Chris Smart
2005-11-08 12:56 ` Hanno Meyer-Thurow
2005-11-08 16:31 ` Sebastian Redl
2005-11-08 17:23 ` Hanno Meyer-Thurow
2005-11-08 17:30 ` Barry.SCHWARTZ
2005-11-08 18:15 ` Sebastian Redl
2005-11-08 22:17 ` Chris Smart
-- strict thread matches above, loose matches on Subject: below --
2005-11-08 6:36 Dmitri Pogosyan
2005-11-08 7:16 ` Chris Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox