Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124622 - Openoffice install fails on gentoo 1.6.14
Summary: Openoffice install fails on gentoo 1.6.14
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-02 04:45 UTC by efgonzalez
Modified: 2006-04-19 05:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description efgonzalez 2006-03-02 04:45:05 UTC
I tried to install openoffice with the following command:

# USE="-eds -gtk -gnome" emerge openoffice

These are the last lines in the output of emerge: 

  inflating: hsqldb/testrun/sqltool/testSQL.list
make writeable...
/usr/bin/perl /var/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1.3/build/ooa680-m1/solenv/bin/leconvert.pl unix ./unxlngi4.pro/misc/build/hsqldb/build/build.xml && touch ./unxlngi4.pro/misc/convert_unx_flag
cd ./unxlngi4.pro/misc/build && cat ../../../hsqldb_1_8_0 | patch -b -p2 && touch so_patched_so_hsqldb
patching file hsqldb/build/build.xml
patching file hsqldb/src/org/hsqldb/DatabaseCommandInterpreter.java
/usr/bin/perl /var/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1.3/build/ooa680-m1/solenv/bin/leconvert.pl dos  ./unxlngi4.pro/misc/build/hsqldb/build/build.xml && touch ./unxlngi4.pro/misc/convert_dos_flag
touch ./unxlngi4.pro/misc/build/so_configured_so_hsqldb
mkdir ./unxlngi4.pro/misc/build/hsqldb/
mkdir: cannot create directory `./unxlngi4.pro/misc/build/hsqldb/': File exists
cd ./unxlngi4.pro/misc/build/hsqldb/ && /usr/bin/ant -Dbuild.label="build-680m1(Build:8990)" -f build/build.xml jar  && touch so_built_so_hsqldb
Traceback (most recent call last):
  File "/usr/bin/java-config", line 14, in ?
    from java_config import jc_options
ImportError: No module named java_config
Error: JAVA_HOME is not defined correctly.
  We cannot execute
dmake:  Error code 1, while making './unxlngi4.pro/misc/build/so_built_so_hsqldb'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-2.0.1/work/ooo-build-2.0.1.3/build/ooa680-m1/hsqldb
make: *** [stamp/build] Error 1

!!! ERROR: app-office/openoffice-2.0.1 failed.
!!! Function src_compile, Line 213, Exitcode 2
!!! Build failed

And this is the output of emerge --info:

Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://linuv.uv.es/mirror/gentoo/"
LINGUAS="es en_US"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.es.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib acl alsa apm arts audiofile avi bash-completion berkdb bindist bitmap-fonts bl bzip2 cdr crypt css cups curl dga dts dv dvb dvd dvdread edl eds emboss encode exif expat fam ffmpeg flac font-server foomaticdb fortran gdbm gif gnome gnu-tls gpm gstreamer gtk gtk2 hal howl i8x0 idn ieee1394 imagemagick imlib ipv6 java jpeg kde kig-scripting lcms libg++ libwww live lm_sensors lzo mad mikmod mjpeg mmx mmxext mng motif mp3 mpeg musicbrainz ncurses network nls nsplugin odbc ogg oggvorbis opengl pam pcre pdflib perl png python qt quicktime rdesktop readline real rtc samba screen sdl se speex spell sse2 ssl tcltk tcpd theora tiff truetype truetype-fonts type1-fonts udev usb vim-with-x visualization vorbis win32codecs xml2 xmms xosd xpm xv xvid xvmc zlib linguas_es linguas_en_US userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY


Thank you very much!
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2006-03-02 06:22:15 UTC
Looks like you don't have the latest java-config installed, or something else is wrong with your java installation
Comment 2 efgonzalez 2006-03-02 07:35:18 UTC
(In reply to comment #1)
> Looks like you don't have the latest java-config installed, or something else
> is wrong with your java installation
> 

Java was installed along with other dependencies, version is:

*  dev-java/blackdown-jdk
      Latest version available: 1.4.2.03
      Latest version installed: 1.4.2.03
      Size of downloaded files: 66,770 kB
      Homepage:    http://www.blackdown.org
      Description: Blackdown Java Development Kit
      License:     sun-bcla-java-vm

I searched and it seems to be the latest.

Any hints?
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2006-03-04 06:58:15 UTC
Actually I was more keen on "java-config", look at the output:

Error: JAVA_HOME is not defined correctly.

try to set your java of choice with java-config again, this seems to be broken there
Comment 4 Andreas Proschofsky (RETIRED) gentoo-dev 2006-03-31 04:51:38 UTC
(In reply to comment #3)
> Actually I was more keen on "java-config", look at the output:
> 
> Error: JAVA_HOME is not defined correctly.
> 
> try to set your java of choice with java-config again, this seems to be broken
> there
> 

I would need some input here...
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2006-04-19 05:04:48 UTC
Requested input not provided, closing for now