Your message dated Fri, 01 Mar 2019 12:34:30 +0000
with message-id <[email protected]>
and subject line Bug#917727: fixed in openhft-lang 6.7.6-2
has caused the Debian Bug report #917727,
regarding openhft-lang: FTBFS: [ERROR] 
/<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[85,13] 
cannot find symbol
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 [email protected]
immediately.)


-- 
917727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917727
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openhft-lang
Version: 6.7.6-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20181229 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=maven
>    dh_update_autotools_config -O--buildsystem=maven
>    dh_auto_configure -O--buildsystem=maven
>       mh_patchpoms -plibopenhft-lang-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build -O--buildsystem=maven
>       /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=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] OpenHFT/Java-Lang/lang                                          
> [bundle]
> [INFO] Java Lang Parent                                                   
> [pom]
> [INFO] 
> [INFO] --------------------------< net.openhft:lang 
> >--------------------------
> [INFO] Building OpenHFT/Java-Lang/lang 6.7.6                              
> [1/2]
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ lang 
> ---
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory 
> /<<PKGBUILDDIR>>/lang/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ lang ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 165 source files to /<<PKGBUILDDIR>>/lang/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/model/DataValueClassCache.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/model/DataValueClassCache.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/locks/NativeAtomicAccess.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/locks/NativeAtomicAccess.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING : 
> [INFO] -------------------------------------------------------------
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/NativeBytes.java:[22,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ChronicleUnsafe.java:[20,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/MappedMemory.java:[21,18]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectByteBufferBytes.java:[18,18]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/MappedNativeBytes.java:[21,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[19,18]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[32,18]
>  sun.nio.ch.FileChannelImpl is internal proprietary API and may be removed in 
> a future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferReuse.java:[23,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/CharBufferReuse.java:[23,16]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[23,18]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[23,18] 
> sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/NativeBytes.java:[43,25]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/NativeBytes.java:[51,31]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/NativeBytes.java:[53,23]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ChronicleUnsafe.java:[32,25]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ChronicleUnsafe.java:[37,31]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ChronicleUnsafe.java:[39,23]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/MappedMemory.java:[71,18]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectByteBufferBytes.java:[36,19]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectByteBufferBytes.java:[37,19]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectByteBufferBytes.java:[67,39]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/MappedNativeBytes.java:[45,31]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/MappedNativeBytes.java:[47,13]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/MappedNativeBytes.java:[47,30]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[63,50]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[64,50]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[95,28]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[126,29]
>  sun.nio.ch.FileChannelImpl is internal proprietary API and may be removed in 
> a future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferReuse.java:[120,19]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/CharBufferReuse.java:[105,19]
>  sun.misc.Unsafe is internal proprietary API and may be removed in a future 
> release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[69,31]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[77,31]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[127,31]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[128,30]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[461,31]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[462,65]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[500,31]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferBytes.java:[501,66]
>  sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[84,27] 
> sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [WARNING] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[85,28] 
> sun.nio.ch.DirectBuffer is internal proprietary API and may be removed in a 
> future release
> [INFO] 40 warnings 
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[18,16]
>  cannot find symbol
>   symbol:   class Cleaner
>   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[31,16]
>  cannot find symbol
>   symbol:   class Cleaner
>   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[42,19]
>  cannot find symbol
>   symbol:   class Cleaner
>   location: class net.openhft.lang.io.AbstractMappedStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[25,16]
>  cannot find symbol
>   symbol:   class Cleaner
>   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[35,19]
>  cannot find symbol
>   symbol:   class Cleaner
>   location: class net.openhft.lang.io.DirectStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[22,16] 
> cannot find symbol
>   symbol:   class Cleaner
>   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[95,13]
>  cannot find symbol
>   symbol:   class Cleaner
>   location: class net.openhft.lang.io.VanillaMappedBytes
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[62,28]
>  cannot find symbol
>   symbol:   variable Cleaner
>   location: class net.openhft.lang.io.AbstractMappedStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferReuse.java:[125,34]
>  cannot find symbol
>   symbol:   method 
> defineClass(java.lang.String,byte[],int,int,java.lang.ClassLoader,<nulltype>)
>   location: variable unsafe of type sun.misc.Unsafe
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[65,19]
>  cannot find symbol
>   symbol:   variable Cleaner
>   location: class net.openhft.lang.io.DirectStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/CharBufferReuse.java:[110,34]
>  cannot find symbol
>   symbol:   method 
> defineClass(java.lang.String,byte[],int,int,java.lang.ClassLoader,<nulltype>)
>   location: variable unsafe of type sun.misc.Unsafe
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[85,13] 
> cannot find symbol
>   symbol:   class Cleaner
>   location: class net.openhft.lang.io.IOTools
> [INFO] 12 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] OpenHFT/Java-Lang/lang 6.7.6 ....................... FAILURE [  3.053 
> s]
> [INFO] Java Lang Parent 6.7-SNAPSHOT ...................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  3.982 s
> [INFO] Finished at: 2018-12-29T14:15:27Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile 
> (default-compile) on project lang: Compilation failure: Compilation failure: 
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[18,16]
>  cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[31,16]
>  cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[42,19]
>  cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: class net.openhft.lang.io.AbstractMappedStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[25,16]
>  cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[35,19]
>  cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: class net.openhft.lang.io.DirectStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[22,16] 
> cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: package sun.misc
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/VanillaMappedBytes.java:[95,13]
>  cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: class net.openhft.lang.io.VanillaMappedBytes
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/AbstractMappedStore.java:[62,28]
>  cannot find symbol
> [ERROR]   symbol:   variable Cleaner
> [ERROR]   location: class net.openhft.lang.io.AbstractMappedStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/ByteBufferReuse.java:[125,34]
>  cannot find symbol
> [ERROR]   symbol:   method 
> defineClass(java.lang.String,byte[],int,int,java.lang.ClassLoader,<nulltype>)
> [ERROR]   location: variable unsafe of type sun.misc.Unsafe
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/DirectStore.java:[65,19]
>  cannot find symbol
> [ERROR]   symbol:   variable Cleaner
> [ERROR]   location: class net.openhft.lang.io.DirectStore
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/CharBufferReuse.java:[110,34]
>  cannot find symbol
> [ERROR]   symbol:   method 
> defineClass(java.lang.String,byte[],int,int,java.lang.ClassLoader,<nulltype>)
> [ERROR]   location: variable unsafe of type sun.misc.Unsafe
> [ERROR] 
> /<<PKGBUILDDIR>>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[85,13] 
> cannot find symbol
> [ERROR]   symbol:   class Cleaner
> [ERROR]   location: class net.openhft.lang.io.IOTools
> [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=/<<PKGBUILDDIR>> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian 
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package 
> -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make: *** [debian/rules:4: build] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2018/12/29/openhft-lang_6.7.6-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: openhft-lang
Source-Version: 6.7.6-2

We believe that the bug you reported is fixed in the latest version of
openhft-lang, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <[email protected]> (supplier of updated openhft-lang package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 28 Feb 2019 15:38:12 +0100
Source: openhft-lang
Binary: libopenhft-lang-java
Architecture: source
Version: 6.7.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Andrej Shadura <[email protected]>
Description:
 libopenhft-lang-java - High Performance Java library for High Frequency Trading
Closes: 893495 917727
Changes:
 openhft-lang (6.7.6-2) unstable; urgency=medium
 .
   * Update Vcs-*.
   * Port to Java 11, ignore test failures.
     Closes: #893495, #917727.
Checksums-Sha1:
 15467ff62a4b2c8fde6a4742a6e3f136f7616bd7 1913 openhft-lang_6.7.6-2.dsc
 c49db8fe7d117671da1068628ba682793f08271a 5324 
openhft-lang_6.7.6-2.debian.tar.xz
Checksums-Sha256:
 a8ac43052a1abad3ec2b9f54d68d31516074ec8aa57bffd2698a72802127b75a 1913 
openhft-lang_6.7.6-2.dsc
 9b64ba9f5cd53ebb9f535027d52f41d9f22d27f3a31a9b47c4537839aecd3abd 5324 
openhft-lang_6.7.6-2.debian.tar.xz
Files:
 792fc5191586b6060c3ade77a5a3aec6 1913 java optional openhft-lang_6.7.6-2.dsc
 364fd23bf15120b5814b73a891a0fdf4 5324 java optional 
openhft-lang_6.7.6-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAlx5IyMACgkQXkCM2RzY
OdIH3Qf/dsND9DlBsZWFQ1Q9qir3DViaas5J8oYtl7uRQ6joGwwfmKIsKvI915zX
7l6F+ylooUDK5cv5jzs9GfiHxwtQNR3TETS1Kr5vfZ4xbh44pk/wHITF5MI5qdvm
s1CVwZe53lMVM0M7iO+ERz079puPL5V8dNcaKBAJbQGEDEFo0ayJU9mow4ZJpg3z
x98NH4fhyof7zCQSJX2L64AJkQ/A+mVLHOA+0D4IRyvIL3DP1G6lRXXYZgTQUOZl
ksF5taZOxFq1RBIwsb8mQM7fSZJV0ab2SYKWQUbId/25agrE6mqRwOHzaqKjFc6O
2Tz16uKbo0EK6YAujIsVZEFX3QsVPw==
=E2AR
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to