Your message dated Sat, 22 Mar 2014 17:13:40 +0000
with message-id <[email protected]>
and subject line Bug#742220: fixed in libreadline-java 0.8.0.1+dfsg-3
has caused the Debian Bug report #742220,
regarding libreadline-java: fails to build with clang instead of gcc
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.)
--
742220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742220
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libreadline-java
Version: 0.8.0.1+dfsg-2
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs
Dear Maintainer,
Your package fails to build with clang instead of gcc. [-Wreturn-type]
The attached patch fixes it.
Buildlogs and patch are here:
https://github.com/nonas/debian-clang/tree/master/buildlogs/libreadline-java
Regards,
Nicolas
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: fix FTBFS with clang instead of gcc
Author: Nicolas Sévelin-Radiguet <[email protected]>
Last-Update: 2014-03-20
--- a/src/native/org_gnu_readline_Readline.c
+++ b/src/native/org_gnu_readline_Readline.c
@@ -654,7 +654,7 @@
jtext = (*jniEnv)->NewStringUTF(jniEnv,text);
if (jniMethodId == 0) {
- return;
+ return ((const char *)NULL);
}
completion = (*jniEnv)->CallObjectMethod(jniEnv, jniObject,
@@ -829,7 +829,7 @@
newExcCls = (*env)->FindClass(env,"java/lang/OutOfMemoryError");
if (newExcCls != NULL)
(*env)->ThrowNew(env,newExcCls,"");
- return;
+ return NULL;
}
} else
oldValue = NULL;
@@ -844,7 +844,7 @@
newExcCls = (*env)->FindClass(env,"java/io/UnsupportedEncodingException");
if (newExcCls != NULL)
(*env)->ThrowNew(env,newExcCls,"");
- return;
+ return NULL;
}
if (is_copy == JNI_TRUE)
(*env)->ReleaseStringUTFChars(env,jvalue,newValue);
--- End Message ---
--- Begin Message ---
Source: libreadline-java
Source-Version: 0.8.0.1+dfsg-3
We believe that the bug you reported is fixed in the latest version of
libreadline-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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
tony mancill <[email protected]> (supplier of updated libreadline-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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 21 Mar 2014 06:40:38 -0700
Source: libreadline-java
Binary: libreadline-java libreadline-java-doc
Architecture: source amd64 all
Version: 0.8.0.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: tony mancill <[email protected]>
Description:
libreadline-java - GNU readline and BSD editline wrappers for Java
libreadline-java-doc - API docs for readline/editline wrappers for Java
Closes: 742220
Changes:
libreadline-java (0.8.0.1+dfsg-3) unstable; urgency=medium
.
* Team upload.
* Apply patch for compilation with clang (Closes: #742220)
- Thanks to Nicolas Sevelin-Radiguet
* Drop DMUA flag.
* Bump Standards-Version to 3.9.5.
* Add Vcs URLs to debian/control; commit package to pkg-java git repo.
* Drop needless dependency on JRE.
* Address build hardening warnings:
- Depend on DH9.
- Add makefile patch to honor CFLAGS.
- Drop hard-coded LDFLAGS in debian/rules
Checksums-Sha1:
01de9a7beaed31854b68cf247b943f511ac0eead 2152
libreadline-java_0.8.0.1+dfsg-3.dsc
5600a0b885a59301603ee2a86752bc6a13c420bf 8988
libreadline-java_0.8.0.1+dfsg-3.debian.tar.xz
b6b469e8ef65576ec4b99c2e3ae4066625c1f36d 27124
libreadline-java_0.8.0.1+dfsg-3_amd64.deb
bbc9bd5518b9dbc23c1f1e25385c35758f6139a7 51240
libreadline-java-doc_0.8.0.1+dfsg-3_all.deb
Checksums-Sha256:
49e04c5e045d5e99faa6b9e7c238d63d2f5ad1d0b6ee8a2168683c528047ecc7 2152
libreadline-java_0.8.0.1+dfsg-3.dsc
52316f4e14a9ac88418b5e9bc30529f0425403cc92692873a461041cffb23dfd 8988
libreadline-java_0.8.0.1+dfsg-3.debian.tar.xz
7a92045db07d1e811fc9c89ccd3db2d43f2eb39517090070ebf26aeda71fd9b7 27124
libreadline-java_0.8.0.1+dfsg-3_amd64.deb
91fbb32ef70cc100452a4417a5d91ecc180262111887dfabcc537bb2377120cf 51240
libreadline-java-doc_0.8.0.1+dfsg-3_all.deb
Files:
deae787313aa0e552506f25ee1b14bcf 2152 java optional
libreadline-java_0.8.0.1+dfsg-3.dsc
9cc0529cbd85d3142edaf8d9d217af05 8988 java optional
libreadline-java_0.8.0.1+dfsg-3.debian.tar.xz
51efde608733fdca6868f29dd32bf6b2 27124 java optional
libreadline-java_0.8.0.1+dfsg-3_amd64.deb
86e2fa5f8dbeb243354d9482aa23e8e8 51240 doc optional
libreadline-java-doc_0.8.0.1+dfsg-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTLb0wAAoJECHSBYmXSz6WeDgP/ifyeaVnjz+Id9yJ/Fhjea0b
V0bW5FO+8sgHXO9V152esku0evxyH07JBh7ptK9ywqCs1/t7+uh29zZD4VtmUkRT
obop+IXOeVWE9odurZVyI0xmilO3Te0WHsMBcLopBuzAIeoK6FXAHHL2T63qTB0I
iYYx2+ClKUb0TZ9CF20vGJ08x+q2wd/LzCXO0KWXchnNEoeJ4Q1kT39FYo4vlHd7
Bpvfwf2rnGj52fKfZiGytm8mLePew1YwYJV+D8/aWkiHfyFxnHUd9qgyuog7rzfn
+qdjXkelp2RfAdRUADmVREg8TH1DPWVhMy0FthThjorNfPVRZKh4vnjEp/+CY4AB
FJGwwgU8QuSfIxmnxLBbdyPZYEMqwUr5u3LegD/EGjnQSqXzcivT1NcY8q+lhoAU
p+TKtl1nAZMHgCK53CvnLOb+ugJcK23tn2f9Mfo1VUQDva0/Z7d23GBg4GPUq0Cc
XiOjTW+7kKoB7d5R8opQG9ohdxgAHtMhhaSukUFnAKLt3nafOekjfH2OrAD25ml8
pxeph/3uY4SNa2RrLE8fLp1OhHWwVrhBhLx0a4VJM27mCT+lTgmULDrWerAW7wRP
RXtMIlsLS5BV9SjUp2sTlUtedO+0F+9F3ltAo1I0+R7dnVoRXwU9+aIMNQgvOrnl
iAvcnk2+/leMjmIq8Uqo
=k0ob
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.