Your message dated Sat, 12 May 2018 23:43:14 +0200
with message-id <5ce445e4-c1ec-9b09-e708-5b5f64490...@apache.org>
and subject line Re: Bug#850921: why do we still have openjfx-java version 8 in 
unstable ?
has caused the Debian Bug report #850921,
regarding javafxsvg FTBFS with openjdk-9
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850921
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: javafxsvg
Version: 1.2.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/javafxsvg.html

...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.265 s
[INFO] Finished at: 2019-04-19T16:46:01-12:00
[INFO] Final Memory: 14M/48M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) 
on project javafxsvg: Compilation failure: Compilation failure: 
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[6,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[7,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[8,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[9,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[11,47]
 cannot find symbol
[ERROR]   symbol: class ImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[12,30]
 cannot find symbol
[ERROR]   symbol:   class ImageLoaderFactory
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[18,29]
 cannot find symbol
[ERROR]   symbol:   class ImageLoaderFactory
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[23,16]
 cannot find symbol
[ERROR]   symbol:   class ImageFormatDescription
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[28,16]
 cannot find symbol
[ERROR]   symbol:   class ImageLoader
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/ScreenHelper.java:[3,20]
 package javafx.stage does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/ScreenHelper.java:[33,33]
 cannot find symbol
[ERROR]   symbol:   class Screen
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.ScreenHelper.ScreenAccessor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[5,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[6,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[7,39]
 package com.sun.javafx.iio.ImageStorage does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[9,50]
 cannot find symbol
[ERROR]   symbol: class ImageFrame
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[11,44]
 cannot find symbol
[ERROR]   symbol:   class ImageType
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.FixedPixelDensityImageFrame
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[12,61]
 cannot find symbol
[ERROR]   symbol:   class ImageMetadata
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.FixedPixelDensityImageFrame
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[3,33]
 package com.sun.javafx.iio.common does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[5,36]
 cannot find symbol
[ERROR]   symbol: class ImageDescriptor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[11,30]
 cannot find symbol
[ERROR]   symbol:   class Signature
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgDescriptor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[14,24]
 cannot find symbol
[ERROR]   symbol:   class ImageDescriptor
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgDescriptor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[20,36]
 cannot find symbol
[ERROR]   symbol:   class ImageDescriptor
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgDescriptor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[8,20]
 package javafx.stage does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[12,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[13,26]
 package com.sun.javafx.iio does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[14,33]
 package com.sun.javafx.iio.common does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[19,37]
 cannot find symbol
[ERROR]   symbol: class ImageLoaderImpl
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[40,16]
 cannot find symbol
[ERROR]   symbol:   class ImageFrame
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgImageLoader
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[72,17]
 cannot find symbol
[ERROR]   symbol:   class ImageFrame
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgImageLoader
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[15,17]
 cannot find symbol
[ERROR]   symbol:   variable ImageStorage
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.SvgImageLoaderFactory
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[22,9]
 method does not override or implement a method from a supertype
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoaderFactory.java:[27,9]
 method does not override or implement a method from a supertype
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/ScreenHelper.java:[25,23]
 cannot find symbol
[ERROR]   symbol:   class Screen
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.ScreenHelper.ScreenAccessor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/ScreenHelper.java:[27,23]
 cannot find symbol
[ERROR]   symbol:   class Screen
[ERROR]   location: class 
de.codecentric.centerdevice.javafxsvg.ScreenHelper.ScreenAccessor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/FixedPixelDensityImageFrame.java:[16,9]
 method does not override or implement a method from a supertype
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[12,29]
 cannot find symbol
[ERROR]   symbol:   class Signature
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgDescriptor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgDescriptor.java:[12,63]
 cannot find symbol
[ERROR]   symbol:   class Signature
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgDescriptor
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[39,9]
 method does not override or implement a method from a supertype
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[66,38]
 cannot find symbol
[ERROR]   symbol:   variable Screen
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgImageLoader
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[66,22]
 cannot find symbol
[ERROR]   symbol:   class Screen
[ERROR]   location: class de.codecentric.centerdevice.javafxsvg.SvgImageLoader
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[76,68]
 package ImageStorage does not exist
[ERROR] 
/build/1st/javafxsvg-1.2.1/src/main/java/de/codecentric/centerdevice/javafxsvg/SvgImageLoader.java:[123,9]
 method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
dh_auto_build: /usr/lib/jvm/default-java/bin/java -noverify -cp 
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven 
-Dmaven.multiModuleProjectDirectory=/build/1st/javafxsvg-1.2.1 
-Dclassworlds.conf=/etc/maven/m2-debian.conf 
-Dproperties.file.manual=/build/1st/javafxsvg-1.2.1/debian/maven.properties 
org.codehaus.plexus.classworlds.launcher.Launcher 
-s/etc/maven/settings-debian.xml -Ddebian.dir=/build/1st/javafxsvg-1.2.1/debian 
-Dmaven.repo.local=/build/1st/javafxsvg-1.2.1/debian/maven-repo --batch-mode 
package -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
make: *** [debian/rules:4: build] Error 2

--- End Message ---
--- Begin Message ---
Hi Shirish,

It's preferable to ask your questions about the openjfx package on the
Java mailing list (debian-j...@lists.debian.org).

> Is that the plan ?

Yes, I'll upgrade the openjfx package once we switch to OpenJDK 11 as
the default Java runtime.

Emmanuel Bourg

--- End Message ---

Reply via email to