classpath 0.99 is broken on powerpc64le-linux

  • Open
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal
M
M
Maxim Cournoyer wrote on 30 Dec 2023 02:41
(name . bug-guix)(address . bug-guix@gnu.org)
87sf3ktqks.fsf@gmail.com
Hi,

From a recent build of python-afdko on Berlin [0], we (surprisingly) see other dependencies
attempted to being built, and failing on classpath@0.99:

Toggle snippet (40 lines)
starting phase `build'
Making all in lib
make[1]: Entering directory '/tmp/guix-build-classpath-0.99.drv-0/classpath-0.99/lib'
/gnu/store/g3pv7a535y9h5dsvzv5zr669zzd1hx73-coreutils-9.1/bin/mkdir -p ../gnu/java/locale
true
../scripts/generate-locale-list.sh > ../gnu/java/locale/LocaleData.java
top_builddir=.. top_srcdir=.. /gnu/store/vza0n6gb01lbc9cgwx2hygvq15qiczn6-bash-minimal-5.1.16/bin/bash ./gen-classlist.sh standard
Adding java source files from srcdir '/tmp/guix-build-classpath-0.99.drv-0/classpath-0.99'.
Adding java source files from VM directory ../vm/reference
/gnu/store/bff343jc5jy8znpx596d0cmicdawhiwh-ecj-javac-wrapper-3.2.2/bin/javac -J-Xmx768M -source 1.5 -target 1.5 -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -d . @classes
incorrect classpath:
----------
1. ERROR in /tmp/guix-build-classpath-0.99.drv-0/classpath-0.99/sun/reflect/annotation/ExceptionProxy.java (at line 0)
/* sun.reflect.annotation.ExceptionProxy
^
Internal compiler error
java.lang.NullPointerException
at org.eclipse.jdt.internal.compiler.parser.Scanner.getNextToken(Scanner.java:878)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:8801)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:9062)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:9019)
at org.eclipse.jdt.internal.compiler.parser.Parser.dietParse(Parser.java:7707)
at org.eclipse.jdt.internal.compiler.Compiler.beginToCompile(Compiler.java:371)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:397)
at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:2697)
at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1272)
at org.eclipse.jdt.internal.compiler.batch.Main.main(Main.java:1016)

----------
1 problem (1 error)touch compile-classes
touch resources
/gnu/store/0ms3kzd4acp3r8m2qf6dgxrnwgwm2wvc-fastjar-0.98/bin/fastjar cf glibj.zip gnu java javax org sun META-INF && /gnu/store/0ms3kzd4acp3r8m2qf6dgxrnwgwm2wvc-fastjar-0.98/bin/fastjar i glibj.zip
sun: No such file or directory
Error adding sun to jar archive!
make[1]: *** [Makefile:585: glibj.zip] Error 1
make[1]: Leaving directory '/tmp/guix-build-classpath-0.99.drv-0/classpath-0.99/lib'
make: *** [Makefile:421: all-recursive] Error 1


?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68120@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68120
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch