Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192833 - oofice script in 2.3.0 release is wrong
Summary: oofice script in 2.3.0 release is wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 16:46 UTC by George Deligeorgis
Modified: 2007-09-18 05:38 UTC (History)
0 users

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 George Deligeorgis 2007-09-17 16:46:53 UTC
The oofice script contains a wrong reference to /usr/lib/openoffice/program/soffice as a result the script dies when invoked

Line 4 in /usr/bin/oofice is: /usr/lib/openoffice/program/soffice "$@"
whereas the correct is:       /usr/bin/soffice  "$@"


George
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2007-09-17 16:53:32 UTC
Am I right that you use AMD64? If yes, try to fix the script to use /usr/lib64/openoffice/program/soffice (if that is the right path), that should be the correct way to do it. (And tell me if it helps). Forgot about that, oops
Comment 2 George Deligeorgis 2007-09-17 16:58:37 UTC
Yes you're right amd64.

/usr/lib64/openoffice contains only a share directory.

which soffice --> returns /usr/bin/soffice

Glad I can help Andreas. ;-)
Comment 3 George Deligeorgis 2007-09-17 17:00:12 UTC
Sorry for the multiple posting,

Forgot to clarify:

I have already checked this and it works OK using the
correction on my first post.
Comment 4 George Deligeorgis 2007-09-17 17:03:07 UTC
Also tried:
/usr/lib32/openoffice/program/soffice  "$@"

works as expected.

I think this is what you had in mind.
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2007-09-17 17:12:41 UTC
(In reply to comment #4)
> Also tried:
> /usr/lib32/openoffice/program/soffice  "$@"
> 
> works as expected.
> 
> I think this is what you had in mind.
> 

Yes this is what I had in mind, and yes this is the correct way to do. /usr/bin/soffice is just a symlink
Comment 6 Andreas Proschofsky (RETIRED) gentoo-dev 2007-09-18 05:38:31 UTC
This is fixed now, please give the mirrors some time, sync and re-emerge

Thanks for reporting