You are not logged in.

#126 2006-06-05 23:38:56

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: OpenOffice2 - the final attemp

Sun's java is 32 bits (at least Arch uses precompiled binaries). You could try with gcc-gcj but I recall JGC saying that it wasn't working with gnu's java.

Offline

#127 2006-06-05 23:45:08

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: OpenOffice2 - the final attemp

Snowman, I will try to compile this tomorrow night with gcj 4.1.1
For now, it compiles every time correctly with jdk.

Offline

#128 2006-06-06 10:54:46

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: OpenOffice2 - the final attemp

x86_64 is still too tricky to compile. I'll keep trying it from time to time. Others may help me. For now I'm happy to see that the OOo devs start to offer (inofficial) install rpms: http://ftp.linux.cz/pub/localization/Op … devel/680/

I will build rpm based packages to see if they are usable now. I wonder why these builds and sources are nowhere else hosted on the official mirrors roll

Offline

#129 2006-06-06 16:42:05

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: OpenOffice2 - the final attemp

added links for patches and fixed shortcut installation

Edit:.
moved to aur. http://aur.archlinux.org/packages.php?d … =1&ID=5813

Offline

#130 2006-06-06 16:59:19

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: OpenOffice2 - the final attemp

Btw: Those who use arch64 and need OpenOffice:

It no big deal to use the package from arch32. You only need some libaries from arch32. I installed Arch in a directory using archbootstrap and added the libary-paths to ldconfig. Now I was able to run OO in 32Bit-mode. (this also works for Opera with Flashplugin etc.)

Offline

#131 2006-06-22 22:17:00

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: OpenOffice2 - the final attemp

http://lists.ximian.com/pipermail/openo … 01867.html

some java/gcc geeks here around to help?

Offline

#132 2006-07-17 18:38:27

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: OpenOffice2 - the final attemp

If I may ask a question: Of what use is it tu complie OpenOffice from Source for x86? Or are we compiling it here for i686? Can't see any --configure-switches doing that. Including Java makes it the same as the precompiled version, doesn't it?

Offline

#133 2006-07-18 01:00:12

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: OpenOffice2 - the final attemp

jakob, It is mainly the same. However AndyRTR is trying to get it to compile or 64bit if I remember correctly.

If you are on 32bit and would like to compile it yourself, try my updated PKGBUILD here from AUR. It should build successfully as long as you don't have any broken dependencies on your system. http://aur.archlinux.org/packages.php?d … =1&ID=5813 smile
In any case, my PKGBUILD is just a 'proof of concept' that OpenOffice.org2 does compile on archlinux using official openoffice.org sources and without the use of ximian stuff.

Offline

#134 2006-10-10 19:02:00

swiergot
Member
From: Kraków, Poland
Registered: 2005-01-08
Posts: 145

Re: OpenOffice2 - the final attemp

FYI, here are my builds of hussam's sources:

http://kenny.juvepoland.com/~swiergot/a … penoffice/

Right now I'm building -4.

Offline

#135 2006-10-10 19:20:37

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: OpenOffice2 - the final attemp

swiergot, is it possible you might be able to host this as well? It's needed for en_us dictionary and spelling.
http://aur.archlinux.org/packages.php?d … =1&ID=7065

Offline

#136 2006-10-10 20:11:25

swiergot
Member
From: Kraków, Poland
Registered: 2005-01-08
Posts: 145

Re: OpenOffice2 - the final attemp

Sure, done.

Offline

#137 2006-10-10 21:48:01

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: OpenOffice2 - the final attemp

swiergot, thanks. smile

Offline

#138 2006-10-11 17:57:42

swiergot
Member
From: Kraków, Poland
Registered: 2005-01-08
Posts: 145

Re: OpenOffice2 - the final attemp

-4 is online.

Offline

#139 2006-10-13 13:00:03

matsche
Member
From: .at
Registered: 2004-04-27
Posts: 120

Re: OpenOffice2 - the final attemp

2.0.4 is out!! http://www.openoffice.org/ Birthday Release! I hink rc3 became final?!

Thanx for all your work guys! I hope you all become a member of the arch-dev-team. I'm looking forward that tpowa will take this into the [extra] repo.


THX!!
cu matsche

Offline

#140 2006-10-13 13:21:27

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: OpenOffice2 - the final attemp

I don't think there were any changes between 2.0.3rc3 and 2.0.4
but I am downloading the 2.0.4 final source now and I will compile it and then update the PKGBUILD.

Offline

#141 2006-11-05 05:48:46

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: OpenOffice2 - the final attemp

Any progress?

Offline

#142 2006-11-05 09:44:10

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: OpenOffice2 - the final attemp

ganlu wrote:

Any progress?

You  can follow any progress for the x86 package here: http://aur.archlinux.org/packages.php?d … =1&ID=5813

Offline

#143 2006-11-11 08:19:40

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: OpenOffice2 - the final attemp

Good news: We can also build it on x86_64 without java and with gnujava smile .

Offline

#144 2006-12-02 12:10:59

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: OpenOffice2 - the final attemp

There: https://www.archlinux.org/~andyrtr/openoffice/

openoffice-base-2.1m6-1.pkg.tar.gz
hunspell-1.1.4-1.pkg.tar.gz
perl-archive-zip-1.16-2.pkg.tar.gz
xmlsec-1.2.10-3.pkg.tar.gz

you can find testing packages for OpenOffice 2.1 RC2. It has been built without java support. So it's small but misses some wizards and the whole "help" section. We are working on OOo built with gnujava.

Please test the packages. Especially if all dependencies get resolved and if the menu entries are ok on various desktops.

AndyRTR

Offline

#145 2006-12-03 22:13:12

rbl
Member
Registered: 2005-08-29
Posts: 64

Re: OpenOffice2 - the final attemp

Nice work! Everything looks & works good for me so far (except the wizards as you mentioned). I'm using GNOME and the menus, fonts, icons etc are the way they should be. Keep it up!

Offline

#146 2006-12-06 13:36:10

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: OpenOffice2 - the final attemp

OpenOffice 2.1 RC2 is now in testing. We got it built with JAVA support. So all wanted features should be activated now.

i686 will follow soon with their testing package.

Try it out and report bugs before we move it to extra.

Offline

#147 2006-12-06 15:44:39

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: OpenOffice2 - the final attemp

The wizards don`t do anything.

Will there be some language-packs in future?

Offline

#148 2006-12-06 19:39:09

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: OpenOffice2 - the final attemp

For the wizard you will need to install a java runtime environment (gcc-gcj or jre). Then go into the option menu and choose your java version. Please test that.

Langpacks and spell packages will follow. But first we need a 32bit package in testing...

Offline

#149 2006-12-06 19:46:26

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: OpenOffice2 - the final attemp

JRE is installed and activated. Only some wizards dont work like "letter" or "fax".

Offline

#150 2006-12-06 20:58:29

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: OpenOffice2 - the final attemp

according to this: http://wiki.services.openoffice.org/wiki/Java these are all java wizards that are not working. Hm. I will look into this.

Offline

Board footer

Powered by FluxBB