I just compiled OO with my brand new 1.4_rc2 install. The whole compilation process went fine, but the /opt/OpenOffice.org1.0.1/program/setup file doesn't exist. In fact there is now program directory in /opt/OpenOffice.org1.0.1. Also there are two syslinks setup and spadmin in /opt/OpenOffice.org1.0.1 which are linked to program/setup and program/spadmin respectively. So those two files are linking to nothing since program doesn't exist. Whenever I run oosetup or any of the other oo programs I get this error: running openoffice.org setup... /usr/bin/oosetup: line 81: /opt/OpenOffice.org1.0.1/program/setup: No such file or directory setup failed.. abort If it helps at all, I'm running just fluxbox, I have no kde or gnome use flags. I used blackdown-jdk-1.3.1 as the ebuild said.
how much free disk space did you have on your machine when you did this?
I had about 20 Gb free on / (I have no /usr or /opt partitions). My swap partition is 1.5 Gb and I have 256 Mb of ram.
can you post a complete log of the emerge? Every other error like this has been due to disk space...
I've attached the complete log file. Here is a parts that may be of interest. Initializing installation program.......... [32;01m*[0m Removing build root from registy... egrep: /var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/*: No such file or directory [32;01m*[0m Fixing permissions... chmod: failed to get attributes of `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/config/webcast/*.pl': No such file or directory ln: creating symbolic link `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/program/spadmin' to `soffice': No such file or directory [32;01m*[0m Installing Menu shortcuts (need "gnome" or "kde" in USE)... install: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/gnome/net/.directory': No such file or directory install: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/gnome/net/.order': No such file or directory Can't open /var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/gnome/net/*.desktop: No such file or directory. Can't open /var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/gnome/net/*.desktop: No such file or directory. install: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/gnome/net/*.desktop': No such file or directory mv: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/kde/net/applnk/OpenOffice.org 1.0.1': No such file or directory install: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/kde/net/applnk/OpenOffice.org1.0.1/.directory': No such file or directory install: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/kde/net/applnk/OpenOffice.org1.0.1/.order': No such file or directory cp: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/kde/net/mimelnk/share/*': No such file or directory Can't open /var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/kde/net/applnk/OpenOffice.org1.0.1/*.desktop: No such file or directory. Can't open /var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/kde/net/applnk/OpenOffice.org1.0.1/*.desktop: No such file or directory. install: cannot stat `/var/tmp/portage/openoffice-1.0.1-r3/image//opt/OpenOffice.org1.0.1/share/kde/net/applnk/OpenOffice.org1.0.1/*.desktop': No such file or directory man: strip: >>> Completed installing into /var/tmp/portage/openoffice-1.0.1-r3/image/ df output: Filesystem Size Used Avail Use% Mounted on /dev/hde3 24G 4.4G 20G 19% / tmpfs 2.0M 156K 1.9M 8% /mnt/.init.d /dev/hdg3 7.7G 2.9G 4.5G 40% /home /dev/hde5 5.0G 4.1G 859M 83% /mnt/win_d /dev/hde7 5.9G 4.1G 1.9G 69% /mnt/win_f /dev/hdg2 7.7G 3.6G 3.8G 49% /mnt/other_linux
Created attachment 7327 [details] openoffice_emerge_log.bz2 openoffice_emerge_log.bz2
I have a similar problem... my sys var LANGUAGE is set to en_US, therefore the statement if [ -z $LANGUAGE ] || LANGUAGE=01 lefts LANGUAGE to en_US and the ebuild fails to find the setup, but doesn't detect that! there should be some failure detection ( || die ) if the setup can't be found.... also IMHO LANGUAGE is a system-env and therefore should not be touched by an ebuild.... it was also quite amusing after changing the "install" part of the ebuild to see it to clear the whole WORK environment - 40h compile time go... is that somehow circumventable? (I don't consider it a feature....)
is that the deal here...do you guys have $LANGUAGE set? if so, i'll try to modify the ebuild to take that into account while i try to get multi lang support up and running... seth
Get the same error here: sander@herman sander $ echo $LANGUAGE en_US sander@herman sander $ ooffice running openoffice.org setup... setup failed.. abort This last error has shrunk after unmerge of openoffice-bin and rm /opt/OpenOffice.org1.0.1/ and also the .openoffice files in my home dir
well looks like i'm just going to unset $LANGUAGE for now in oo_setup()....we don't yet support the different languages with openoffice...and its pretty hard to get working...if you guys submit patches that have a nice solution to the problem i'd be more than happy to include it...thanks =)