Your message dated Mon, 24 Aug 2020 11:19:59 +0000
with message-id <e1kaaw7-00092m...@fasolo.debian.org>
and subject line Bug#966889: fixed in libjna-java 5.5.0-1.1
has caused the Debian Bug report #966889,
regarding libjna-java: FTBFS: [exec] dispatch.c:1770:23: error: ‘alloca’
bound is unknown [-Werror=alloca-larger-than=]
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.)
--
966889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libjna-java
Version: 5.5.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ln -s /usr/share/java/ant.jar lib/ant.jar
> ant -f build.xml \
> -Dcompatibility=8 \
> -Dcflags_extra.native="" \
> -Ddynlink.native=true \
> -Dnomixedjar.native=true \
> -Djni.md5="" \
> -Djar.compress=true \
> -Dmaven-release=true \
> -Dbuild-native=true \
> -Dyear=2020 \
> jar javadoc contrib-jars native
> Buildfile: /<<PKGBUILDDIR>>/build.xml
> [typedef] Could not load definitions from resource
> org/apache/maven/artifact/ant/antlib.xml. It could not be found.
> [typedef] Could not load definitions from resource
> org/codehaus/mojo/animal_sniffer/antlib.xml. It could not be found.
>
> -prepare-anttools:
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/ant-tools
> [javac] Compiling 3 source files to /<<PKGBUILDDIR>>/build/ant-tools
> [javac] Note: /<<PKGBUILDDIR>>/src/com/sun/jna/ELFAnalyser.java uses
> unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
>
> -dynamic-properties:
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/native-linux-x86-64
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/headers
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/test-classes
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/reports
> [mkdir] Created dir: /<<PKGBUILDDIR>>/doc
> [mkdir] Created dir: /<<PKGBUILDDIR>>/build/aar
> [echo] Java version 11.0.8, compatibility: 8, ant: 11
> [echo] JNA version 5.5.0, native 6.1.0, android 5050000
> [echo] OpenJDK 64-Bit Server VM (Debian, 11.0.8+10-post-Debian-1)
> [echo] java.home=/usr/lib/jvm/java-11-openjdk-amd64
> [echo]
> java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
> [echo] os.prefix=linux-x86-64
> [echo] os.name=Linux
> [echo] os.arch=amd64 (little)
> [echo] build=build
> [echo] build.native=/<<PKGBUILDDIR>>/build/native-linux-x86-64
> [echo] build.headers=/<<PKGBUILDDIR>>/build/headers
> [echo] build.aar=/<<PKGBUILDDIR>>/build/aar
>
> -setup:
>
> -enable-native:
>
> compile:
> [javac] Compiling 63 source files to /<<PKGBUILDDIR>>/build/classes
> [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 8
> [javac] /<<PKGBUILDDIR>>/src/com/sun/jna/Memory.java:181: warning:
> [deprecation] finalize() in Object has been deprecated
> [javac] protected void finalize() {
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/com/sun/jna/CallbackReference.java:379:
> warning: [deprecation] finalize() in Object has been deprecated
> [javac] protected void finalize() {
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/com/sun/jna/CallbackReference.java:485:
> warning: [deprecation] isAccessible() in AccessibleObject has been deprecated
> [javac] if (!callbackMethod.isAccessible()) {
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/com/sun/jna/Native.java:238: warning:
> [deprecation] finalize() in Object has been deprecated
> [javac] protected void finalize() throws Throwable {
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/com/sun/jna/Native.java:240: warning:
> [deprecation] finalize() in Object has been deprecated
> [javac] super.finalize();
> [javac] ^
> [javac] /<<PKGBUILDDIR>>/src/com/sun/jna/NativeLibrary.java:649: warning:
> [deprecation] finalize() in Object has been deprecated
> [javac] protected void finalize() {
> [javac] ^
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 7 warnings
>
> javah:
> [propertyfile] Creating new property file:
> /<<PKGBUILDDIR>>/build/headers/jni.properties
>
> -native-api-check:
>
> :rsrc:
>
> rsrc:
>
> -prepare-native:
>
> native:
> [exec] make[2]: Entering directory '/<<PKGBUILDDIR>>/native'
> [exec] gcc -m64 -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2
> -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION
> -I"/usr/lib/jvm/java-11-openjdk-amd64/include"
> -I"/usr/lib/jvm/java-11-openjdk-amd64/include/linux"
> -I"/<<PKGBUILDDIR>>/build/headers" -I/include -DJNA_JNI_VERSION='"6.1.0"'
> -DCHECKSUM='""' -Wno-unknown-warning-option -Werror -Wno-clobbered
> -Wno-unused-variable -c dispatch.c -o
> /<<PKGBUILDDIR>>/build/native-linux-x86-64/dispatch.o
> [exec] In file included from dispatch.h:33,
> [exec] from dispatch.c:30:
> [exec] dispatch.c: In function ‘dispatch_direct’:
> [exec] dispatch.c:1770:23: error: ‘alloca’ bound is unknown
> [-Werror=alloca-larger-than=]
> [exec] 1770 | args[i] =
> alloca(data->cif.arg_types[i]->size);
> [exec] | ^~~~~~
> [exec] dispatch.c:1796:23: error: ‘alloca’ bound is unknown
> [-Werror=alloca-larger-than=]
> [exec] 1796 | args[i] =
> alloca(data->cif.arg_types[i]->size);
> [exec] | ^~~~~~
> [exec] make[2]: Leaving directory '/<<PKGBUILDDIR>>/native'
> [exec] dispatch.c: At top level:
> [exec] cc1: note: unrecognized command-line option
> ‘-Wno-unknown-warning-option’ may have been intended to silence earlier
> diagnostics
> [exec] cc1: all warnings being treated as errors
> [exec] make[2]: *** [Makefile:430:
> /<<PKGBUILDDIR>>/build/native-linux-x86-64/dispatch.o] Error 1
>
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:1007: exec returned: 2
>
> Total time: 5 seconds
> make[1]: *** [debian/rules:27: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/08/02/libjna-java_5.5.0-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: libjna-java
Source-Version: 5.5.0-1.1
Done: Dimitri John Ledkov <x...@ubuntu.com>
We believe that the bug you reported is fixed in the latest version of
libjna-java, 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 966...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dimitri John Ledkov <x...@ubuntu.com> (supplier of updated libjna-java 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 24 Aug 2020 11:53:52 +0100
Source: libjna-java
Architecture: source
Version: 5.5.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Dimitri John Ledkov <x...@ubuntu.com>
Closes: 966889
Changes:
libjna-java (5.5.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with gcc-10 due to warning that cannot be checked
correctly. Closes: #966889
Checksums-Sha1:
5f20b8a296f5693a6dae189339b71e3ed3a85171 2369 libjna-java_5.5.0-1.1.dsc
48ce255e54d4ca140d75f75803a56aacbb2f2e9d 10304
libjna-java_5.5.0-1.1.debian.tar.xz
e439094787d2d76695ef030aa8c9ad665ee4a2c3 16991
libjna-java_5.5.0-1.1_source.buildinfo
Checksums-Sha256:
ac4cf10013a3d2a3ffd1d5f9eb8eaee2ce2f5bfe2ce8015d5a35c256d850ee95 2369
libjna-java_5.5.0-1.1.dsc
d9aa702c648308131f838feccca41b9d6363cee02404d57933b3c07d950b4c53 10304
libjna-java_5.5.0-1.1.debian.tar.xz
c09f363b7e9bd8d16a3f3a323904d4c57e038d47a4baeacfe92d7377ce6c2dd4 16991
libjna-java_5.5.0-1.1_source.buildinfo
Files:
7cdaaef9d7b09d30c82295a57861d753 2369 java optional libjna-java_5.5.0-1.1.dsc
f6e36512122ebeacd976d160275fd815 10304 java optional
libjna-java_5.5.0-1.1.debian.tar.xz
27ebbaff1350c32b9ff018001db2a15b 16991 java optional
libjna-java_5.5.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE7iQKBSojGtiSWEHXm47ISdXvcO0FAl9DnJkACgkQm47ISdXv
cO2n9BAArB3s283grYINLh5bgxMsO9LzAt7a0MvZT17dxkBqlcALq76gk7BXmgxM
KSTI6yV1IFGLk7/lzF8DynznWffCRdYxdGG4Ap7TCe+Hywm542rRQUL7jXWhonXl
EUKdNUssUgB4oXQBtmEb0hhtFnFWTILU3KAxZ63OWshuaJaCuDjeQScsvC226QCR
c+eCTf+1GShC5SXWyxxTnbHJdqq55K9sNtWeFVcnHb/myabtBHDM4q0Yk1W3brb9
4r76KohvRTDNOqRmbBAaWPfxVWcxWAft0Sn1LT2zKC5f0dcurBESsD1kWz1ivTWt
sl4+VpQtCnsHzKgQsnXBjV0mqBBAOwSjFWnvtcdgiQZDx834fcCscLLecBVbQTRW
TVS/BBoNh+cII1fmFbp4h9n5LQtytLuzgBpPs1hfCNurukLpsvqqDbrP4de7fCsy
ID9jbBNupPoJuBbiftEmh7NguOr6jg99fCm2EdntmVrt8nBgofPGij1i33piBtPp
T21f2S8XSQs0+a6VD6ql4ACQEHGAPZOnI9GLlu/gceqVtzeuKAhyNHulEdbjpDDx
4VG9gldhmo21RIJ/ABVxWsIeJrgjpg0hKHYrX45zw8zzaFQSjAbRgzoK89HCuKHA
lv/HySW9KPmujZuZq6YkfwobppvjxwEHuGTqWrSGCT4bvInjbII=
=3jGa
-----END PGP SIGNATURE-----
--- End Message ---