Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126317 - Openoffice-2.0.2 complains if OOO_EXTRA_ARG not set
Summary: Openoffice-2.0.2 complains if OOO_EXTRA_ARG not set
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Other
: Low minor (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 09:02 UTC by Preston Crow
Modified: 2006-03-16 13:31 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 Preston Crow 2006-03-15 09:02:19 UTC
When running ooffice2 from the command line, it works, but it complains:
Use of uninitialized value in string eq at /usr/bin/ooffice2 line 60.

That file is a symlink to ooo-wrapper2.  The line in question is checking the environment variable OOO_EXTRA_ARG.

Workaround (in bash):
export OOO_EXTRA_ARG=""

I expect that this could be fixed in the wrapper rather trivially.
Comment 1 Hanno Zysik (geki) 2006-03-15 09:25:24 UTC
Diff to ooo-build HEAD.
http://cvs.gnome.org/viewcvs/ooo-build/bin/ooo-wrapper.in?r1=1.51&r2=1.49&makepatch=1&diff_format=u

You may tweak it to apply on /usr/bin/ooo-wrapper2.
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2006-03-16 13:31:20 UTC
As this is fixed upstream and it does not result in breakage, I'm not fixing it in our ebuild, as we will get it with the next patchset anyway.

Closing