Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5164 - OpenOffice (both r1 and r2) can't save, and need an older db
Summary: OpenOffice (both r1 and r2) can't save, and need an older db
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Seth Chandler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-17 11:49 UTC by Colin Fox
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Fox 2002-07-17 11:49:24 UTC
I had to downgrade my db installation from 4.x to 3.2.9 to get OO to compile.

Now it's compiled, but I can't save any files. When I select 'save', (this has
been tested with the spreadsheet and the word processor), an error box comes up
saying:
/opt/OpenOffice/1.0.0/work does not exist

Why is it trying to save to /opt instead of my home directory?

Then when I navigate the file dialog to my home directory, it immediately fails
writing with another error dialog:

Error saving the document Untiled1:
Wrong parameter.
The operation was started under an invalid parameter.

And then the whole program exits, printing "Aborted" on the command line.

Also, it creates a bunch of 0 byte files:

cfox@paco cfox $ find . -name "*.tmp"
./svebp.tmp
./svec0.tmp
./svec1.tmp
cfox@paco cfox $ find . -name "*.sav"
./exc0.sav
Comment 1 Dave Nellans 2002-07-22 18:51:31 UTC
I also have had this bug with both openoffice and openoffice-bin, but cannot
reproduce everytime. perhaps this is a openoffice bug and not a ebuild bug?
Comment 2 Dave Nellans 2002-07-24 18:00:41 UTC
The solution to all my problems and to yours as well most likely is not a bug,
its a problem of having a old OO config file around which is screwing things up.
 Try: deleting all OpenOffice and .OpenOffice files from your user directory,
then also remove a file called .sversionrc.  re-run /opt/OpenOffice/setup  and
when prompted do the "workstation" install... and all your problems will
magically disappear.

this problem is caused by older versions of OO (pre1.0 in my case) having been
installed before using the ebuilds to install.

let me know if this works, i'm very confident it will.  the db compile problem
i'm not sure about...

dave
Comment 3 David McNab 2002-08-24 08:02:02 UTC
Ditto for me.

I'm using OpenOffice-bin (the source wouldn't emerge on my box).

On trying to save any doc, I get a message box saying "An unrecoverable error
has occurred. All modified files have been saved and can probably be recovered
at program restart."

Comment 4 David McNab 2002-08-24 09:01:25 UTC
Please disregard my previous comment.

I followed the directions in Comment #2 by Dave Nellans - now OO works fine :)