Opened 21 years ago
Closed 20 years ago
#1711 closed defect (invalid)
gettext vs kaffe
Reported by: | mww@… | Owned by: | mij@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
gettext won't build if kaffe is installed (via dports, too);
no further research on this one: --- Making all in intl-java /bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java java.lang.NoClassDefFoundError: [Ljava/text/MessageFormatElement;
at java.text.MessageFormat.<init> (MessageFormat.java:572) at java.text.MessageFormat.<init> (MessageFormat.java:559) at java.text.MessageFormat.format (MessageFormat.java:386) at at.dms.util.MessageDescription.format (MessageDescription.java:122) at at.dms.util.Message.getMessage (Message.java:99) at at.dms.util.FormattedException.getMessage (FormattedException.java:86) at at.dms.compiler.PositionedError.getMessage (PositionedError.java:111) at at.dms.compiler.Compiler.inform (Compiler.java:270) at at.dms.kjc.Main.reportTrouble (Main.java:501) at at.dms.kjc.CCompilationUnitContext.reportTrouble (CCompilationUnitContext.java:168) at at.dms.kjc.CContext.reportTrouble (CContext.java:278) at at.dms.kjc.CContext.reportTrouble (CContext.java:278) at at.dms.kjc.CContext.reportTrouble (CContext.java:278) at at.dms.kjc.CContext.reportTrouble (CContext.java:278) at at.dms.kjc.CContext.reportTrouble (CContext.java:278) at at.dms.kjc.CContext.reportTrouble (CContext.java:278) at at.dms.kjc.JBlock.analyse (JBlock.java:90) at at.dms.kjc.JDoStatement.analyse (JDoStatement.java:74) at at.dms.kjc.JBlock.analyse (JBlock.java:88) at at.dms.kjc.JMethodDeclaration.checkBody1 (JMethodDeclaration.java:221) at at.dms.kjc.JClassDeclaration.checkTypeBody (JClassDeclaration.java:474) at at.dms.kjc.JCompilationUnit.checkBody (JCompilationUnit.java:248) at at.dms.kjc.Main.checkBody (Main.java:421) at at.dms.kjc.Main.run (Main.java:195) at at.dms.kjc.Main.compile (Main.java:69) at at.dms.kjc.Main.main (Main.java:60)
Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/NoClassDefFoundError: java/lang/InterruptedException
at java.lang.Runtime.exitJavaCleanup(Runtime.java:96) at java.lang.System.exitJavaCleanup(System.java:139)
make[3]: * [gnu/gettext/GettextResource.class] Abort trap make[2]: * [all-recursive] Error 1 make[1]: * [all] Error 2 make: * [all-recursive] Error 1
Change History (1)
comment:1 Changed 20 years ago by mww@…
Resolution: | → invalid |
---|---|
Status: | new → closed |