Your message dated Mon, 29 Feb 2016 16:12:01 +0000
with message-id <[email protected]>
and subject line Bug#816202: Removed package(s) from unstable
has caused the Debian Bug report #812148,
regarding vftool: FTBFS 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.)


-- 
812148: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812148
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vftool
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs

Hello,

Using the rebuild infrastructure, your package fails to build with clang
(instead of gcc).

Detected this kind of error:
http://clang.debian.net/status.php?version=3.6.0&key=FUNCTION_RETURNS_VALUE

Full build log is available here:
http://clang.debian.net/logs/2015-03-25/vftool_2.0alpha-4.1_unstable_clang.log 


I have attached a patch to fix this error.

Regards,
--Arthur Marble


-- System Information:
Debian Release: sid (unstable)
Architecture: amd64 (x86_64)
Kernel: Linux 4.2.0-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE="en_US.UTF-8"
Shell: /bin/sh linked to /bin/dash
Compiler: Debian clang version 3.6.2-3 (based on LLVM 3.6.2)
--- a/mka2bkjvf.c
+++ b/mka2bkjvf.c
@@ -172,7 +172,7 @@
     byte b[sizeof(int)], db[sizeof(int)];
 
     if ((ct = getctype(jis, jfmfi)) == 0)
-	return;
+	return 0;
     pl = 3;	/* SET2 jis */
     for (; 0 < curfix->code && curfix->code < jis; curfix++)
 	;
@@ -194,7 +194,7 @@
     } else
 	gl = dgl = 0;
     if (gl == 0 && dgl == 0 && jfmfi->ch[ct].tfmw == jfmfi->ch[0].tfmw)
-	return;
+	return 0;
     if (gl != 0) {
 	n = inttob(b, gl, TRUE);
 	pl += 1+n;
--- a/mkbkv2hjvf.c
+++ b/mkbkv2hjvf.c
@@ -148,7 +148,7 @@
 	if (vc->cc == jis)
 	    break;
     if (vc->cc == 0)
-	return;
+	return 0;
     rn = inttob(rb, rdisp-vc->y, TRUE);
     pl += 1+rn;
     dn = inttob(db, ddisp-vc->x, TRUE);
--- a/mkvsyvf.c
+++ b/mkvsyvf.c
@@ -158,7 +158,7 @@
 	sp_end = mirror_end;
 	sp_end_len = mirror_end_len;
     } else
-	return;
+	return 0;
     pl = 3;	/* SET2 cc */
     rn = inttob(rb, rd, TRUE);
     pl += 1+rn;
--- a/mkvsydvf.c
+++ b/mkvsydvf.c
@@ -106,7 +106,7 @@
 	rd = depthratio;
 	dd = -rdisp;
     } else
-	return;
+	return 0;
     pl = 5;	/* DIR 1 SET2 cc */
     rn = inttob(rb, rd, TRUE);
     pl += 1+rn;

--- End Message ---
--- Begin Message ---
Version: 2.0alpha-4.1+rm

Dear submitter,

as the package vftool has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/816202

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to