Summary: | Emerge openoffice-bin aborts during src_install | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Richard Verwayen <holle> |
Component: | Current packages | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | gk |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Richard Verwayen
2003-11-25 16:29:32 UTC
Any news? I've hit the same problem. I can add info if it's any help. I've worked out some more now.... I'm trying to install it in a chroot where it fails. Once I install the rest of the system onto its target, this ebuild installs fine. I haven't tried to run it yet but that's another story if anything's wrong. Back in the chroot.... Trying to run setup manually in the work directory fails as it can't open a display. I ran "xhost +" outside the chroot but still no good. Then I "export DISPLAY="<hostname>:0" inside the chroot and we get further now. The setup program starts and shows the initial progress bar OK but then it just dies before starting up the setup proper. I can't spot any clue why. HTH to solve this. Well, it seems that things do not work in a chroot. At least thanks to you I have an idea where to look. In this chroot, did you make the /dev and /proc available through: mount -bind /proc /path/to/chroot/proc mount -bind /dev /path/to/chroot/dev If these are not available that could be the cause. Yes I do mount -bind /dev /proc also just in case it matters also /usr/portage and /usr/local/portage. Happy hunting. There is now a bug fix in cvs which tries to resolve this problem, could you be so nice to try again and report? Yes, it emerges fine now, but when I try to start oosetup or any other application I get another error message richard@laptop richard $ oosetup running openoffice.org setup... /usr/bin/oosetup: line 165: 16202 Segmentation fault /opt/OpenOffice.org${PV}/program/setup ${UPDATEFLAG} -R:/etc/openoffice/autoresponse-1.1.0.conf 1>&/dev/null setup failed.. abort Did you have an install of OpenOffice.org 1.0.x before? If yes, try to remove the .sversionrc and the .openoffice dir in your home directory and start again. Updating from older versions does not really work atm :-( It builds for me too in my chroot. I haven't tried to install and run it on my target host - I'm using OOo heavily for work at the moment and I daren't chance it but I've got no reason to doubt it will work. Also running the compiled verion of openoffice in general solves some of these problems if you can get it compiled (which is not trivial). Removing the ~/.openoffice and .sversionrc does not change anything in behaviour. And I think compiling it myself is not an option as I tried it (with much less aggressive CFLAGS) and after 12 hours it crashes my machine due to the resource intensive compiler runs! (Celeron 800, 192 MB, 512MB Swap) @ Richard: To be honest: I am quite clueless whats going on here, I've never heard of that problem before, also that you get a Segmentation fault doesn't fit with usual problems. So there has to be something with your setup causing this... Did you ever try to manually install OpenOffice (unpacking and running setup)? The reporter of this bug asked me to close it, as the original problem is resolved and his new troubles don't seem to be related to our ebuild. So: Doing this. |