Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33360 - OpenOffice-bin needs amd64 keyword
Summary: OpenOffice-bin needs amd64 keyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
: 34452 34946 51516 (view as bug list)
Depends on: 32963
Blocks:
  Show dependency tree
 
Reported: 2003-11-12 20:41 UTC by Kris Kersey (RETIRED)
Modified: 2004-05-21 10:56 UTC (History)
5 users (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 Kris Kersey (RETIRED) gentoo-dev 2003-11-12 20:41:49 UTC
app-office/openoffice-bin-1.1.0 works great under amd64.  Please add the amd64 keyword.
Comment 1 Brad House 2003-11-12 20:50:36 UTC
forgot to mention you need
emul-linux-x86-baselibs and
emul-linux-x86-xlibs 
for amd64 ... ;)
could confuse some people otherwise ....
I'll mark this next time I do a cvs update.
Comment 2 Brad House 2003-11-14 08:52:12 UTC
done
Comment 3 Darryl Bleau 2003-11-25 15:10:37 UTC
On my amd64 box, when I try to emerge openoffice-bin-1.1.0, I get this:

Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/openoffice-bin-1.1.0 to /
>>> md5 src_uri ;-) OOo_1.1.0_LinuxIntel_install.tar.gz
>>> Unpacking source...
>>> Unpacking OOo_1.1.0_LinuxIntel_install.tar.gz to /var/tmp/portage/openoffice-bin-1.1.0/work
>>> Source unpacked.
 
>>> Install openoffice-bin-1.1.0 into /var/tmp/portage/openoffice-bin-1.1.0/image/ category app-office
 * Installing OpenOffice.org into build root...
./setup: error while loading shared libraries: /lib/libsandbox.so: cannot open shared object file: No such file or directory
 
!!! ERROR: app-office/openoffice-bin-1.1.0 failed.
!!! Function src_install, Line 93, Exitcode 127
!!! The setup program failed



/lib/libsandbox.so exists, and as I understand it's quite nessesary for portage to even work (and I can emerge other packages) so I would assume it's fine. Any ideas?
Comment 4 Darryl Bleau 2003-11-25 15:12:07 UTC
I forgot to mention that I _do_ have the emulation packages installed. (emul-linux-x86-baselibs and emul-linux-x86-xlibs).
Comment 5 Brad House 2003-11-25 15:31:09 UTC
most likely you have 'java' in your USE flags...
take that out
Comment 6 Darryl Bleau 2003-11-26 11:18:16 UTC
I _don't_ have java in my USE flags, and as per Brad's email to me I've tried to emerge openoffice-bin with -java in my USE flags. I get the same error. Output:

>>> Install openoffice-bin-1.1.0 into /var/tmp/portage/openoffice-bin-1.1.0/imag e/ category app-office
 * Installing OpenOffice.org into build root...
./setup: error while loading shared libraries: /lib/libsandbox.so: cannot open s hared object file: No such file or directory
 
!!! ERROR: app-office/openoffice-bin-1.1.0 failed.
!!! Function src_install, Line 93, Exitcode 127
!!! The setup program failed
Comment 7 Jeff Davey 2003-12-04 15:53:44 UTC
OpenOffice will install, if I do it by hand.. (On a 64bit amd).. So what's wrong with the ebuild ?

I'm getting that, cannot open shared file /lib/libsandbox as well.
Comment 8 Brad House 2003-12-04 18:54:40 UTC
FEATURES="-sandbox" emerge openoffice-bin

the fix to this is bug #32963
(not having to -sandbox that is)
Comment 9 Brad House 2003-12-04 18:56:17 UTC
*** Bug 34452 has been marked as a duplicate of this bug. ***
Comment 10 Brad House 2003-12-04 18:56:46 UTC
*** Bug 34946 has been marked as a duplicate of this bug. ***
Comment 11 Paul de Vrieze (RETIRED) gentoo-dev 2003-12-05 01:26:22 UTC
The reason for the /lib/libsandbox.so issue is that libsandbox is only availabe in 64 bit while openoffice-bin is 32 bit
Comment 12 Brad House 2003-12-05 05:57:57 UTC
yes, which is why this bug depends on bug #32963 which has an experimental
patch
Comment 13 Danny van Dyk (RETIRED) gentoo-dev 2004-05-20 01:59:19 UTC
*** Bug 51516 has been marked as a duplicate of this bug. ***
Comment 14 Danny van Dyk (RETIRED) gentoo-dev 2004-05-21 10:56:28 UTC
Whoo, finally... FIXED !