Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126317

Summary: Openoffice-2.0.2 complains if OOO_EXTRA_ARG not set
Product: Gentoo Linux Reporter: Preston Crow <pc-gentoo-bugs08a>
Component: [OLD] UnspecifiedAssignee: Gentoo Office Team <office>
Status: RESOLVED UPSTREAM    
Severity: minor    
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

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