Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120055 - openoffice emerge fails due to too old jdk (while it's the latest)
Summary: openoffice emerge fails due to too old jdk (while it's the latest)
Status: RESOLVED DUPLICATE of bug 119577
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 07:46 UTC by yoyo
Modified: 2006-01-23 08:01 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 yoyo 2006-01-23 07:46:17 UTC
Here is what's happen when trying to emerge openoffice : 

checking the GNU C++ compiler version... checked (g++ 3.4.4)
checking whether g++ has the enum bug... no
checking for g++ include path... /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3
checking exception type... dwarf2
checking for STLport4 headers... using internal stlport.
checking whether to add custom build version... yes, Build 2.0.1.1
checking whether to build with Java support... yes
checking the installed JDK... configure: error: JDK is too old, you need at least 1.3
make: *** [stamp/build] Erreur 1

!!! ERROR: app-office/openoffice-2.0.1 failed.
!!! Function src_compile, Line 217, Exitcode 2
!!! Build failed
!!! If you need support, post the topmost build error, NOT this status message.

But :

# java-config -L
[sun-jdk-1.4.2.10] "Sun JDK 1.4.2.10" (/etc/env.d/java/20sun-jdk-1.4.2.10) *
[blackdown-jdk-1.3.1] "Blackdown JDK 1.3.1" (/etc/env.d/java/20blackdown-jdk-1.3.1)
[blackdown-jdk-1.4.2.03] "Blackdown JDK 1.4.2.03" (/etc/env.d/java/20blackdown-jdk-1.4.2.03)

My emerge info :

# emerge info
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-cj2 i686)
=================================================================
System uname: 2.6.15-cj2 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
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.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -msse -msse2 -mmmx -O2 -O3 -fomit-frame-pointer -momit-leaf-frame-pointer -pipe -fno-ident"
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 /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -msse -msse2 -mmmx -O2 -O3 -fomit-frame-pointer -momit-leaf-frame-pointer -pipe -fno-ident"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildsyspkg ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO http://mirror.gentoo.gr.jp http://mymirror.asiaosc.org/gentoo/"
LANG="fr_FR@euro"
LC_ALL="fr_FR@euro"
LINGUAS="fr"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage-gentoofr"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d acpi alsa artswrappersuid audiofile avi bash-completion berkdb bigger-fonts bitmap-fonts bzip2 calendar cdparanoia cdr cups curl dga directfb dlloader dmx dnd emacs emboss encode esd exif expat fam fbcon ffmpeg flac font-server foomaticdb fortran fpx gd gif gimpprint ginac glut gmp gpm graphviz gstreamer gtk gtk2 hal hbci idn imagemagick imlib imlib2 java javascript jpeg jpeg2k justify kde kdeenablefinal lcms leim libg++ libwww mad mcal mikmod mmx mng motif mozcalendar moznoirc mozsvg mp3 mpeg mpi mule nas ncurses network nls nocardbus nodrm nptl nptlonly nsplugin nvidia objc ofx ogg oggvorbis openal opengl oss pam pcre pdflib perl pic plotutils png posix ppds python qhull qt qtmt quicktime readline real rplay samba sdk sdl slang slp sndfile spell sse sse2 ssl stroke svg svga sysfs tcltk tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev unicode usb vim-with-x vorbis win32codecs wmf wxwindows xine xml xml2 xmms xpm xprint xscreensaver xv xvid zlib video_cards_nvidia linguas_fr userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS

I will try with blackdown-1.4.2 JDK and report here the result.
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2006-01-23 07:49:26 UTC
See commment #7 in the other bug

*** This bug has been marked as a duplicate of 119577 ***
Comment 2 yoyo 2006-01-23 08:01:15 UTC
(In reply to comment #1)
> See commment #7 in the other bug
> 
> *** This bug has been marked as a duplicate of 119577 ***
> 

:-(

Sorry for that duplicate bug; but it will be present in openoffice bugzilla search keyword.