Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78500 - openoffice-bin-1.1.4 fails to emerge: /lib/libsandbox.so
Summary: openoffice-bin-1.1.4 fails to emerge: /lib/libsandbox.so
Status: RESOLVED INVALID
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:
Depends on:
Blocks:
 
Reported: 2005-01-18 04:53 UTC by Elie De Brauwer
Modified: 2005-02-05 15:15 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 Elie De Brauwer 2005-01-18 04:53:40 UTC
When upgrading openoffice I get the following error:

13:40:56 (450.88 KB/s) - `/usr/portage/distfiles/OOo_1.1.4_LinuxIntel_install.tar.gz' saved [80144225/80144225]

>>> md5 src_uri ;-) OOo_1.1.4_LinuxIntel_install.tar.gz
>>> Unpacking source...
>>> Unpacking OOo_1.1.4_LinuxIntel_install.tar.gz to /var/tmp/portage/openoffice-bin-1.1.4/work
>>> Source unpacked.
>>> Test phase [not enabled]: app-office/openoffice-bin-1.1.4

>>> Install openoffice-bin-1.1.4 into /var/tmp/portage/openoffice-bin-1.1.4/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.4 failed.
!!! Function src_install, Line 83, Exitcode 127
!!! Setup failed


My emerge info:
Portage 2.0.51-r13 (default-linux/amd64/2004.3, gcc-3.3.5, glibc-2.3.4.20041102-r0, 2.6.8-gentoo-r10 x86_64)
=================================================================
System uname: 2.6.8-gentoo-r10 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jun  5 2004, 08:42:36)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -fPIC"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -fPIC"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://ftp.gentoo.skynet.be/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aalib acpi alsa arts berkdb bitmap-fonts cdr crypt cups emul-linux-x86 esd f77 fam flac font-server fortran gdbm gif gnome gpm gstreamer gtk imagemagick imlib ipv6 java jp2 jpeg junit libwww lzw lzw-tiff mad mikmod motif mozilla multilib ncurses nls oggvorbis opengl oss pam perl png postgres python qt readline samba sdl slang ssl tcpd tetex tiff truetype truetype-fonts type1-fonts usb userlocales xml xml2 xmms xpm xrandr xv zlib"
Unset:  LDFLAGS, PORTDIR_OVERLAY


It has probably something to do with the fact that gcc-3.4.3 fails to compile
but I've been told this gcc problem is a known issue and that it will be resolved. Nevertheless if this is the case openoffice should somehow be blocked.
(To be complete, the gcc upgrade error I get is:
>>> Source unpacked.
 * Sandbox in your installed portage does not support compilation.
 * of a multilib gcc.  Please set FEATURE=-sandbox and try again.
 * After you have a multilib gcc, re-emerge portage to have a working sandbox.
)
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-02-05 15:15:25 UTC
read the last few lines:

 * Sandbox in your installed portage does not support compilation.
 * of a multilib gcc.  Please set FEATURE=-sandbox and try again.
 * After you have a multilib gcc, re-emerge portage to have a working sandbox.

it tells you to do:

FEATURES=-sandbox USE=multilib emerge gcc
emerge portage