Your message dated Sat, 15 Oct 2016 04:32:24 +0000
with message-id <e1bvge0-0005cz...@franck.debian.org>
and subject line Bug#753540: fixed in tnef 1.4.12-1
has caused the Debian Bug report #753540,
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 ow...@bugs.debian.org
immediately.)


-- 
753540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tnef
Severity: minor
Tags: patch
User: pkg-llvm-t...@lists.alioth.debian.org
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.4.2&key=CONFLICTING_TYPE

Full build log is available here:
http://clang.debian.net/logs/2014-06-16/tnef_1.4.9-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)

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
--- tnef-1.4.9/src/tnef.c	2012-03-01 03:46:07.000000000 +0400
+++ tnef-1.4.9-my/src/tnef.c	2014-07-03 01:36:46.598870768 +0400
@@ -229,6 +229,15 @@
     return retval;
 }
 
+void free_bodies(VarLenData **bodies, int len)
+{
+    while (len--)
+    {
+        XFREE(bodies[len]->data);
+        XFREE(bodies[len]);
+    }
+}
+
 
 /* The entry point into this module.  This parses an entire TNEF file. */
 int
@@ -386,11 +395,3 @@
     return 0;
 }
 
-void free_bodies(VarLenData **bodies, int len)
-{
-    while (len--)
-    {
-        XFREE(bodies[len]->data);
-        XFREE(bodies[len]);
-    }
-}

--- End Message ---
--- Begin Message ---
Source: tnef
Source-Version: 1.4.12-1

We believe that the bug you reported is fixed in the latest version of
tnef, 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 753...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kevin Coyner <kcoy...@debian.org> (supplier of updated tnef 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 12 Oct 2016 21:55:41 -0400
Source: tnef
Binary: tnef
Architecture: source amd64
Version: 1.4.12-1
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner <kcoy...@debian.org>
Changed-By: Kevin Coyner <kcoy...@debian.org>
Description:
 tnef       - Tool to unpack MIME application/ms-tnef attachments
Closes: 747201 753540 796480
Changes:
 tnef (1.4.12-1) unstable; urgency=low
 .
   * New upstream release. This release addresses FTBFS with clang instead of 
gcc
     by defining free_bodies before it is used. (Closes: #747201, #753540)
   * debian/control:
     + Fixed typo in package description. (Closes: #796480)
     + Bumped debhelper to 9.
     + Bumped Standards-Version to 3.9.8.
     + Updated Homepage information.
     + Add Build-Depends on dh-autoreconf.
   * Updated watch file to reflect new location of upstream.
   * Remove TODO from and add AUTHORS to debian/docs.
   * Updated debian/copyright, removed duplicate license text.
   * Upstream build system was revised, so debian/rules now calls autoreconf
     instead of autotools-dev. Added override_dh_auto_test to remove left over
     file from testing.
Checksums-Sha1:
 a7b14ceecdd2881c8b5dd443bbb1ee6392d838f8 1368 tnef_1.4.12-1.dsc
 1e6cb8a267157f9ee7696ef8fc4c602e40cb2902 8463407 tnef_1.4.12.orig.tar.gz
 80fa7866014e406284ed1fac7a46164285d15528 4140 tnef_1.4.12-1.debian.tar.xz
 642c3e0d2fbf84287a283d544ee604af12a7d97a 52420 tnef-dbgsym_1.4.12-1_amd64.deb
 163b010632f8a47692788d740421661d3e11bd48 41616 tnef_1.4.12-1_amd64.deb
Checksums-Sha256:
 3789c07e9923a071a7086cf3f997d558606b8b314a292321aa99d37d6a5220aa 1368 
tnef_1.4.12-1.dsc
 f7dea4c806d2263948ed027dbb8c593191f321b79c73816bb5608c957bc70254 8463407 
tnef_1.4.12.orig.tar.gz
 0493ae85eddcc62d3ad5f83142259046e3279fc336b1e95504ee6d9b2ca53fcd 4140 
tnef_1.4.12-1.debian.tar.xz
 308bc11e1924ac9c68766a9018e90aae32c7fd7cfccd57056a2cf9b4e73ca015 52420 
tnef-dbgsym_1.4.12-1_amd64.deb
 26e6a9583bf2a790405325d18be8396d84e40e4520e08a4e99b3a121bfd8dfc8 41616 
tnef_1.4.12-1_amd64.deb
Files:
 8b023c76287eb2099fb0c4d836a0f9d5 1368 text optional tnef_1.4.12-1.dsc
 59d96464d8aa10349c02ca1edd47f0ac 8463407 text optional tnef_1.4.12.orig.tar.gz
 319b1e6038fd17c314e912efc3e971b7 4140 text optional tnef_1.4.12-1.debian.tar.xz
 32408e06b86dece857d75557be40db9b 52420 debug extra 
tnef-dbgsym_1.4.12-1_amd64.deb
 c214dad85f5700c9e92a632963715401 41616 text optional tnef_1.4.12-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQEwBAEBCAAaBQJYAY5jExxrY295bmVyQGRlYmlhbi5vcmcACgkQ67MaYshdj3GB
Zgf/dP1m3Ye3LKH5cGU7Sn2foAEI7M0ecjsd1gXxrkLE/Qx3IsKB37K0Idi/K87x
Gj3a+N3rC2u1yJjwAMuHWXOqkbkArnC5VrpBEBSXDson+D8WqXEPrxCRD4c9OCvr
5n+VO+3FPtUZ7B6Jx0smpb8ltIOTCY8oVRbygy/ea/WaN577CEysJO3LgxueLGUc
EtwokFoJg7nTiq3TXF4Ecm4Tn5kNDW8tIjYT5vSP97xQpB44Ig5s0coYc2WGbLJ2
hWQ4+XOPZ3pp4AKFUzvL3+L1u9I+tHM0VxpLndk2u+rhXqguLD+yKdsWXM/drh8+
ihWcMZ42dB8A3NpcKKgp+N+0Tw==
=23sV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to