Your message dated Sat, 09 Aug 2014 10:20:25 +0000
with message-id <[email protected]>
and subject line Bug#757266: fixed in crm114 20100106-6
has caused the Debian Bug report #757266,
regarding crm114: 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.)
--
757266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757266
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: crm114
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.4.2&key=UNDEF_REF
Full build log is available here:
http://clang.debian.net/logs/2014-06-16/crm114_20100106-5_unstable_clang.log
Thanks,
Arthur
-- System Information:
Debian Release: jessie/sid (unstable)
Architecture: amd64 (x86_64)
Kernel: Linux 3.14-2-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.5.0-+rc1-2 (tags/RELEASE_35/rc1) (based on
LLVM 3.5.0)
diff -Naur crm114.orig/crm114-20100106/debian/changelog crm114/crm114-20100106/debian/changelog
--- crm114.orig/crm114-20100106/debian/changelog 2014-08-06 13:38:44.746903300 -0500
+++ crm114/crm114-20100106/debian/changelog 2014-08-06 13:47:40.606912632 -0500
@@ -1,3 +1,10 @@
+crm114 (20100106-6) unstable; urgency=low
+
+ * Fix FTBFS clang
+ - Fixed undefined reference error in
+ crm_svm_matrix.h
+ -- Arthur Marble <[email protected]> Wed, 06 Aug 2014 13:47:40 -0500
+
crm114 (20100106-5) unstable; urgency=low
* Function declaration conflicts fixed; closes: #748029.
diff -Naur crm114.orig/crm114-20100106/debian/patches/clang-ftbfs.diff crm114/crm114-20100106/debian/patches/clang-ftbfs.diff
--- crm114.orig/crm114-20100106/debian/patches/clang-ftbfs.diff 1969-12-31 18:00:00.000000000 -0600
+++ crm114/crm114-20100106/debian/patches/clang-ftbfs.diff 2014-08-06 13:46:27.626911361 -0500
@@ -0,0 +1,30 @@
+--- a/crm_svm_matrix.h
++++ b/crm_svm_matrix.h
+@@ -141,14 +141,14 @@ Vector *vector_make(unsigned int dim, Ve
+ Vector *vector_make_size(unsigned int dim, VectorType type, int compact,
+ int init_size);
+ void vector_copy(Vector *from, Vector *to);
+-inline void vector_set(Vector *v, unsigned int i, double d);
+-inline double vector_get(Vector *v, unsigned int i);
++void vector_set(Vector *v, unsigned int i, double d);
++double vector_get(Vector *v, unsigned int i);
+ void vector_add_col(Vector *v);
+ void vector_add_ncols(Vector *v, unsigned int n);
+ void vector_remove_col(Vector *v, unsigned int c);
+-inline int vector_iszero(Vector *V);
++int vector_iszero(Vector *V);
+ int vector_equals(Vector *v1, Vector *v2);
+-inline void vector_zero(Vector *v);
++void vector_zero(Vector *v);
+ void vector_add(Vector *v1, Vector *v2, Vector *ret);
+ void vector_multiply(Vector *v, double s, Vector *ret);
+ double dot(Vector *v1, Vector *v2);
+@@ -182,7 +182,7 @@ static inline double vector_dist(Vector
+ void vectorit_zero_elt(VectorIterator *vit, Vector *v);
+ void vectorit_insert(VectorIterator *vit, unsigned int c, double d, Vector *v);
+ void vectorit_find(VectorIterator *vit, unsigned int c, Vector *v);
+-inline void vectorit_set_col(VectorIterator vit, unsigned int c, Vector *v);
++void vectorit_set_col(VectorIterator vit, unsigned int c, Vector *v);
+
+ //defined in this file - forced to be inline'd at high optimization
+ MY_INLINE void vectorit_set_at_beg(VectorIterator *vit, Vector *v);
diff -Naur crm114.orig/crm114-20100106/debian/patches/series crm114/crm114-20100106/debian/patches/series
--- crm114.orig/crm114-20100106/debian/patches/series 2014-08-06 13:38:44.746903300 -0500
+++ crm114/crm114-20100106/debian/patches/series 2014-08-06 13:39:00.650903577 -0500
@@ -5,3 +5,4 @@
paths.patch
mailfilter-typo.patch
function-conflict.patch
+clang-ftbfs.diff
--- End Message ---
--- Begin Message ---
Source: crm114
Source-Version: 20100106-6
We believe that the bug you reported is fixed in the latest version of
crm114, 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.
Milan Zamazal <[email protected]> (supplier of updated crm114 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: Sat, 09 Aug 2014 11:55:53 +0200
Source: crm114
Binary: crm114
Architecture: source amd64
Version: 20100106-6
Distribution: unstable
Urgency: low
Maintainer: Milan Zamazal <[email protected]>
Changed-By: Milan Zamazal <[email protected]>
Description:
crm114 - versatile classifier for e-mail and other data
Closes: 757266
Changes:
crm114 (20100106-6) unstable; urgency=low
.
* Fix FTBFS with clang; thanks to Arthur Marble <[email protected]>;
closes: #757266.
Checksums-Sha1:
cb33815498917e8b310887bb117793fec19150ff 1102 crm114_20100106-6.dsc
2ef1e5b8a551f90c7571073a72438cb6eb20d68d 32744 crm114_20100106-6.debian.tar.xz
14b5d584c0f55e6b98644019840d1300e6358282 536244 crm114_20100106-6_amd64.deb
Checksums-Sha256:
de67f61c1d60bab7dafce98011ebecd94a88dd628f827422a7d5ed256407a4b6 1102
crm114_20100106-6.dsc
3c56aa0248e5701bf8d8b398fed144301d9e1824d0f9653c116a89f99b65d8a9 32744
crm114_20100106-6.debian.tar.xz
559e792569ec034cf0802bb4490b2c09f34f2731c63301559aa04f182a165dca 536244
crm114_20100106-6_amd64.deb
Files:
8ea63d3d9d0cbf87d98ed88dcdb3e9ba 536244 mail optional
crm114_20100106-6_amd64.deb
2d3d05c4773822a7d186df64a85a2761 1102 mail optional crm114_20100106-6.dsc
70b9df86808ed3e53586eaa471a1a466 32744 mail optional
crm114_20100106-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlPl8RQACgkQkSkk/j3Cm0HqWwCgkZoH8dqkhzqPhw+g9BZVvTDU
F24AnAzsxC0DaJMTbQ+qGkahPzhjqmsa
=1vMI
-----END PGP SIGNATURE-----
--- End Message ---