Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32705 - Failed OpenOffice 1.1.0 on java compilation, symbols not found
Summary: Failed OpenOffice 1.1.0 on java compilation, symbols not found
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-04 05:36 UTC by Manuel Lora
Modified: 2003-12-13 02:49 UTC (History)
1 user (show)

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 Manuel Lora 2003-11-04 05:36:28 UTC
org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java:203: cannot
resolve symbol
symbol  : class WizardDescriptor$Panel 
location: package openide
perchance you meant 'WizardDescriptor.Panel'
    public org.openide.WizardDescriptor$Panel current() {
                      ^
org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java:210: cannot
resolve symbol
symbol  : class WizardDescriptor$Panel 
location: package openide
perchance you meant 'WizardDescriptor.Panel'
  public org.openide.WizardDescriptor$Panel current()
                    ^
org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java:217: cannot
resolve symbol
symbol  : class WizardDescriptor$Panel 
location: package openide
perchance you meant 'WizardDescriptor.Panel'
    public org.openide.WizardDescriptor$Panel current() {
                      ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
3 errors
dmake:  Error code 1, while making '../../unxlngi4.pro/class/oosupport.nbm'
---* RULES.MK *---

ERROR: Error 65280 occurred while making
/var/tmp/portage/openoffice-1.1.0/work/oo_1.1_src/odk/source/OOSupport

!!! ERROR: app-office/openoffice-1.1.0 failed.
!!! Function src_compile, Line 455, Exitcode 1
!!! Build failed!

I've placed the complete error here:
http://www.vorbis.com/~vanguardist/oo.txt

I am using
java version "1.4.2_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06)
Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode)
(sun-jdk) 1.4.2.01

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.22)
=================================================================
System uname: 2.4.22 i686 AMD Athlon(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 /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
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="x86 apm foomaticdb libg++ mad mikmod gtkhtml gdbm berkdb slang readline
arts tetex bonobo svga guile sdl tcpd pam libwww perl python esd imlib oggvorbis
motif opengl gphoto2 cdr scanner 3dfx X gif mmx 3dnow kde oss -nas -java -gpm
-ldap -snmp ncurses pdflib plotutils png quicktime spell tiff avi crypt cups
encode evo flash gb gd gtk2 jpeg mozilla mpeg truetype voodoo3 wmf xml xml2 xmms
zlib xv gtk gnome alsa qt tcltk nls libgda ssl"
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-11-04 06:34:35 UTC
It seems that the dependency creation fails. You might try blackdown jdk
as openoffice is only tested with that jdk.
Comment 2 Owen Gunden 2003-12-10 12:48:58 UTC
i got the same error using sun's jdk.  since the user is duly warned that it probably won't work with non-blackdown jdks, i'd say this bug should probably be closed as WONTFIX.
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2003-12-13 02:49:05 UTC
In the future probably the whole java shebang will be removed, but for now I cannot really fix it.