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

Bug 30487

Summary: openoffice-1.1.0 fails to build with language set to german
Product: Gentoo Linux Reporter: Christian Banik <mynews>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Banik 2003-10-06 09:30:18 UTC
I tried to emerge OpenOffice.org 1.1 with german language, but unfortunately 
the compilation broke quite at the beginning (after dmake).  
 
I used sun-jdk, but this compilation fails at the same point with the 
blackdown-jdk. 
 
Can you help me with this problem? 

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" FORCE_JAVA="yes" LANGUAGE="49" emerge openoffice 
Actual Results:  
make[1]: Leaving directory 
`/var/tmp/portage/openoffice-1.1.0/work/oo_1.1_src/dmake' 
 
dmake has been successfully built 
 * Building OpenOffice.org... 
 * Scanning for a open DISPLAY to start Xvfb... 
 * Starting Xvfb on $DISPLAY=1 ... 
>>> Copying /etc/skel/.tcsh.config to your home directory ... 
>>> Please edit it to fine-tune the TCSH behaviour. 
build -- version: 1.86 
 
 
============= 
Building project helpcontent 
============= 
/var/tmp/portage/openoffice-1.1.0/work/oo_1.1_src/helpcontent/unx/schart 
mkout -- version: 1.3 
------------------------------ 
Making: ../../unxlngi4.pro/misc/uschart.dpz 
nothing to zip for activated languages! 
cat: No match. 
dmake:  Error code 1, while making '../../unxlngi4.pro/misc/uschart.dpz' 
dmake:  '../../unxlngi4.pro/misc/uschart.dpz' removed. 
---* TG_SLO.MK *--- 
 
ERROR: Error 65280 occurred while making 
/var/tmp/portage/openoffice-1.1.0/work/oo_1.1_src/helpcontent/unx/schart 
 
!!! ERROR: app-office/openoffice-1.1.0 failed. 
!!! Function src_compile, Line 448, Exitcode 1 
!!! Build failed! 
 
 


Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.2.5-r2,2.3.2-r1, 
2.4.20-gentoo-r7) 
================================================================= 
System uname: 2.4.20-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz 
ccache version 2.2 [enabled] 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium4 -O3 -pipe -mfpmath=sse -msse2 -mmmx" 
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=pentium4 -O3 -pipe -mfpmath=sse -msse2 -mmmx" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache digest distcc fixpackages sandbox userpriv" 
GENTOO_MIRRORS="ftp://ftp.uninett.no/pub/linux/Gentoo 
ftp://gentoo.linux.no/pub/gentoo/ http://gentoo.linux.no/ 
ftp://trumpetti.atm.tut.fi/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ 
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ 
ftp://ftp.easynet.nl/mirror/gentoo// 
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ 
http://ftp.easynet.nl/mirror/gentoo// http://gentoo.oregonstate.edu/ 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="foomaticdb mad gdbm slang guile esd 3dnow aalib acpi alsa apm arts avi 
berkdb cdr crypt cups dga directfb doc dvd emacs encode fbcon flash gd gif 
-gnome gphoto2 gpm gtk gtk2 imap imlib innodb java ipv6 jpeg kde lcms ldap 
libg++ libwww maildir mbox mikmod mmx motif mozilla mpeg mysql ncurses nls 
oggvorbis opengl oss pam pcmcia pdflib perl png pnp python qt qtmt quicktime 
readline samba scanner sdl sse ssl slp spell svga tcltk tcpd tetex tiff 
truetype usb wavelan wmf X xml xml2 xmms xv zlib x86"
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-07 03:20:15 UTC
I have seen other reports to this respect. I'm currently looking into it,
but it probably is a bug in the openoffice sources. 
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-10-07 04:03:03 UTC
I "fixed" it by making openoffice also build the ENUS resources (so the help
files are build) besides the normal language. Unfortunately this means a
full english installation set is created (costing some time), but it should
only cost time.
Comment 3 Christian Banik 2003-10-07 12:57:36 UTC
This looks good, the compilation has started :-)

Thanks!