Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28200 - OpenOffice 1.1 RC4 Out (Version Bump)
Summary: OpenOffice 1.1 RC4 Out (Version Bump)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Office Team
URL: http://www.openoffice.org/
Whiteboard:
Keywords:
: 26747 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-08 12:00 UTC by Wilbur Pan
Modified: 2003-10-02 02:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for OpenOffice 1.1rc4 (openoffice-bin-1.1_rc4.ebuild,6.07 KB, text/plain)
2003-09-10 09:50 UTC, Adam Chodorowski
Details
Patched wrapper script for OpenOffice 1.1rc4 (ooffice-wrapper-1.3,8.76 KB, text/plain)
2003-09-10 09:51 UTC, Adam Chodorowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wilbur Pan 2003-09-08 12:00:42 UTC
The OpenOffice.org website says that RC4 is available today. 
 
Would love to see an ebuild for it.   
 
I will try to hack the rc3 ebuild to see if it will emerge openoffice-bin, but 
I have very little experience with doing this. 
 
Thanks!
Comment 1 Pol 2003-09-09 00:19:01 UTC
yes true, we don't have the binary ebuild of rc3 ... and rc3 is the most stable.

cya
Comment 2 Wilbur Pan 2003-09-09 07:37:49 UTC
Ack -- I meant rc2.
Comment 3 Jesse Adelman 2003-09-09 11:07:56 UTC
Added CC. Would love to see source and binary versions, too! Thanks.
Comment 4 Adam Chodorowski 2003-09-10 09:50:12 UTC
Created attachment 17448 [details]
Ebuild for OpenOffice 1.1rc4
Comment 5 Adam Chodorowski 2003-09-10 09:51:25 UTC
Created attachment 17449 [details]
Patched wrapper script for OpenOffice 1.1rc4
Comment 6 Adam Chodorowski 2003-09-10 09:53:09 UTC
Added ebuild and needed wrapper script (put it in files/1.1_rc4/). Works for me. 
Comment 7 David Grant 2003-09-10 16:39:50 UTC
This ebuild builds and installs fine, but ooffice doesn't run.

david@sidicpc22 david $ ooffice
david@sidicpc22 david $
Comment 8 Jesse Adelman 2003-09-10 20:13:49 UTC
I haven't tried this new ebuild yet, but, to me, that looks like you ran out of disk space during the build. OO needs ALOT of space to build - check your /var partition (or just / if that's all you have). Count on needing about 3-4GB free, at least.
Comment 9 SpanKY gentoo-dev 2003-09-12 08:31:08 UTC
*** Bug 26747 has been marked as a duplicate of this bug. ***
Comment 10 Adam Chodorowski 2003-09-12 19:28:43 UTC
Forgot to mention that this ebuild is for openoffice-bin, as I have no patience to compile this monstrosity of an application. :-) So there cannot be any compilation problems. 

However, there is a problem if root does not have access to X during emerging: the openoffice installation script will then only install a couple of (non-graphical) tools and skip the actual applications. Workaround: "xhost +localhost" before starting emerge. 

This issue is also present in the previous openoffice-bin ebuilds, AFAICS.
Comment 11 SI Reasoning 2003-09-16 15:33:15 UTC
after installing app-office/openoffice-bin-1.1_rc4 and running openoffice 
successfully the first time, I get the following error when I try to run it 
after closing the initial openoffice window: 
 
[sczjd@gentoo sczjd]$ ooffice 
openoffice.org:  You have no entry for OpenOffice.org 1.1_rc4 in ~/.sversionrc, 
yet the directory /home/sczjd/.openoffice/1.1_rc4 exists. 
Please remove /home/sczjd/.openoffice/1.1_rc4 and try again. 
 
[sczjd@gentoo sczjd]$ cat ~/.sversionrc 
[Versions] 
OpenOffice.org 1.1.0=file:///home/sczjd/.openoffice/1.1_rc4 
 
Comment 12 Ziga Boehm 2003-09-19 04:22:12 UTC
from errors i got from runnig openoffice in (x)console i figured that this 
build (openoffice-bin_rc4) looks for its general (user) settings in directories 
designated by "OpenOffice.org 1.1=" and for its user-specific settings (those 
present in "~/.openoffice/1.1/user" directory) in directories designated by 
"OpenOffice.org 1.1.0=" entry in ~/.sversionrc. 
 
so in SI Reasoning's case - if he changed aforementioned file from: 
[Versions]  
OpenOffice.org 1.1.0=file:///home/sczjd/.openoffice/1.1_rc4  
 
to: 
[Versions]  
OpenOffice.org 1.1=file:///home/sczjd/.openoffice/1.1_rc4  
OpenOffice.org 1.1.0=file:///home/sczjd/.openoffice/1.1_rc4  
 
he would be able to run ooo normaly. 
 
... i sure do hope i haven't made my post sound (too) "complicated"! ;-) 
 
cheers 
Comment 13 Nick Jones 2003-09-20 12:26:54 UTC
I personally found my ~/.sversionrc file to contain only a single entry for OO as follows:
[Versions]
OpenOffice.org 1.1.0=file:///home/username/.openoffice/1.1_rc4

However, this also caused the same problem with being able to rerun OO again without errors.  I've since added the line
OpenOffice.org 1.1_rc4=file:///home/username/.openoffice/1.1_rc4
and OO works as it should.  Also, don't remove the other line or it will think that it needs to be resetup/reinstalled.
Comment 14 Ziga Boehm 2003-09-20 14:34:28 UTC
does anybody else get two sets of icons in the KDE menu? 
 
the simple solution is to delete "~/.kde/share/applnk/OpenOffice.org 1.1.0" 
directory, since "/usr/share/applnk/OpenOffice.org 1.1" does the same job - 
isn't this supposed to be done by ebuild? this (again supposedly) does happen 
with gnome... 
Comment 15 Stephane Loeuillet 2003-10-01 09:24:55 UTC
related bug :
http://bugs.gentoo.org/show_bug.cgi?id=29591
Comment 16 David Grant 2003-10-02 01:30:28 UTC
This ebuild for 1.1rc4 bin should be removed from portage until it is fixed.
 Thanks.
Comment 17 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-02 02:40:16 UTC
As 1.1.0 final is out we will not be offering rc4 anymore