Your message dated Thu, 18 Feb 2016 22:07:09 +0000
with message-id <[email protected]>
and subject line Bug#742141: fixed in macopix 1.7.4-6
has caused the Debian Bug report #742141,
regarding macopix: 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.)


-- 
742141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742141
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: macopix
Version: 1.7.4-4
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/macopix

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-19

--- a/src/callbacks.c
+++ b/src/callbacks.c
@@ -538,7 +538,7 @@
 	    if((win_bar_size==0)&&(mascot->no_capbar)){
 	      // for windows w/o title bar 
 	      flag_homepos=mascot->homepos_nb;
-	      if(flag_homepos==HOMEPOS_NEVER) return;
+	      if(flag_homepos==HOMEPOS_NEVER) return 0;
 	    }
 	    break;
 	  }
--- a/src/gui.c
+++ b/src/gui.c
@@ -4557,7 +4557,7 @@
   gchar *dest_file;
 
   if(flagChildDialog){
-    return;
+    return 0;
   }
   else{
     flagChildDialog=TRUE;
@@ -4637,7 +4637,7 @@
   char win_title[64];
 
   if(flagChildDialog){
-    return;
+    return 0;
   }
   else{
     flagChildDialog=TRUE;
--- a/src/mail.c
+++ b/src/mail.c
@@ -1422,7 +1422,7 @@
     froms=strbuf(NULL);
 
     if((fp=fopen(mascot->mail.file,"r"))==NULL){
-	return;
+	return -1;
     }
     
     while(!feof(fp)){
@@ -1545,7 +1545,7 @@
     froms=strbuf(NULL);
 
     if ((dp=opendir(mascot->mail.file))==NULL){
-	return;
+	return -1;
     }	
     
 
--- a/src/sockmsg.c
+++ b/src/sockmsg.c
@@ -276,7 +276,7 @@
 
 	fd_close(fd);
 	
-	if(readsize<4) return;
+	if(readsize<4) return -1;
 	
 	strncpy(tmp,buf,2);
 	mode=atoi(tmp);

--- End Message ---
--- Begin Message ---
Source: macopix
Source-Version: 1.7.4-6

We believe that the bug you reported is fixed in the latest version of
macopix, 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.
Ying-Chun Liu (PaulLiu) <[email protected]> (supplier of updated macopix 
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, 19 Feb 2016 03:48:20 +0800
Source: macopix
Binary: macopix-gtk2
Architecture: source amd64
Version: 1.7.4-6
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <[email protected]>
Changed-By: Ying-Chun Liu (PaulLiu) <[email protected]>
Description:
 macopix-gtk2 - Mascot Constructive Pilot for X based on GTK+ 2
Closes: 742141
Changes:
 macopix (1.7.4-6) unstable; urgency=low
 .
   * Add debian/patches/005_fix_clang_FTBFS_Wreturn-type.patch:
     - Fix FTBFS for clang (Closes: #742141)
     - Thanks to Nicolas Sévelin-Radiguet <[email protected]>
   * Add debian/patches/006_CVE-2015-8614.patch:
     - Sync code from the claws-mail-3.13.2
     - Fix CVE-2015-8614
     - Thanks to Ben Hutchings <[email protected]>
Checksums-Sha1:
 49f40031ad1a72baae27ea0d069672cb2cc4380e 1784 macopix_1.7.4-6.dsc
 45eb0690f9a1d28eaf193f723be05015587054fd 6340 macopix_1.7.4-6.debian.tar.xz
 7726068865ffbe9526a946860fb03db1bb0fb700 403440 
macopix-gtk2-dbgsym_1.7.4-6_amd64.deb
 95563fe6fcebec2d75dd83087b6824d12d856732 185416 macopix-gtk2_1.7.4-6_amd64.deb
Checksums-Sha256:
 b95b04b56af5c2009283fca5c86f63a8a756b5dd032e4761f7769e574db13b20 1784 
macopix_1.7.4-6.dsc
 d7b56f7a23250dd4388f4a45fb0f1a74668aaaab01cd96345a09c4ca8fdbf847 6340 
macopix_1.7.4-6.debian.tar.xz
 d656e02d05f63792c4c6621bb35e0527d83453fc7269cafe8e549e4f040453f1 403440 
macopix-gtk2-dbgsym_1.7.4-6_amd64.deb
 d10f8b7778ad9c75dd19cac94eda64b5af0867cdd465f784900c08340c984641 185416 
macopix-gtk2_1.7.4-6_amd64.deb
Files:
 9b3a60dae9841171640baef51afd330a 1784 games optional macopix_1.7.4-6.dsc
 ac74f0c81ec3b1e934c0381b849458b2 6340 games optional 
macopix_1.7.4-6.debian.tar.xz
 4ba087aa27dd5ecd889ea0a34a43e40d 403440 debug extra 
macopix-gtk2-dbgsym_1.7.4-6_amd64.deb
 1c6e57b918fd1d50c15c2a45d674e3c8 185416 games optional 
macopix-gtk2_1.7.4-6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWxiMsAAoJEEQXP6E9BYiIoxYP/2ZtQHDFMm4nvIMlH8+D644t
AvujSl17T0v5lQCQE6u7RhYp/82i9ueKezG5a4LQPEYt+vMLgwhDgzpPCBzf+/WU
c//UzqJMGtnN6GIMmFD42DWPSLXCQ3/o+Tb9HqVqi6HfNDsgygQTt+pQ2i2/v9sn
SwFf715sw5pFPG0+ZEysm0GiheijT2uO38Uvz3wPbZaFUXgNrCQcSdCJ8XYI+gZc
s+/U3FMHGLl+fITcaklNn6g9ax0flzjl/mg3fcWBn9+jJXnrvRRSPHE2waiTpwpU
WcKLdVA26UqH41U1pCL7+aqcK469hFzcyo5d+5YJKJdHNoyfGjIqPG+3rDv09sa5
BlwsvPWMJx1axYglVPjc0Kowi32TLgT4yirtTK9oGvM1XZPpYg5lf1KeFhkk/qur
CH3f3AkE6MLNPb+1mXohCP1YjugXWNqpZevh1yS6JHbPB9y7qBRuSNxn+UWpy8l4
BzyjyxhitswIHZgsuHrv2z5PDIXpL0ShOC0SR1SqnTwN6/GaCuQ90vgemcP+BYEh
rmAipqmhL/JzKOOnlIm0lgbX0/4+LnABpQcTI9Az/Nk7QBEhOeY/pCDATDr0anaK
TwkP1OqNLKEzlqk/T+TAvLtn3Hyb+InzmhIiZrZworVfxW6RsyDwhsJOQ3aiUx8j
76xjaNfh+FdqovFVRz1H
=805L
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to