[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:28841] Bug#JP/1459: can not compile ewb (on m68k) with jikes
Package: ewb
Version: 3.2-1.3
Serverity: important
Failed to build ewb on m68k
dpkg-buildpackage: source package is ewb
dpkg-buildpackage: source version is 3.2-1.3
dpkg-buildpackage: host architecture is m68k
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
make distclean
make[1]: Entering directory `/home/ishikawa/work/ewb/ewb-3.2'
Making distclean in tools
make[2]: Entering directory `/home/ishikawa/work/ewb/ewb-3.2/tools'
rm -f alldvicheck crconv epscheck eword fontscan tounixeps getphylist pspr jfontadd efontadd pspr.c jfontadd efontadd settopdf
(cd mkpdfmark; make clean)
make[3]: Entering directory `/home/ishikawa/work/ewb/ewb-3.2/tools/mkpdfmark'
(snip)
gcc -g -DEUC -I../common -o labelcheck labelcheck.o -ltermcap -lcurses
make[2]: Leaving directory `/home/ishikawa/work/ewb/ewb-3.2/misc'
Making all in tools
make[2]: Entering directory `/home/ishikawa/work/ewb/ewb-3.2/tools'
cc alldvicheck.c -o alldvicheck
cc crconv.c -o crconv
cc epscheck.c -o epscheck
cc eword.c -o eword
cc fontscan.c -o fontscan
cc tounixeps.c -o tounixeps
cc getphylist.c -o getphylist
sed -e "s!@EWBDATADIR@!/usr/share/ewb/3.2!" < pspr.c.in > pspr.c
cc pspr.c -o pspr
sed -e "s!@TEXMFDIR@!/usr/share/ewb/3.2/share/texmf!; \
s!@EWBDATADIR@!/usr/share/ewb/3.2!" < jfontadd.in > jfontadd
chmod +x jfontadd
sed -e "s!@TEXMFDIR@!/usr/share/ewb/3.2/share/texmf!; \
s!@EWBDATADIR@!/usr/share/ewb/3.2!" < efontadd.in > efontadd
chmod +x efontadd
javacが見つからない場合は、
make JAVAHOME=/usr/local/jdk1.1.8
のように、jdkのあるディレクトリを指定してください。
この場合は、/usr/local/jdk1.1.8/bin/ にある javac が使われます。
(cd mkpdfmark; \
if test "x-" = "x-/usr/lib/kaffe"; then \
make JAVAC=jikes MkPDFmark.class ;\
else \
make javadir=/usr/lib/kaffe MkPDFmark.class ;\
fi)
make[3]: Entering directory `/home/ishikawa/work/ewb/ewb-3.2/tools/mkpdfmark'
jikes MkPDFmark.java
Found 31 semantic errors compiling "MkPDFmark.java":
52. termerr.println("\u00-&\u000.\u00,-\u00-0\u00-.\u00-/\u00+$\u00-'\u00+%\u00+(\u00+%\u00/)\u00+!\u00,,\u00+$\u00+,\u00-(\u00+/\u00,0\u00,(\u00+$\u00,'\u00+$\u00..\u00+$\u00,'\u00+$\u00,/\u00+!\u00+#");
<------------------------------>
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
58. termerr.println("EWB \u00,$\u00-)\u00--\u000-\u00,,\u00.$\u00+$\u00-+\u00-/\u00+"\u00--\u00/-\u00+$\u00,'\u00+$\u00-&\u00+$\u00+/\u00+$\u00,0\u00+$\u00,%\u00+$\u00+$\u00+!\u00+#");
<------------------------------>
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
105. termerr.println("Error: \u00-,\u00,%\u00,(\u000*\u00+$\u00-*\u00+%\u00+*\u00+%\u00.'\u00+%\u00,'\u00+%\u00/'\u00+%\u000#\u00+$\u00-'\u00+$\u00,)("
<---------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
106. + args[i] + ")\u00+!\u00+#");
<--->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
202. termerr.println("EWB \u00,$\u00-)\u00--\u000-\u00,,\u00.$\u00+$\u00-+\u00-/\u00+"\u00--\u00/-\u00+$\u00,'\u00+$\u00-&\u00+$\u00+/\u00+$\u00,0\u00+$\u00,%\u00+$\u00+$\u00+!\u00+#");
<------------------------------>
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
244. + getLineNumber() + "\u00,)\u00.$\u00-,\u00.,) : " + token);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
245. termerr.println("\u00+$\u00+*\u00+$\u00++\u00+$\u00,'\u00+$\u00-*\u00+%\u00,/\u00+%\u00+0\u00-,\u00,.\u00+$\u00-'\u00+$\u00,)\u00+!\u00+#");
<-------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
330. + getLineNumber() + "\u00,)\u00.$\u00-,\u00.,) : " + tagname);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
331. termerr.print("\u00+%\u00,/\u00+%\u00+0\u00+$\u00-.\u00-"\u00-0\u00,!\u000.\u00+$\u00+,\u00,,\u00/(\u00+$\u00/,\u00+$\u00-&\u00+$\u00+$\u00+$\u00..\u00+$\u00,+\u00+$\u000#\u00+!\u00+#");
<---------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
332. termerr.println("\u00+$\u00,#\u00+$\u00,#\u00+$\u00-'\u00-*\u00-$\u00+$\u00,(\u00+$\u00,/\u00+$\u00/"\u00+$\u00-.\u00+$\u00-(\u00+$\u00,'\u00+$\u00-&\u00,-\u00/(\u00--\u000-\u00+$\u00,'\u00+$\u00..\u00+$\u00,)\u00+!\u00+#");
<---------------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
466. termerr.println("Warning (" + lineno + "\u00,)\u00.$\u00-,\u00.,) : " + instr);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
467. termerr.print("\u00+%\u00-'\u00+!\u00,,\u00+%\u00,/\u00+$\u00-.\u00,'\u00-!\u00,,\u00+0\u00+$\u00+,\u00+$\u00+*\u00+$\u00++\u00+$\u00,'\u00+$\u00+$\u00+$\u00-'\u00+$\u00,)\u00+!\u00+#");
<---------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
468. termerr.println("\u00+$\u00,#\u00+$\u00-.\u00+%\u00-'\u00+!\u00,,\u00+%\u00,/\u00+$\u000"\u00-,\u00,%\u00,+\u00/+\u00+$\u00,'\u00+$\u00-&\u00,-\u00/(\u00--\u000-\u00+$\u00,'\u00+$\u00..\u00+$\u00,)\u00+!\u00+#");
<-------------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
477. termerr.println("Warning (" + lineno + "\u00,)\u00.$\u00-,\u00.,) : " + title);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
478. termerr.print("title \u00+$\u00-.\u00-$\u00,)\u00+$\u00,%\u00+$\u00+, 126 \u00-*\u00,(\u00,+\u000*\u00+$\u000"\u00,!\u00.+\u00+$\u00+(\u00+$\u00-&\u00+$\u00+$\u00+$\u00..\u00+$\u00,)\u00+!\u00+#");
<--------------------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
479. termerr.println("127 \u00-*\u00,(\u00,+\u000*\u00-,\u00.,\u00+0\u00-*\u00,)\u00./\u00+$\u00-/\u00,-\u00-0\u00-.\u00-/\u00+$\u00,%\u00+$\u00/,\u00+$\u00..\u00+$\u00,+\u00+$\u000#\u00+!\u00+#");
<-------------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
483. termerr.println("Warning (" + lineno + "\u00,)\u00.$\u00-,\u00.,) : ");
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
484. termerr.println("title \u00+$\u00-+\u00-*\u00,(\u00,+\u000*\u00-.\u000#\u00+$\u00+,\u00,+\u00.(\u00-$\u00/*\u00+$\u00,%\u00+$\u00/,\u00+$\u00-&\u00+$\u00+$\u00+$\u00..\u00+$\u00,+\u00+$\u000#\u00+!\u00+#");
<------------------------------------>
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
510. termerr.println("Warning (" + lineno + "\u00,)\u00.$\u00-,\u00.,) : " + title);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
511. termerr.print("level \u00+$\u00-.\u00-#\u00--\u00+$\u00+,\u00,0\u00+0\u00,/\u000$\u00+$\u00-'\u00+$\u00-*\u00+$\u00+$\u00+$\u00++\u00+!\u00+"\u00,+\u00.(\u00-$\u00/*\u00+$\u00,%\u00+$\u00/,\u00+$\u00-&\u00+$\u00+$\u00+$\u00..\u00+$\u00,+\u00+$\u000#\u00+!\u00+#");
<---------------------------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
512. termerr.println(prev_level + " \u00+$\u00-(\u00+$\u00,'\u00+$\u00-&\u00,-\u00/(\u00--\u000-\u00+$\u00,'\u00+$\u00..\u00+$\u00,)\u00+!\u00+#");
<------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
533. termerr.println("Warning (" + lineno + "\u00,)\u00.$\u00-,\u00.,) : " + title);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
535. + " \u00+$\u000" level 1 \u00+$\u00-(\u00+$\u00,'\u00+$\u00-&\u00,-\u00/(\u00--\u000-\u00+$\u00,'\u00+$\u00..\u00+$\u00,)\u00+!\u00+#");
<------------------------------>
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
559. termerr.println("Warning (" + lineno + "\u00,)\u00.$\u00-,\u00.,) : " + title);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
560. termerr.println("level \u00+$\u00+, " + prev_level + " \u00+$\u00++\u00+$\u00/) "
<--------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
560. termerr.println("level \u00+$\u00+, " + prev_level + " \u00+$\u00++\u00+$\u00/) "
<------>
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
561. + cur_level + " \u00+$\u00-+\u00,.\u00/%\u00+$\u00+,\u00+$\u00-#\u00+$\u00-&\u00+$\u00..\u00+$\u00,)\u00+!\u00+#level "
<----------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
562. + (prev_level + 1) + " \u00+$\u00-(\u00+$\u00,'\u00+$\u00-&\u00,-\u00/(\u00--\u000-\u00+$\u00,'\u00+$\u00..\u00+$\u00,)\u00+!\u00+#");
<------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
708. termerr.println("Warning (" + lineno + "\u00,)\u00.$\u00-,\u00.,) : " + instr);
<-------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
709. termerr.print("\u00+%\u00-'\u00+!\u00,,\u00+%\u00,/\u00+$\u00-.\u00,'\u00-!\u00,,\u00+0\u00+$\u00+,\u00+$\u00+*\u00+$\u00++\u00+$\u00,'\u00+$\u00+$\u00+$\u00-'\u00+$\u00,)\u00+!\u00+#");
<---------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
710. termerr.println("\u00+$\u00,#\u00+$\u00-.\u00+%\u00-'\u00+!\u00,,\u00+%\u00,/\u00+$\u000"\u00-,\u00,%\u00,+\u00/+\u00+$\u00,'\u00+$\u00-&\u00,-\u00/(\u00--\u000-\u00+$\u00,'\u00+$\u00..\u00+$\u00,)\u00+!\u00+#");
<-------------------------------->
*** Error: The value of this "String" literal is invalid. Perhaps it contains a bad escape sequence?
make[3]: *** [MkPDFmark.class] Error 1
make[3]: Leaving directory `/home/ishikawa/work/ewb/ewb-3.2/tools/mkpdfmark'
make[2]: *** [mkpdfmark/MkPDFmark.class] Error 2
make[2]: Leaving directory `/home/ishikawa/work/ewb/ewb-3.2/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ishikawa/work/ewb/ewb-3.2'
make: *** [build-stamp] Error 2
debuild: fatal error at line 322:
dpkg-buildpackage failed!
--
ISHIKAWA Mutsumi
<ishikawa@xxxxxxxxxxx>, <ishikawa@debian.org>, <ishikawa@xxxxxxxxxx>