Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39453 - Java-Config unable to find jc_options
Summary: Java-Config unable to find jc_options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 07:28 UTC by Wayne Richards
Modified: 2004-01-26 18:24 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 Wayne Richards 2004-01-26 07:28:44 UTC
http://bugs.gentoo.org/show_bug.cgi?id=32992 says this is resolved.  I have java-config 1.1.8-r1, and get the described error msg.  

Reproducible: Always
Steps to Reproduce:
1. run java-config

Actual Results:  
Traceback (most recent call last):
  File "/usr/bin/java-config", line 16, in ?
    from java_config import jc_options
ImportError: No module named java_config


Expected Results:  
no error

Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.20-gentoo-r6)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon -march=athlon -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon -march=athlon -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apache2 apm arts avi berkdb bonobo crypt cups doc emacs encode esd
foomaticdb gdbm gif gphoto2 gpm gtk gtk2 gtkhtml guile imlib java jpeg kde
libg++ libwww mad mbox mikmod motif mozilla mpeg mysql ncurses nls odbc
oggvorbis opengl oss pam pda pdflib perl png postgres python qt quicktime
readline samba sdl slang spell ssl svga tcltk tcpd tetex truetype usb wxwindows
x86 xml2 xmms xv zlib"
Comment 1 Adrian Almenar 2004-01-26 15:46:25 UTC
can you update your java-config ?
Comment 2 Wayne Richards 2004-01-26 18:24:54 UTC
emerge -u java-config updated it to 1.1.8-r2, which works correctly.