Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192879 - openoffice-bin-2.3.0 won't start on amd64
Summary: openoffice-bin-2.3.0 won't start on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 01:12 UTC by Thomas Jäger
Modified: 2007-09-19 20:33 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 Thomas Jäger 2007-09-18 01:12:25 UTC
The latest openoffice-bin package (32bit) wont start on amd64.

The package installs /usr/bin/ooffice which calls /usr/lib/openoffice/program/soffice  "$@"

OpenOffice files are installed in /usr/lib32/openoffice/program, on AMD64 the /usr/lib is symlinked to /usr/lib64


Reproducible: Always

Steps to Reproduce:
Comment 1 Israel G. Lugo 2007-09-18 21:20:56 UTC
Works for me with app-office/openoffice-bin-2.3.0 on amd64. Seems to be fixed now:

$ cat /usr/bin/ooffice
#!/bin/sh
export OOO_EXTRA_ARG=''
unset PYTHONPATH
/usr/lib32/openoffice/program/soffice  "$@"
Comment 2 Jose daLuz 2007-09-19 00:19:08 UTC
(In reply to comment #1)
> Works for me with app-office/openoffice-bin-2.3.0 on amd64. Seems to be fixed
> now:
> 
> $ cat /usr/bin/ooffice
> #!/bin/sh
> export OOO_EXTRA_ARG=''
> unset PYTHONPATH
> /usr/lib32/openoffice/program/soffice  "$@"
> 
I just emerged app-office/openoffice-bin-2.3.0 yesterday and have this:
$ cat /usr/bin/ooffice
#!/bin/sh
export OOO_EXTRA_ARG=''
unset PYTHONPATH
/usr/lib/openoffice/program/soffice  "$@"
$ ls -l /usr/bin/ooffice
-rwxr-xr-x 1 root root 93 2007-09-17 20:42 /usr/bin/ooffice

Editing oofice to match your example fixed this.
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2007-09-19 20:33:06 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Works for me with app-office/openoffice-bin-2.3.0 on amd64. Seems to be fixed
> > now:
> > 
> > $ cat /usr/bin/ooffice
> > #!/bin/sh
> > export OOO_EXTRA_ARG=''
> > unset PYTHONPATH
> > /usr/lib32/openoffice/program/soffice  "$@"
> > 
> I just emerged app-office/openoffice-bin-2.3.0 yesterday and have this:
> $ cat /usr/bin/ooffice
> #!/bin/sh
> export OOO_EXTRA_ARG=''
> unset PYTHONPATH
> /usr/lib/openoffice/program/soffice  "$@"
> $ ls -l /usr/bin/ooffice
> -rwxr-xr-x 1 root root 93 2007-09-17 20:42 /usr/bin/ooffice
> 
> Editing oofice to match your example fixed this.
> 

Yes that is already fixed, just re-emerge if you hit this