Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80456 - Problems with dev-java/rhino-1.5.5-r1
Summary: Problems with dev-java/rhino-1.5.5-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 06:22 UTC by Jacob Lindberg
Modified: 2005-02-02 06: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 Jacob Lindberg 2005-02-02 06:22:32 UTC
>>> emerge (1 of 20) dev-java/rhino-1.5.5-r1 to /
>>> md5 src_uri ;-) rhino1_5R5.zip
>>> md5 src_uri ;-) rhino-swing-ex-1.0.zip
>>> Unpacking source...
>>> Unpacking rhino1_5R5.zip to /var/tmp/portage/rhino-1.5.5-r1/work
 * Applying 1.5.5_jdk15.patch ...                                                                                                                      [ ok ]
 * Applying 00_dont-fetch-swing-ex.patch ...                                                                                                           [ ok ]
>>> Source unpacked.
Buildfile: build.xml

properties:

init:
    [mkdir] Created dir: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/classes
    [mkdir] Created dir: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/rhino1_5R5
    [mkdir] Created dir: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/rhino1_5R5/src
    [mkdir] Created dir: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/rhino1_5R5/toolsrc
    [mkdir] Created dir: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/rhino1_5R5/examples
    [mkdir] Created dir: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/rhino1_5R5/docs
    [mkdir] Created dir: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/rhino1_5R5/docs/apidocs

compile:

properties:

compile:
    [javac] Compiling 109 source files to /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/classes
    [javac] /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/src/org/mozilla/javascript/Context.java:1835: warning: org.mozilla.javascript.WrapHandler in org.mozilla.javascript has been deprecated
    [javac]         WrapHandler _handler;
    [javac]         ^
    [javac] /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/src/org/mozilla/javascript/Context.java:1837: warning: org.mozilla.javascript.WrapHandler in org.mozilla.javascript has been deprecated
    [javac]         WrapHandlerProxy(WrapHandler handler)
    [javac]                          ^
    [javac] /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/src/org/mozilla/javascript/Context.java:1837: warning: org.mozilla.javascript.WrapHandler in org.mozilla.javascript has been deprecated
    [javac]         WrapHandlerProxy(WrapHandler handler)
    [javac]                          ^
    [javac] 3 warnings
     [copy] Copying 2 files to /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/classes

properties:

get-swing-ex:
    [unzip] Expanding: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/swingExSrc.zip into /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/debugger
   [delete] Deleting: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/debugger/FileSystemModel2.java
   [delete] Deleting: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/debugger/MergeSort.java
   [delete] Deleting: /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/debugger/TreeTableExample2.java

compile:
    [javac] Compiling 22 source files to /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build/classes
    [javac] /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java:127: cannot resolve symbol
    [javac] symbol  : class CodeSigner
    [javac] location: package security
    [javac]         java.security.CodeSigner[] foo = new java.security.CodeSigner[1];
    [javac]                      ^
    [javac] /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java:127: cannot resolve symbol
    [javac] symbol  : class CodeSigner
    [javac] location: package security
    [javac]         java.security.CodeSigner[] foo = new java.security.CodeSigner[1];
    [javac]                                                           ^
    [javac] /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java:172: cannot resolve symbol
    [javac] symbol  : class CodeSigner
    [javac] location: package security
    [javac]     java.security.CodeSigner[] foo = new java.security.CodeSigner[1];
    [javac]                      ^
    [javac] /var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java:172: cannot resolve symbol
    [javac] symbol  : class CodeSigner
    [javac] location: package security
    [javac]     java.security.CodeSigner[] foo = new java.security.CodeSigner[1];
    [javac]                                                           ^
    [javac] 4 errors

BUILD FAILED
/var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/build.xml:51: The following error occurred while executing this line:
/var/tmp/portage/rhino-1.5.5-r1/work/rhino1_5R5/toolsrc/build.xml:69: Compile failed; see the compiler error output for details.

Total time: 16 seconds

!!! ERROR: dev-java/rhino-1.5.5-r1 failed.
!!! Function src_compile, Line 35, Exitcode 1
!!! compilation error
!!! If you need support, post the topmost build error, NOT this status message.

gdme0 jboss #

gdme0 jboss # emerge info
Portage 2.0.51-r15 (default-ppc64-2004.3, gcc-3.4.1, glibc-2.3.4.20041102-r0, 2.6.10-r6-gdme0 ppc64)
=================================================================
System uname: 2.6.10-r6-gdme0 ppc64 POWER4 (gp)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.3-r1 [2.3.3 (#1, Feb  2 2005, 11:18:15)]
dev-lang/python:     2.3.3-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.90.0.3-r3
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="ppc64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -mcpu=power4 -mtune=power4"
CHOST="powerpc64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=power4 -mtune=power4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks nostrip"
GENTOO_MIRRORS="http://ftp.du.se/os/gentoo http://mirror.gentoo.no"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://172.16.20.50/gentoo-portage"
USE="berkdb crypt f77 hardened java javacomm mysql nptl pam perl ppc64 python readline ssl tcpd"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

gdme0 jboss #

---
I dunnow squad about java, I just need to setup a jboss server for a supplier, and I ran into this problem.

Lemme know if you need more info from the box.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-02 06:56:13 UTC
please do emerge sync again, this problem is already fixed.