Bug#902317: disruptor: FTBFS with openjdk-10-jdk - package sun.misc does not exist

tony mancill tmancill at debian.org
Mon Jun 25 00:09:21 BST 2018


Source: disruptor
Version: 3.3.11-1
Severity: serious

The disruptor package fails build in unstable.

...
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/Sequence.java:[18,16] package sun.misc does not exist
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/Sequence.java:[49,26] cannot find symbol
  symbol:   class Unsafe
  location: class com.lmax.disruptor.Sequence
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/RingBuffer.java:[19,16] package sun.misc does not exist
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/RingBuffer.java:[34,26] cannot find symbol
  symbol:   class Unsafe
  location: class com.lmax.disruptor.RingBufferFields<E>
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[24,16] package sun.misc does not exist
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[94,26] cannot find symbol
  symbol:   class Unsafe
  location: class com.lmax.disruptor.util.Util
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[124,19] cannot find symbol
  symbol:   class Unsafe
  location: class com.lmax.disruptor.util.Util
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/MultiProducerSequencer.java:[20,16] package sun.misc does not exist
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/MultiProducerSequencer.java:[35,26] cannot find symbol
  symbol:   class Unsafe
  location: class com.lmax.disruptor.MultiProducerSequencer
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[100,45] cannot find symbol
  symbol:   class Unsafe
  location: class com.lmax.disruptor.util.Util
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[100,92] cannot find symbol
  symbol:   class Unsafe
  location: class com.lmax.disruptor.util.Util
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[102,24] cannot find symbol
  symbol: class Unsafe
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[104,39] cannot find symbol
  symbol: class Unsafe
[ERROR] /build/disruptor-3.3.11/src/main/java/com/lmax/disruptor/util/Util.java:[106,29] cannot find symbol
  symbol: class Unsafe
[INFO] 14 errors 
...



More information about the pkg-java-maintainers mailing list