Your message dated Wed, 20 Jul 2016 11:00:09 +0000
with message-id <[email protected]>
and subject line Bug#753847: fixed in givaro 4.0.1-1
has caused the Debian Bug report #753847,
regarding givaro: 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.)


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


Hello,

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

Thanks,
Arthur
diff -Naur givaro.orig/givaro-3.7.2/debian/changelog givaro/givaro-3.7.2/debian/changelog
--- givaro.orig/givaro-3.7.2/debian/changelog	2014-07-05 10:39:59.298345869 -0500
+++ givaro/givaro-3.7.2/debian/changelog	2014-07-05 10:44:52.340574696 -0500
@@ -1,3 +1,11 @@
+givaro (3.7.2-2) unstable; urgency=low
+
+  * Fix FTBFS with clang
+    - Fixed "read-only variable is not assignable" in
+    src/library/poly1/givaro/givpoly1kara.inl
+
+ -- Arthur Marble <[email protected]>  Sat, 05 Jul 2014 10:44:52 -0500
+
 givaro (3.7.2-1) unstable; urgency=low
 
   * Upload to sid.
diff -Naur givaro.orig/givaro-3.7.2/debian/patches/clang-ftbfs.diff givaro/givaro-3.7.2/debian/patches/clang-ftbfs.diff
--- givaro.orig/givaro-3.7.2/debian/patches/clang-ftbfs.diff	1969-12-31 18:00:00.000000000 -0600
+++ givaro/givaro-3.7.2/debian/patches/clang-ftbfs.diff	2014-07-05 10:42:35.748076529 -0500
@@ -0,0 +1,22 @@
+Index: givaro-3.7.2/src/library/poly1/givaro/givpoly1kara.inl
+===================================================================
+--- givaro-3.7.2.orig/src/library/poly1/givaro/givpoly1kara.inl
++++ givaro-3.7.2/src/library/poly1/givaro/givpoly1kara.inl
+@@ -29,7 +29,7 @@ namespace Givaro {
+ template <class Domain>
+ inline typename Poly1Dom<Domain,Dense>::Rep& Poly1Dom<Domain,Dense>::stdmul( Rep& R, const Rep& P, const Rep& Q ) const
+ {
+-	const size_t sR = R.size();
++	size_t sR = R.size();
+ 	const size_t sP = P.size();
+ 	const size_t sQ = Q.size();
+ 	if ((sQ ==0) || (sP ==0)) { R.reallocate(0); return R; }
+@@ -46,7 +46,7 @@ inline typename Poly1Dom<Domain,Dense>::
+ template <class Domain>
+ inline typename Poly1Dom<Domain,Dense>::Rep& Poly1Dom<Domain,Dense>::karamul( Rep& R, const Rep& P, const Rep& Q ) const
+ {
+-	const size_t sR = R.size();
++	size_t sR = R.size();
+ 	const size_t sP = P.size();
+ 	const size_t sQ = Q.size();
+ 	if ((sQ ==0) || (sP ==0)) { R.reallocate(0); return R; }
diff -Naur givaro.orig/givaro-3.7.2/debian/patches/series givaro/givaro-3.7.2/debian/patches/series 
--- givaro.orig/givaro-3.7.2/debian/patches/series	2014-07-05 10:39:59.298345869 -0500
+++ givaro/givaro-3.7.2/debian/patches/series	2014-07-05 10:40:30.736300951 -0500
@@ -3,3 +3,4 @@
 doxygen-exclude-debian-dir.patch
 local-include-syntax.patch
 soname.patch
+clang-ftbfs.diff

--- End Message ---
--- Begin Message ---
Source: givaro
Source-Version: 4.0.1-1

We believe that the bug you reported is fixed in the latest version of
givaro, 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.
Doug Torrance <[email protected]> (supplier of updated givaro 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: Tue, 19 Jul 2016 07:22:14 -0400
Source: givaro
Binary: libgivaro-dev libgivaro8 libgivaro-doc givaro-user-doc givaro-dev-doc
Architecture: source all amd64
Version: 4.0.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Doug Torrance <[email protected]>
Description:
 givaro-dev-doc - Developer Documentation for Givaro (obsolete)
 givaro-user-doc - User Documentation for Givaro (obsolete)
 libgivaro-dev - arithmetic and algebraic computations - development files
 libgivaro-doc - Documentation for Givaro
 libgivaro8 - arithmetic and algebraic computations
Closes: 753847 811847
Changes:
 givaro (4.0.1-1) experimental; urgency=medium
 .
   [ Julien Puydt ]
   * New upstream release. (Closes: #811847, #753847)
   * Add myself to uploaders.
   * Bump standards-version and compat up.
   * Use https in Vcs-* fields.
   * Clean debian/rules.
 .
   [ Doug Torrance ]
   * Add myself to Uploaders.
   * Bump debian/watch to version 4 and update with new download location.
   * Refresh patch for new upstream version.
   * Use all hardening flags.
   * New patch adding version of a function needed by Macaulay2.
Checksums-Sha1:
 bea74846e37c02a3f385b510010be77801ff3666 2349 givaro_4.0.1-1.dsc
 c33f71345a2a44fba85d2ac9bbea988ca0999ccd 637821 givaro_4.0.1.orig.tar.gz
 7144b11a1f2046821622e372e858d2fc4e0d9448 15860 givaro_4.0.1-1.debian.tar.xz
 9c699951e249b39fd36931125a148dc139cbcc0b 11964 givaro-dev-doc_4.0.1-1_all.deb
 32240b2612ae097ea3f2d6fc8faf1661fa27f505 11978 givaro-user-doc_4.0.1-1_all.deb
 4d6530ba7838f6dc2b7aed9640fc6f1995b4c7b2 297530 libgivaro-dev_4.0.1-1_amd64.deb
 8ad1ee2602b09e620e4840401dbfb0aeb093bd56 2319080 libgivaro-doc_4.0.1-1_all.deb
 deac3317c2e600cee9ceecb9dc0469ca1cdc9bf8 725288 
libgivaro8-dbgsym_4.0.1-1_amd64.deb
 a4e817f466b4c26fcb8491b93e4e60804b6b0807 72978 libgivaro8_4.0.1-1_amd64.deb
Checksums-Sha256:
 a3ed7f43336128044bc4cefe228b762ccef9ed35ff1225ddaa6031ed114f2af9 2349 
givaro_4.0.1-1.dsc
 304cea7aaee0e4282c3a6a248dcfe1abb6d30eae6cc6c2f316de4da1cedaede9 637821 
givaro_4.0.1.orig.tar.gz
 27e77922f45b5dbad6fe36e5d9ec5df2c0207db08617d2e2b73df83cd358bf67 15860 
givaro_4.0.1-1.debian.tar.xz
 6c58c4897c46dac3e703d9e5b5614294a5a4e849994a81f464c32c14e360eb8c 11964 
givaro-dev-doc_4.0.1-1_all.deb
 7f3839c31be7615e06656cde93e4dca94d87c5b68b8b29b3f1e25dca569dab33 11978 
givaro-user-doc_4.0.1-1_all.deb
 d60bbf38635023a51fddca5df870c961030feb8e4beb6ce139337afe9eb9a070 297530 
libgivaro-dev_4.0.1-1_amd64.deb
 03d38c104d9227e5c4b44bbda2361f493182bcf4504853597717f7b35e0bb9a4 2319080 
libgivaro-doc_4.0.1-1_all.deb
 35e332bfde3c84a57bbab0ac060004a16c04a0387da5b7c4175412936782d380 725288 
libgivaro8-dbgsym_4.0.1-1_amd64.deb
 ec7af886492abd03ed4536c0cf89f02d419649f4e608a6b3799985221987c925 72978 
libgivaro8_4.0.1-1_amd64.deb
Files:
 201fa6dbdf10da8adb7ecb2e80551cbe 2349 math optional givaro_4.0.1-1.dsc
 00b90cad7929fdaa4eedf6cef009bfbb 637821 math optional givaro_4.0.1.orig.tar.gz
 a41e0c787c6f81d16f39ef1ac763d672 15860 math optional 
givaro_4.0.1-1.debian.tar.xz
 99394e5c1269530ee61827545e78aaa3 11964 doc optional 
givaro-dev-doc_4.0.1-1_all.deb
 d3746235cb88ad16cfe0cb55dbe87cf8 11978 doc optional 
givaro-user-doc_4.0.1-1_all.deb
 1e0f70a8fe7f263daf3ee91231eb3cfa 297530 libdevel optional 
libgivaro-dev_4.0.1-1_amd64.deb
 50dc0ded5bf878d25be1898476ac634f 2319080 doc optional 
libgivaro-doc_4.0.1-1_all.deb
 a2cd0a433340dc3c26afbbf6ff4faf6a 725288 debug extra 
libgivaro8-dbgsym_4.0.1-1_amd64.deb
 71e2851522b46beb7f141e11225b7d8b 72978 libs optional 
libgivaro8_4.0.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXjiaKAAoJEFeKBJTRxkbRiwMQAJqX7gC/P/Vbl0lP9hVQm8zR
F6CBNymxQu4IsqugBY7GD0JCC9ySOy4g59DwSitszNfD2Xt6Ciyd1+EHqKa8aA+3
XlypXIPd0rF/Qtiv/TYnU6OS0PY/7A7DSx7K0z15wcUr/1wo70/peW5m5JvEtrc6
wdozGR9MQItGEshscfqS9OAMhPBco5xfuoDqEIAoXOzOK74gNv8/e7C/nbHo3Mwv
mFuKM1OTm8j5BF8YyMn+HKgnGgzyMB/y0qZR0rO7S18HNDB6kmJ/jHAqODH6Dj9h
Qm/XkM/d61Clx5TwFzt9AiG6qi/sfQ8dEQxDZo8xg3/zgR3fDvyQd4N1axm06u3A
vy2TWj19pz4v1NFGEUzgb8jAqt9Yv4s6pon2WyqLolEhp78PbOGOvDd7qNFyHEme
n0aEZsrJvdF9ad1qUsqs6459QXZxrvm9LOhGMWCKNv/KR2v/gCWNknDmkwCY9dyI
yEjCCQb1aEGuaVWXBmfWVlC55hIsZGLVW8fzM3ST50kNWh5TI9N9JsfGmlrpbHwZ
10c8ihfh/cpIPJUYrnXNKHIR1cuMAelHUPrtdDzRolw4rRMemjiMu9wZGhJZ1Z2Z
YI923tFfSqheIdp+TBv25unf7+HA7XLnZtB0k5fOuVEblyGI1owQaoLFaL13Szmv
SkUVOnF+92BbFNtXNWfl
=Q8E2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to