Bug#981981: geogebra: FTBFS with OpenJDK 17 due to Runtime.traceMethodCalls() removal

Emmanuel Bourg ebourg at apache.org
Fri Feb 5 14:09:33 GMT 2021


Source: geogebra
Severity: important
Tags: ftbfs sid bookworm
User: debian-java at lists.debian.org
Usertags: default-java17

geogebra fails to build with OpenJDK 17:


  jh_build -mgeogebra.GeoGebra
  warning: [options] bootstrap class path not set in conjunction with -source 7
  warning: [options] source value 7 is obsolete and will be removed in a future release
  warning: [options] target value 7 is obsolete and will be removed in a future release
  warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
  ./src/geogebra/main/Application.java:5602: error: cannot find symbol
                  runtime.traceMethodCalls(on);
                         ^
    symbol:   method traceMethodCalls(boolean)
    location: variable runtime of type Runtime
  ./src/geogebra/main/AppletImplementation.java:1343: error: cannot find symbol
                                  browserWindow = JSObject.getWindow(applet);
                                                          ^
    symbol:   method getWindow(JApplet)
    location: class JSObject



More information about the pkg-java-maintainers mailing list