Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63536 - java doesn't work at all [fixed]
Summary: java doesn't work at all [fixed]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-10 04:43 UTC by augury@vampares.org
Modified: 2004-09-11 20:56 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 augury@vampares.org 2004-09-10 04:43:33 UTC
bug fixed, not a bug
not a priority bug, just though id mention it.
i install java-jdk-1.4.2_05 and this is all it does.  i emerge chpax and have been able to emerge ant but javacc fails with no less than 100 errors in 3 seconds.

gcc -shared  .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/relocatable.o .libs/localename.o .libs/log.o .libs/osdep.o .libs/intl-compat.o  -lc  -march=pentium4 -Wl,-soname -Wl,libgnuintl.so.2 -o .libs/libgnuintl.so.2.3.0
(cd .libs && rm -f libgnuintl.so.2 && ln -s libgnuintl.so.2.3.0 libgnuintl.so.2)
(cd .libs && rm -f libgnuintl.so && ln -s libgnuintl.so.2.3.0 libgnuintl.so)
ar cru .libs/libgnuintl.a  bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o relocatable.o localename.o log.o osdep.o intl-compat.o
ranlib .libs/libgnuintl.a
creating libgnuintl.la
(cd .libs && rm -f libgnuintl.la && ln -s ../libgnuintl.la libgnuintl.la)
make[3]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-runtime/intl'
Making all in intl-java
make[3]: Entering directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-runtime/intl-java'
/bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#
# Error ID: 4F533F4C494E55583F491418160E435050035E
#

Heap at VM Abort:
Heap
make[3]: *** [gnu/gettext/GettextResource.class] Segmentation fault
make[3]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-runtime/intl-java'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-runtime'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/gettext-0.12.1-r1/work/gettext-0.12.1/gettext-runtime'
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/gettext-0.12.1-r1 failed.
!!! Function src_compile, Line 51, Exitcode 2
!!! (no error message)

wren / # F U N heap

Reproducible: Always
Steps to Reproduce:
1.type java -version
2.
3.

Actual Results:  
wren / # java -version 
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location 
# 
# HotSpot Virtual Machine Error, Internal Error 
# Please report this error at 
# http://java.sun.com/cgi-bin/bugreport.cgi 
# 
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode) 
# 
# Error ID: 4F533F4C494E55583F491418160E435050035E 
# 
 
Heap at VM Abort: 
Heap 
Segmentation fault 
 

Expected Results:  
wren / # java -version 
java version "1.4.2_05" 
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) 
Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) 
 

there must be a missing somewhere. remerged lib-compat.  
 
oh fixed it.  ill post anyhow. 
needed to: 
mount -t proc none /proc
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-09-11 20:56:11 UTC
Fixed.