Your message dated Thu, 31 May 2012 05:17:23 +0000
with message-id <[email protected]>
and subject line Bug#667215: fixed in jffi 1.0.2-9
has caused the Debian Bug report #667215,
regarding jffi: ftbfs with GCC-4.7
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.)
--
667215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667215
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jffi
Version: 1.0.2-8
Severity: important
Tags: sid wheezy
User: [email protected]
Usertags: ftbfs-gcc-4.7
The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.
[exec] cc: error: unrecognized command line option '-mimpure-text'
The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/jffi_1.0.2-8_unstable-gcc47.log
The last lines of the build log are at the end of this report.
Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html
To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
[...]
[javac] Compiling 30 source files to /«PKGBUILDDIR»/build/classes
[javac] Init.java:171: warning: [deprecation] toURL() in java.io.File has
been deprecated
[javac] url = jar.toURL();
[javac] ^
[javac] 1 warning
-generate-version-source:
[echo] Generating Version.java
[mkdir] Created dir: /«PKGBUILDDIR»/build/java/com/kenai/jffi
-generate-version:
[javac] Compiling 1 source file to /«PKGBUILDDIR»/build/classes
-compile-java:
-generate-native-headers:
-build-native-library:
[exec] make[1]: Entering directory `/«PKGBUILDDIR»'
[exec] cc -o /«PKGBUILDDIR»/build/jni/libjffi-1.0.so -shared
-mimpure-text -static-libgcc -Wl,-soname,libjffi-1.0.so -Wl,-O1
/«PKGBUILDDIR»/build/jni/jffi/Array.o
/«PKGBUILDDIR»/build/jni/jffi/CallContext.o
/«PKGBUILDDIR»/build/jni/jffi/ClosureMagazine.o
/«PKGBUILDDIR»/build/jni/jffi/Exception.o
/«PKGBUILDDIR»/build/jni/jffi/FastIntInvoke.o
/«PKGBUILDDIR»/build/jni/jffi/FastLongInvoke.o
/«PKGBUILDDIR»/build/jni/jffi/FastNumericInvoker.o
/«PKGBUILDDIR»/build/jni/jffi/Foreign.o
/«PKGBUILDDIR»/build/jni/jffi/Function.o
/«PKGBUILDDIR»/build/jni/jffi/Internals.o
/«PKGBUILDDIR»/build/jni/jffi/Invoke.o
/«PKGBUILDDIR»/build/jni/jffi/LastError.o
/«PKGBUILDDIR»/build/jni/jffi/Library.o
/«PKGBUILDDIR»/build/jni/jffi/Memory.o
/«PKGBUILDDIR»/build/jni/jffi/MemoryIO.o
/«PKGBUILDDIR»/build/jni/jffi/MemoryUtil.o
/«PKGBUILDDIR»/build/jni/jffi/Struct.o
/«PKGBUILDDIR»/build/jni/jffi/Type.o
/«PKGBUILDDIR»/build/jni/jffi/deprecated.
o -lffi
[exec] make[1]: Leaving directory `/«PKGBUILDDIR»'
[exec] cc: error: unrecognized command line option '-mimpure-text'
[exec] make[1]: *** [/«PKGBUILDDIR»/build/jni/libjffi-1.0.so] Error 1
BUILD FAILED
/«PKGBUILDDIR»/custom-build.xml:125: exec returned: 2
Total time: 21 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: jffi
Source-Version: 1.0.2-9
We believe that the bug you reported is fixed in the latest version of
jffi, which is due to be installed in the Debian FTP archive:
jffi_1.0.2-9.debian.tar.gz
to main/j/jffi/jffi_1.0.2-9.debian.tar.gz
jffi_1.0.2-9.dsc
to main/j/jffi/jffi_1.0.2-9.dsc
libjffi-java_1.0.2-9_all.deb
to main/j/jffi/libjffi-java_1.0.2-9_all.deb
libjffi-jni_1.0.2-9_amd64.deb
to main/j/jffi/libjffi-jni_1.0.2-9_amd64.deb
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.
tony mancill <[email protected]> (supplier of updated jffi 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: SHA1
Format: 1.8
Date: Wed, 30 May 2012 21:48:31 -0700
Source: jffi
Binary: libjffi-java libjffi-jni
Architecture: source all amd64
Version: 1.0.2-9
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: tony mancill <[email protected]>
Description:
libjffi-java - Java Foreign Function Interface
libjffi-jni - Java Foreign Function Interface (JNI library)
Closes: 667215 675180
Changes:
jffi (1.0.2-9) unstable; urgency=low
.
* Team upload.
* Patch d/control build-dep on default-jdk. (Closes: #675180)
- Thanks to James Page.
* Bump Standards-Version to 3.9.3 (no changes).
* d/copyright: update for DEP5 and to address lintian warnings.
* d/control: update Vcs-Git URL.
.
jffi (1.0.2-8.1) unstable; urgency=low
.
* Non maintainer upload.
* Fix build failure with GCC 4.7. Closes: #667215.
Checksums-Sha1:
01373e28517ea965ecd53d15733195f6cf19a46a 2004 jffi_1.0.2-9.dsc
576bff15900aed93d1f2de1466940706214d5ad0 6415 jffi_1.0.2-9.debian.tar.gz
7a547a6a7229436902fb954e1d9edaa06f232287 81312 libjffi-java_1.0.2-9_all.deb
e04d36fc43dcba1555dd20cc83ffdcbd7386a033 24682 libjffi-jni_1.0.2-9_amd64.deb
Checksums-Sha256:
0e2b6f741f4a421a18c27bb82ffe83303fae6bdc8f378ebbcd2bcd02647e495e 2004
jffi_1.0.2-9.dsc
0e1a3fc72d9455e43b32a72cc1b6ef5df1a2c11cdad5b5a7601d6f20885d2d26 6415
jffi_1.0.2-9.debian.tar.gz
cab126acb688f0d366a6fe97f0488c2f83126836b3fa40ef895173701f31db78 81312
libjffi-java_1.0.2-9_all.deb
a5d6957deb5fe479cc146dd54f2ec341b08ae5a1197347834138744b9b9e0666 24682
libjffi-jni_1.0.2-9_amd64.deb
Files:
d6e6859e06fe5f59cbe505b3a17fca31 2004 java optional jffi_1.0.2-9.dsc
b65b6d87d46a8f5223c67ee86fad6d89 6415 java optional jffi_1.0.2-9.debian.tar.gz
88c883cfa4358897cfd9d109843055ba 81312 java optional
libjffi-java_1.0.2-9_all.deb
5f8bf898dd5525536dfc3cbdd3807cae 24682 java optional
libjffi-jni_1.0.2-9_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBAgAGBQJPxvpqAAoJECHSBYmXSz6WZ+4QAJJM3w8RNcGGgVnJ45yIJMx9
F60f243TvUJ6v/Mt7g0rrMeNWcmkX1B9aBKWiIwQAvtUASInJp9hTi2gl7SpaCtl
Y+lLaSBDRle1kw+WyR1MS97shNegF9N/loZ/GnLICuMfBmni3/5XMupDyRFtZa7w
g8JutKb4hebHCcWnY12ABlXI6ttMiB6R+7GrF+VsqPss+0wd0Pe3JPO1Nipu/8GB
ILrPe2C84ZVATp2Xx0duKlQwIk7UCdG8jkBiE3a2rx1K1piGjGZu7IY5Fyx8yOzT
+unNkRHPz9cPUMvepHqfmTlJkR3RUjVksVMko2lLlBuXv41+bwoBJwCp4IjEZofr
GlOQv0fqa+1Zhww/RtjrY1J4frZ8THywfVWYfu6OcuG/5dtBLUYHWxekfEvjIjo/
Nnt0Fc9GNnl9bw4Zq+xIKNMGhXWwU+0J+QNAgdaicFhWxrqhy3j8lrHaRJ1eMASf
/2o/XhsBV2D2rqKqDXpZyuPcz00UKhOaPfdNcffBjpaVF7Cz9HRXutbxYbJyDi6g
9o37wzJOU3upZRWB06wiHLytyjdSOiii+U80/vqv87GatCPn0D0SIG0PpBc2kQgy
+iAxCXRhS1zx8b8FU4hNrTATEv4PSsgk+ZgVx5MNcnW1JJbr3S9Um/+oCWm6sB+y
Wmc4yQVWoEK7ZfchSj08
=JhCt
-----END PGP SIGNATURE-----
--- End Message ---