Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31296 - fail to emerge openoffice-bin-1.1.0
Summary: fail to emerge openoffice-bin-1.1.0
Status: RESOLVED DUPLICATE of bug 28851
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-16 10:48 UTC by Chris Lambacher
Modified: 2005-07-17 13:06 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 Chris Lambacher 2003-10-16 10:48:12 UTC
When attempting to emerge openoffice-bin-1.1.0 I get access voiloations that
kill the merge as shown below:
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-openoffice-bin-1.1.0-20432.log"

open_wr:   /opt/OpenOffice.org1.0.3/foo.tmp
unlink:    /opt/OpenOffice.org1.0.3/delme
--------------------------------------------------------------------------------

Reproducible: Always
Steps to Reproduce:
1. emerge -u world
2.
3.

Actual Results:  
>>> Completed installing into /var/tmp/portage/openoffice-bin-1.1.0/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-openoffice-bin-1.1.0-20432.log"

open_wr:   /opt/OpenOffice.org1.0.3/foo.tmp
unlink:    /opt/OpenOffice.org1.0.3/delme
--------------------------------------------------------------------------------

further merging does not happen

Expected Results:  
merged and continued
Comment 1 Tim Hobbs 2003-10-17 06:54:00 UTC
I get most of the same, plus one.  Emerge FEATURES="sandbox distcc distcc"

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG
FILE = "/tmp/sandbox-openoffice-bin-1.1.0-3489.log"
 
open_wr:   /root/.gconfd/saved_state
open_wr:   /opt/OpenOffice.org1.0.3/foo.tmp
unlink:    /opt/OpenOffice.org1.0.3/delme
--------------------------------------------------------------------------------
Comment 2 Shahar Goldin 2003-10-19 22:12:20 UTC
I get the same thing, upgrading from 1.1rc2 (except substitute 1.0.3 with
1.1rc2)
register configuration:
....................................................................................................................................................................................................................................................................................................................................................................................ACCESS
DENIED  unlink:    /opt/OpenOffice.org1.1_rc2/delme
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-openoffice-bin-1.1.0-16269.log"

open_wr:   /opt/OpenOffice.org1.1_rc2/foo.tmp
unlink:    /opt/OpenOffice.org1.1_rc2/delme
--------------------------------------------------------------------------------
Comment 3 clemenswaechter 2003-10-20 08:19:08 UTC
I solved this problem by simply renaming /opt/OpenOffice.org1.0.3 to /opt/OpenOffice.org1.0.3.bk
for mergeing Openoffice. Though I have to say I did this
after compiling OpenOffice after fixing the problem stated in bug #31569
and finishing
the compilation with ebuild <file> install.
The I renamed the directory and proceeded with install and qmerge.

But I think it would work fine if you simply rename it for emerging it, just
make sure you
remove the directory after emerge cleans the previous openoffice or rename
it back just in time.

But I would say this just works around the problem, it doesn't fix it.
Comment 4 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-23 07:04:42 UTC
Are you using userpriv in your FEATURES flag? If not, you could try that.
Probably the setup binary wants to perform an upgrade, which is not allowed
by the sandbox.
Comment 5 Chris Lambacher 2003-10-23 07:21:31 UTC
I am not using FEATURES=sandbox
Comment 6 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-23 13:04:23 UTC
Chriss, it seems you do, the error messages you get do come from the sandbox.
In any case it is best to use it. If you want to disable it, make sure you
specify FEATURES="-sandbox" in your make.conf
Comment 7 Stephen Torri 2003-11-06 18:35:26 UTC
I get the same error. Its seems by default that the sandbox settings are
on. I did the following to get it to installed:

FEATURES="-sandbox" emerge -UuvD world

OpenOffice was the only package to be merged. It installed succesfully and
runs.
Looks like the issue is with portage. Its not disabling the sandbox setting
by default or its not able to install OpenOffice with that FEATURE enabled.


Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.3.10p1
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs fixpackages"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod
mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib
gtkhtml alsa gdbm berkdb slang readline arts tetex bonobo svga tcltk java
guile mysql X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis
gnome gtk qt kde motif opengl mozilla ldap snmp cdr gtk2 xml tiff libgda
doc"
Comment 8 Paul de Vrieze (RETIRED) gentoo-dev 2003-11-07 01:47:43 UTC

*** This bug has been marked as a duplicate of 28851 ***