Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 134234

Summary: emerge app-office/openoffice-2.0.2-r2 fails
Product: Gentoo Linux Reporter: Lubos Dolezel <lubos>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The relevant part of log

Description Lubos Dolezel 2006-05-24 10:02:57 UTC
I am unable to emerge any app-office/openoffice. All of them fail probably because of my LINGUAS (set to "cs").

The (very long) "regcomp -register -br..." command fails (see the attached log). When I run it "by hand" I get this error:

InvalidRegistryException: Couldn't create registry file:///var/tmp/portage/openoffice-2.0.2-r2/work/ooo-build-2.0.2.11/build/OOO_2_0_2/instsetoo_native/util/OpenOffice/services.rdb/cs_inprogress_1/services.rdb for writing

The problem is obvious, the directory "/var/tmp/portage/openoffice-2.0.2-r2/work/ooo-build-2.0.2.11/build/OOO_2_0_2/instsetoo_native/util/OpenOffice/services.rdb/cs_inprogress_1" doesn't exist...

The final error looks like this:

***************************************************************
ERROR: Could not register all components!
in function: create_services_rdb
***************************************************************

The last openoffice version that worked fine was 2.0.1.
Comment 1 Lubos Dolezel 2006-05-24 10:05:48 UTC
Created attachment 87410 [details]
The relevant part of log
Comment 2 Lubos Dolezel 2006-05-24 10:07:22 UTC
Eh, I was wrong. The installer has removed the directory afterwards.

The real error (when I recreate needed dirs) is probably this

error (RuntimeException): python-loader:exceptions.ImportError: No module named pythonloader, traceback follows
no traceback available
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-05-24 10:14:00 UTC
Post your emerge --info. Also, I don't think this has anything to do w/ LINGUAS="cs".
Comment 4 Lubos Dolezel 2006-05-24 10:47:12 UTC
Yeah, I thought it is because of LINGUAS until I saw that the "cs_inprogress_1" directory really did exist.

My emerge --info:

Portage 2.1_rc2 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r3, 2.6.16-gentoo-r7 i686)
=================================================================
System uname: 2.6.16-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.12.0_pre19
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r1
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
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-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe -ffast-math -mfpmath=sse -msse -msse2"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe -ffast-math -mfpmath=sse -msse -msse2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://147.251.48.205/pub/linux/gentoo/ ftp://147.32.127.222/MIRRORS/gentoo/gentoo/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/"
LC_ALL="cs_CZ.UTF-8"
LINGUAS="cs"
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.europe.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apache2 apm avi bitmap-fonts bluetooth bzip2 cairo cdr cli crypt css cups dhcp dri dts dvd dvdr elf emboss encode extensions ffmpeg firefox foomaticdb fortran fuse gdbm gif gpm gtk gtk2 hal ieee1394 imlib inetd ipv6 isdnlog jpeg jpeg2k kde kdeenablefinal kdexdeltas libg++ libwww lirc live mad matroska mikmod mmx motif mozilla mp3 mpeg mysql ncurses nls nptl nvidia ogg opengl pam pcre pdflib png pppd qt qt4 quicktime readline real reflection rtc sasl sdl session spell spl sse sse2 ssl subversion tcpd theora threads truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vorbis xcomposite xine xinerama xml xorg xprint xv xvid zeroconf zlib elibc_glibc kernel_linux linguas_cs userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2006-05-26 03:16:04 UTC
Another one of the regcomp-problems, try to reduce your CFLAGS and see if that helps

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