Your message dated Thu, 06 Nov 2014 18:34:52 +0000
with message-id <[email protected]>
and subject line Bug#760678: fixed in scrollz 2.2.3-1
has caused the Debian Bug report #760678,
regarding scrollz: 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.)
--
760678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760678
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: scrollz
Version: 2.1-1.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/scrollz
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.14-2-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
--- scrollz-2.1.orig/source/screen.c
+++ scrollz-2.1/source/screen.c
@@ -2000,7 +2000,7 @@
{
puts(incoming);
fflush(stdout);
- return;
+ return NULL;
}
/* Handles output redirection first */
if (!in_redirect && current_screen->redirect_name &&
--- End Message ---
--- Begin Message ---
Source: scrollz
Source-Version: 2.2.3-1
We believe that the bug you reported is fixed in the latest version of
scrollz, 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.
Mike Markley <[email protected]> (supplier of updated scrollz 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: Tue, 04 Nov 2014 17:10:19 -0700
Source: scrollz
Binary: scrollz
Architecture: source amd64
Version: 2.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Mike Markley <[email protected]>
Changed-By: Mike Markley <[email protected]>
Description:
scrollz - advanced ircII-based IRC client
Closes: 624050 760678
Changes:
scrollz (2.2.3-1) unstable; urgency=low
.
* New release.
* Upstream has patched the clang FTBFS (Closes: #760678)
* Upstream has removed calls to deprecated GnuTLS bits
(gnutls_certificate_type_set_priority) (Closes: #624050)
* Removed format-security.patch as it is now integrated upstream
* Roll-up of many needed changes made by Grant Bowman (thank you!).
* Rolled up many improvements provided by Andreas Metzler as well
* Switch to '3.0 (quilt)' source format, drop Build-Depends on quilt.
* Use dh.
* Add homepage field to debian/control.
* Correct upstream URL in watchfile (org -> info).
Checksums-Sha1:
0d29335e99e9bdb5fd038f7b54e655e4f3a1ecab 1085 scrollz_2.2.3-1.dsc
9861ff108b9f46329da010961dc3de4b447c7b75 960203 scrollz_2.2.3.orig.tar.gz
d0bcbae4bf0fe3f7bd3b169e3d4f1fa8aaca9771 8080 scrollz_2.2.3-1.debian.tar.xz
fb9583844a40e86078883e5ed3fb5aa2c56ae4e5 585918 scrollz_2.2.3-1_amd64.deb
Checksums-Sha256:
f68e07ffbe1275989351930a7732ba6b5bfa27af1a334eae84d92e5b3c4aee3b 1085
scrollz_2.2.3-1.dsc
53e80590dbb5e839a36f01fc08e225082a8a5114eba41b4ddc64cbbc84f152b1 960203
scrollz_2.2.3.orig.tar.gz
dd4792ba815f388e8797fe69c1106073e4c5792b32ab2b41deb58636d485aa48 8080
scrollz_2.2.3-1.debian.tar.xz
67643b913bc1baf728519c567ec7af32ad0c62178fc8d4bd2a785180028cce23 585918
scrollz_2.2.3-1_amd64.deb
Files:
5114406e7a45ad267890b3683bfcc0e3 1085 net optional scrollz_2.2.3-1.dsc
f4a2bb8000f8236602549bcf89739bf8 960203 net optional scrollz_2.2.3.orig.tar.gz
bb323236d7a6062f243b8b09120cf68f 8080 net optional
scrollz_2.2.3-1.debian.tar.xz
b36ef4a09408d847ce7ada519c097067 585918 net optional scrollz_2.2.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFUWsMrd6jzajsEcIQRAgF9AJ9wHtcj267566RmK0P0i9T++NMi2QCgwXqL
IhRbywSoQdvv5KmBkayEbnI=
=8sGU
-----END PGP SIGNATURE-----
--- End Message ---