Your message dated Fri, 15 Aug 2014 09:34:54 +0000
with message-id <[email protected]>
and subject line Bug#758149: fixed in ffindex 0.9.9.3-2
has caused the Debian Bug report #758149,
regarding 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.)
--
758149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ffindex
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).
We detected this kinf of error:
http://clang.debian.net/status.php?version=3.5.0rc1&key=NOT_ALLOWED_HERE
Full build log is available here:
http://clang.debian.net/logs/2014-06-16/ffindex_0.9.9.3-1_unstable_clang.log
Thanks,
Alexander
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- ./src/ffindex.c 2014-08-14 23:34:44.000000000 +0400
+++ ../ffindex-0.9.9.3-my/./src/ffindex.c 2014-08-14 23:27:02.894501997 +0400
@@ -510,11 +510,10 @@
return index;
}
+static FILE* index_file_action = NULL;
+static int ret_action = EXIT_SUCCESS;
-int ffindex_tree_write(ffindex_index_t* index, FILE* index_file)
-{
- int ret = EXIT_SUCCESS;
- void action(const void *node, const VISIT which, const int depth)
+static void action(const void *node, const VISIT which, const int depth)
{
ffindex_entry_t *entry;
switch (which)
@@ -526,13 +525,17 @@
case postorder:
case leaf:
entry = *(ffindex_entry_t **) node;
- if(fprintf(index_file, "%s\t%zd\t%zd\n", entry->name, entry->offset, entry->length) < 0)
- ret = EXIT_FAILURE;
+ if(fprintf(index_file_action, "%s\t%zd\t%zd\n", entry->name, entry->offset, entry->length) < 0)
+ ret_action = EXIT_FAILURE;
break;
}
}
+
+int ffindex_tree_write(ffindex_index_t* index, FILE* index_file)
+{
+ index_file_action = index_file;
twalk(index->tree_root, action);
- return ret;
+ return ret_action;
}
/* vim: ts=2 sw=2 et
--- End Message ---
--- Begin Message ---
Source: ffindex
Source-Version: 0.9.9.3-2
We believe that the bug you reported is fixed in the latest version of
ffindex, 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.
Andreas Tille <[email protected]> (supplier of updated ffindex 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: SHA256
Format: 1.8
Date: Fri, 15 Aug 2014 09:25:28 +0200
Source: ffindex
Binary: ffindex libffindex0 libffindex0-dev ffindex-dbg
Architecture: source amd64
Version: 0.9.9.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
ffindex - simple index/database for huge amounts of small files
ffindex-dbg - simple index/database for huge amounts of small files (debug)
libffindex0 - library for simple index/database for huge amounts of small files
libffindex0-dev - library for simple index/database for huge amounts of small
files
Closes: 758149
Changes:
ffindex (0.9.9.3-2) unstable; urgency=medium
.
* Build with clang (thanks for the patch to Alexander <[email protected]>)
Closes: #758149
* debian/control:
- add myself to Uploaders
- Priotity: optional
- debhelper 9
- cme fix dpkg-control
Checksums-Sha1:
cbb19e7dd5d52e440f0a7b51ed8e9f17a538a363 2174 ffindex_0.9.9.3-2.dsc
aa056988a54acd47a76a03d3e73b8901dd644b9e 13300 ffindex_0.9.9.3-2.debian.tar.xz
4f81564b837d43d9c1e694750439d44131ceecc8 23330 ffindex_0.9.9.3-2_amd64.deb
949c61df067bfcd996f70ffafdd060e9120cf133 15818 libffindex0_0.9.9.3-2_amd64.deb
0d249d4d8189455733ea1f325b66c3f785f26e88 15686
libffindex0-dev_0.9.9.3-2_amd64.deb
33460e8ce827eb33fcd932e75b9fc545972505be 50760 ffindex-dbg_0.9.9.3-2_amd64.deb
Checksums-Sha256:
524ccb043fb5913fd7427d2917bbd7cb1c42975d18c026f237e204d5d2e37918 2174
ffindex_0.9.9.3-2.dsc
2d5a41d14db7fbdea2cf8f71633a4f53e9602612567c53a17cddd8d29860fbf9 13300
ffindex_0.9.9.3-2.debian.tar.xz
0c12abbaa758a9eef9f781c69209ce316615607840e30425696ec3292bb7372a 23330
ffindex_0.9.9.3-2_amd64.deb
5cbcc82f8eb39094da5c71f9af195cad5d9a044339c8024d46bd203c44bb0c13 15818
libffindex0_0.9.9.3-2_amd64.deb
cee108ead44a5e35fdbc7807aa214be97db9e5a65f0368a0b8d688df4c90b25e 15686
libffindex0-dev_0.9.9.3-2_amd64.deb
dcf86c1dac074dd17df83764ecd23bbc791075d70bda445c3687dcde5fca286c 50760
ffindex-dbg_0.9.9.3-2_amd64.deb
Files:
f7c1a3912b8a5b6d7661168a2d232ecd 23330 science optional
ffindex_0.9.9.3-2_amd64.deb
66c20854811870bc0a591f2c1173d44d 15818 libs optional
libffindex0_0.9.9.3-2_amd64.deb
576ec7be2b0a55331b7b2e9bbfd84c61 15686 libdevel optional
libffindex0-dev_0.9.9.3-2_amd64.deb
ce8b9f5aed41860c292595a6aa620bdd 50760 debug extra
ffindex-dbg_0.9.9.3-2_amd64.deb
9559c4e6ae2840640a4c442a83fbbd0a 2174 science optional ffindex_0.9.9.3-2.dsc
402f8270b5024f78db5d337fbb8ec5f3 13300 science optional
ffindex_0.9.9.3-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJT7cADAAoJEFeKBJTRxkbRaekP/RUxMQUwJYC+Madca7JKioT1
UinnBQPNi4P8Z87sz9+HQlfXXXXI8ChYFh+Mxan8VAokt/pNoMQueRMf01BeaRe3
W7cH4SLZ+ISIsSapZeFXUIA+mpJP5kbBf0uKqGn2xATCJD8E2FitufPy3wmZ3WA8
bm48Fz3n8GRvHvlCNCLfimbPOG7WggMRvnWPcAdBb+JsTgpCENQN5gwTIFjfxyO8
epW6g+yTjSlIGLMgzU+bfbkEn7gyBJixxIiqiOmkGsHXHJOHanKeCehcLy/6j24m
7z/P+1iBqgPK0dI9X4MwbYC4OrjtM+4SJLrSlAf85k1EggYU0IcSj32AEmhM2/HN
QYlu5uAKg4Rdh+5Kpj7Pk74WW+yHBdXH1Opv9pnRHfOrZGhC7CprXoeGPkboMl6z
xw1KUEANvey752CgUvvUBOeBiacYcd16E5cZmrdbwWNNdAIXRPzs9rUyvyG+lc3l
+qXmeX0SnXVzy5e46hAVYOkgmsUjXDKsJ2GdJYRanq80clbY5nC4bkxQxKwcK+z/
c7tFwbWNOASGv4GDTC5DBALoGXbP8+/PEKRZ5F/xU+VmWSfhvf7BbQNCjkBCYJDj
KrXkAA0gNYsl3fw9cg03e7QY8YwEBINbLb1Nuh0MdBSonUgfBiUhpN/mxWM47rJY
aI50RRq3TKBcHHGHJC5W
=zqxb
-----END PGP SIGNATURE-----
--- End Message ---