Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#286862: nice: FTBFS on amd64

0 views
Skip to first unread message

Kurt Roeckx

unread,
Dec 22, 2004, 1:00:16 PM12/22/04
to
Package: nice
Version: 0.9.8-3
Severity: important

Hi,

Trying to build your package on amd64 it's failing with the
following error:
bossa.modules: linking
CLASSPATH="/usr/src/nice-0.9.8/classes" JAVA="kaffe -Dnice.inlined=classes-inline" ./bin/nicec.bootstrap --exclude-runtime -d "/usr/src/nice-0.9.8/classes.old" --sourcepath="/usr/src/nice-0.9.8/stdlib.old:/usr/src/nice-0.9.8/stdlib:/usr/src/nice-0.9.8/src.old:/usr/src/nice-0.9.8/src" --classpath="/usr/src/nice-0.9.8/classes" -r nice.tools.ast

Path /usr/src/nice-0.9.8/stdlib.old does not exist

Path /usr/src/nice-0.9.8/src.old does not exist
Exception in thread "main" java.lang.NullPointerException
at java.lang.System.arraycopy(System.java)
at java.lang.String.getChars(String.java:324)
at java.lang.StringBuffer.append(StringBuffer.java:314)
at java.lang.StackTraceElement.toString(StackTraceElement.java:188)
at java.lang.Throwable.stackTraceStringBuffer(Throwable.java:477)
at java.lang.Throwable.stackTraceString(Throwable.java:418)
at java.lang.Throwable.printStackTrace(Throwable.java:398)
at nice.lang.fun.printStackTraceWithSourceInfo(source-lines.nice:62)
at nice.lang.dispatch.printStackTraceWithSourceInfo(dispatch.nice)
at nice.tools.compiler.fun.compile(interface.nice:64)
at bossa.modules.Compilation.compile(Compilation.nice)
at nice.tools.compiler.console.fun.compile(main.nice:168)
at nice.tools.compiler.console.dispatch.compile(dispatch.nice)
at nice.tools.compiler.console.fun.main(main.nice:184)
at nice.tools.compiler.console.dispatch.main(dispatch.nice)
cd src/bossa/syntax && \
jikes-classpath -q -classpath "/usr/src/nice-0.9.8/classes:/usr/src/nice-0.9.8/classes.old" -sourcepath "/usr/src/nice-0.9.8/src:/usr/src/nice-0.9.8/stdlib" -O
-d "/usr/src/nice-0.9.8/classes" *.java && \
mv dispatch.java dispatch.java.bootstrap

Found 2 semantic errors compiling "TypeMaper.java":

25. public TypeMaper(nice.tools.ast.SymbolTable inner, TypeScope global)
^---------^
*** Semantic Error: Type "nice.tools.ast.SymbolTable" was not found.


31. nice.tools.ast.SymbolTable inner;
^------------------------^
*** Semantic Error: Type "SymbolTable" was not found.
make[1]: *** [bootstrap] Error 1
make[1]: Leaving directory `/usr/src/nice-0.9.8'
make: *** [build-stamp] Error 2

Trying to same on i386 works.

I have no idea if this is a bug in your package or not. If you
think this is in an other package (like kaffe?), could you please
clone and reassign this bug?


Kurt

--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Daniel Bonniot

unread,
Dec 26, 2004, 12:40:08 AM12/26/04
to

reassign 286862 kaffe
thanks

Yes, given that Nice itself is not architecture independent, I assume that the
problem lies with kaffe, hence the reassignment.

Could you precise which version of kaffe you used?

Cheers,

Daniel

Kurt Roeckx

unread,
Dec 26, 2004, 9:20:09 AM12/26/04
to
> Yes, given that Nice itself is not architecture independent, I assume that
> the problem lies with kaffe, hence the reassignment.
>
> Could you precise which version of kaffe you used?

This was with kaffe 2:1.1.4.PRECVS6-1


Kurt

0 new messages