Your message dated Wed, 28 May 2014 21:36:56 +0000
with message-id <[email protected]>
and subject line Bug#746611: fixed in nwipe 0.16-1
has caused the Debian Bug report #746611,
regarding nwipe: 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.)
--
746611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746611
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nwipe
Version: 0.14-1
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/nwipe
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
--- a/src/method.c
+++ b/src/method.c
@@ -156,8 +156,8 @@
nwipe_log( NWIPE_LOG_FATAL, "Unable to seed the %s method.", nwipe_dod522022m_label );
/* Ensure a negative return. */
- if( r < 0 ) { c->result = r; return; }
- else { c->result = -1; return; }
+ if( r < 0 ) { c->result = r; return NULL; }
+ else { c->result = -1; return NULL; }
}
@@ -215,8 +215,8 @@
nwipe_log( NWIPE_LOG_FATAL, "Unable to seed the %s method.", nwipe_dodshort_label );
/* Ensure a negative return. */
- if( r < 0 ) { c->result = r; return; }
- else { c->result = -1; return; }
+ if( r < 0 ) { c->result = r; return NULL; }
+ else { c->result = -1; return NULL; }
}
@@ -312,8 +312,8 @@
nwipe_log( NWIPE_LOG_FATAL, "Unable to seed the %s method.", nwipe_gutmann_label );
/* Ensure a negative return. */
- if( r < 0 ) { c->result = r; return; }
- else { c->result = -1; return; }
+ if( r < 0 ) { c->result = r; return NULL; }
+ else { c->result = -1; return NULL; }
}
@@ -406,7 +406,7 @@
nwipe_perror( errno, __FUNCTION__, "malloc" );
nwipe_log( NWIPE_LOG_FATAL, "Unable to allocate the random character array." );
c->result = -1;
- return;
+ return NULL;
}
/* Allocate the array of complement characters. */
@@ -417,7 +417,7 @@
nwipe_perror( errno, __FUNCTION__, "malloc" );
nwipe_log( NWIPE_LOG_FATAL, "Unable to allocate the complement character array." );
c->result = -1;
- return;
+ return NULL;
}
@@ -432,7 +432,7 @@
nwipe_perror( errno, __FUNCTION__, "malloc" );
nwipe_log( NWIPE_LOG_FATAL, "Unable to allocate the pattern array." );
c->result = -1;
- return;
+ return NULL;
}
@@ -446,8 +446,8 @@
nwipe_log( NWIPE_LOG_FATAL, "Unable to seed the %s method.", nwipe_ops2_label );
/* Ensure a negative return. */
- if( r < 0 ) { c->result = r; return; }
- else { c->result = -1; return; }
+ if( r < 0 ) { c->result = r; return NULL; }
+ else { c->result = -1; return NULL; }
}
--- End Message ---
--- Begin Message ---
Source: nwipe
Source-Version: 0.16-1
We believe that the bug you reported is fixed in the latest version of
nwipe, 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.
Martijn van Brummelen <[email protected]> (supplier of updated nwipe 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, 28 May 2014 21:42:04 +0200
Source: nwipe
Binary: nwipe
Architecture: source i386
Version: 0.16-1
Distribution: unstable
Urgency: medium
Maintainer: Martijn van Brummelen <[email protected]>
Changed-By: Martijn van Brummelen <[email protected]>
Description:
nwipe - Utility to securely erase disks
Closes: 746611
Changes:
nwipe (0.16-1) unstable; urgency=medium
.
* New upstream release.
* Changed rules file. Upstream changed a bit and is now using
init.sh(automake/autoconf) script.
- added dh_autoreconf override options
* Add pkg-config as dependency.
* Change Standards-Version (No changes needed).
* Fix clang-ftbfs thanks Nicolas (Closes: #746611).
Checksums-Sha1:
5fa14de7b22741eb7977f6a64bac5082455ff582 1782 nwipe_0.16-1.dsc
dc29ebc5bcb24498059f580d9042ffe04390a7be 48885 nwipe_0.16.orig.tar.gz
e552b31aa14388b44d4912f834d09437f277e634 3460 nwipe_0.16-1.debian.tar.xz
53ba049e9f2872a7e2660298489c7bb54c0aa04f 30292 nwipe_0.16-1_i386.deb
Checksums-Sha256:
6096d28312903512d7393bb49f5c95ce62564bcde5dbfc9f8463fbd99bc19ecf 1782
nwipe_0.16-1.dsc
509aebba371272764cacb446efce3f87b6a47bbc6e6717a1830b5bed4e0fb4bc 48885
nwipe_0.16.orig.tar.gz
8b09d90343eb1adca5e2bebaf7ef78864cb8e35505853872bad951122abb80f6 3460
nwipe_0.16-1.debian.tar.xz
6964da6652c158d5e8f9194bb7b48f3c24336b8d7c21edd5d473590e4151b954 30292
nwipe_0.16-1_i386.deb
Files:
0fe8a238e997f1c3c92d83404c909827 30292 utils extra nwipe_0.16-1_i386.deb
0799a5116ba4f7d5e1f0a2b9a875da3f 1782 utils extra nwipe_0.16-1.dsc
98487303370494b65df47e98649a054a 48885 utils extra nwipe_0.16.orig.tar.gz
a43369bfa7b63d76132ac4aaa20c3417 3460 utils extra nwipe_0.16-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJThkAjAAoJEO0N0zaN5AkkVioP/i32A0zik3F6wejY2Z+5vy5J
yuI5zOeaslu0ejwE+xbri6IpHYrN8CczPp+2TrdK1LXAnzCL37ug97w/P/FFxYXN
G0v6mGx1iEIxP8r4gLTUKFv54eO1nAeytCfYeyUn1xmcdbeczAehW+bU9l6xlxxv
8lgLj/7EaVoj8XHx1uAxywW7GC5KGAMMPiM+aD2mnqSCKHY5G9hgW8x2t6LImF7n
MmfcSR3ac2irllAoeQlYuydsMYNKQIcRVsT79QKziZlyRQf3S2d71ohkA5HJkmgl
YSa6ihAJEp1QFxwLgXqgvK+PnB4/ckeImxXfpxcu5tljNfRBVx/7ppuJy9fB/rDQ
CPFuBLHUwSs9YxIj35AblP+4sopzbnFm7AhufpB9MfJZ1slIE7IvWWkk6PYc/cdV
d9wxxLmvLVX//TBTrpRnsHo3XAQohw62A7nS5ALpb6c/VB+G6Lh2p9YUgXGGmQhi
4d677dzA00wHtRSr2uc2baACi+9Dvd4eIGA7E0vwJKza5PQOpTf68i5zpzK8tDPf
221BvCbln2rdPcUsj2f75WrT9Ph8I+DA0dP+Fr0mr1PZq3pT23L4w5w5YukYTgL4
TxZkC71aPjnVJJtO19NDZDnM9/YdAWya+im0afrZucyrVZfgtRdd/UCe59RG0Et3
fgjnpRnHOONxHujAW58N
=zFp5
-----END PGP SIGNATURE-----
--- End Message ---