| Summary: | openoffice install fails: intros.zip not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Yura Kudryashov <urkud> |
| Component: | Current packages | Assignee: | Gentoo Office Team <office> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | iamtheweakestlink |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | log file named in bug report | ||
|
Description
Yura Kudryashov
2006-07-24 15:13:08 UTC
Created attachment 92650 [details]
log file named in bug report
Why don't you just try to build it with "emerge openoffice" instead of doing it in pieces? Also could it be that there was a reasonable amount of time between the compile and install phase (and maybe an emerge sync in between) And I guess diskspace is no problem here? Disk space is not a problem, but I have less than 256 Mb RAM (but 512Mb swap). Is it critical? I'm trying to `emerge openoffice` now, but it'll take a long time on my computer. I'll write about result. (In reply to comment #3) > Disk space is not a problem, but I have less than 256 Mb RAM (but 512Mb swap). > Is it critical? Yes, that's why the ebuild is warning about that right at the start ;) OOo definately needs more than 256 MB to build, actually I'm quite surprised that you made it that far. Anyway, closing this, we already have a warning about that in the ebuild... Could someone explain why this was marked INVALID without a good explanation? Here, I've gotten through the entire OO build (the compile completely finishes) only to have the install fail because of missing "intros.zip". Plenty of disk space remaining, even after the compile has finished, as you can see: nenene ~ # df -h Filesystem Size Used Avail Use% Mounted on /dev/hdb4 20G 3.4G 16G 19% / udev 204M 208K 204M 1% /dev /dev/hdb5 7.8G 4.4G 3.0G 60% /var /dev/hdb6 7.9G 7.1G 464M 94% /home none 204M 0 204M 0% /dev/shm nenene ~ # emerge --info Portage 2.1.1-r1 (default-linux/ppc/ppc32/2006.1/G4, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r7 ppc) ================================================================= System uname: 2.6.17-gentoo-r7 ppc 7400, altivec supported Gentoo Base System version 1.12.5 Last Sync: Thu, 28 Sep 2006 18:20:01 +0000 distcc 2.18.3 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] ccache version 2.3 [enabled] app-admin/eselect-compiler: [Not Present] dev-java/java-config: 1.3.6-r1, 2.0.30 dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.3 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.16 ACCEPT_KEYWORDS="ppc" AUTOCLEAN="yes" CBUILD="powerpc-unknown-linux-gnu" CFLAGS="-O2 -mtune=7400 -pipe -maltivec -mabi=altivec" CHOST="powerpc-unknown-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-O2 -mtune=7400 -pipe -maltivec -mabi=altivec" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distcc distlocks metadata-transfer parallel-fetch sandbox sfperms strict userpriv usersandbox" GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://www.gtlib.gatech.edu/pub/gentoo http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.cites.uiuc.edu/pub/gentoo/" LC_ALL="en_US.UTF-8" LINGUAS="en en_US" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="ppc X a52 aac addbookmarks aim alsa altivec apache2 arts berkdb bitmap-fonts bonobo bzip2 cdr cli crypt css cups dlloader dri dvd dvdr elibc_glibc encode ffmpeg firefox flac gdbm gif gimpprint gmp gpm gstreamer gtk gtk2 gtkhtml hal icq idn input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse irc jabber java javascript jbig jikes joystick jpeg jpeg2k kde kdexdeltas kernel_linux ldap libg++ libwww linguas_en linguas_en_US mad mp3 mpeg musepack ncurses nptl nptlonly nsplugin ogg opengl pam pcre pdf perl png python qt qt3 quicktime readline reflection rtc session spell ssl svg tcpd tiff tk truetype truetype-fonts type1-fonts udev unicode userland_GNU userlocales video_cards_r128 vorbis xml xorg xpm xv xvid yahoo zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS Also: nenene ~ # cat /etc/portage/env/app-office/openoffice # To allow better than "make -j1": WANT_DISTCC="true" # In ebuilds after 2.0.3, this becomes: WANT_MP="true" # Build fails with missing file "intros.zip" in localization. Try this: LANG="en_US.UTF-8" # From Gentoo wiki: LANGUAGE="en_US:en" The LANG/LANGUAGE settings were added after the first failure; I removed the /var/tmp/portage/openoffice-2.0.3/.compiled file and tried again, with the same result. Next I will try the entire build again, from scratch. May also try building 2.0.4 though I've been avoiding it because it seems to be in flux now. BTW, I've successfully built 2.0.0 before, without even using distcc. Didn't have any problems like this earlier. I'm adding my info in case others have the same problem; only found one forum post and something on the Russian Gentoo forum (which I can't read) referring to this particular failure. |