[Pkg-scicomp-devel] orsa/trunk

Frank S. Thomas fst at debian.org
Thu Dec 13 08:22:22 UTC 2007


SVN commit 1941 by fst:

src/liborsa/orsa_{interaction_tree,file,file_jpl}.cc: Explicitly included
the <cstring> header which is required for memcpy() and strlen() function
calls. This fixes a FTBFS with GCC 4.3. Thanks to Martin Michlmayr for the
bug report. (closes: #456046)



 M  +6 -3      orsa/trunk/debian/changelog  
 M  +1 -0      orsa/trunk/src/liborsa/orsa_file.cc  
 M  +1 -0      orsa/trunk/src/liborsa/orsa_file_jpl.cc  
 M  +1 -0      orsa/trunk/src/liborsa/orsa_interaction_tree.cc  


--- orsa/trunk/debian/changelog #1940:1941
@@ -1,8 +1,11 @@
-orsa (0.7.0-11) UNRELEASED; urgency=low
+orsa (0.7.0-11) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * src/liborsa/orsa_{interaction_tree,file,file_jpl}.cc: Explicitly included
+    the <cstring> header which is required for memcpy() and strlen() function
+    calls. This fixes a FTBFS with GCC 4.3. Thanks to Martin Michlmayr for the
+    bug report. (closes: #456046)
 
- -- Frank S. Thomas <fst at debian.org>  Thu, 06 Dec 2007 19:41:39 +0100
+ -- Frank S. Thomas <fst at debian.org>  Thu, 13 Dec 2007 09:05:02 +0100
 
 orsa (0.7.0-10) unstable; urgency=low
 
--- orsa/trunk/src/liborsa/orsa_file.cc #1940:1941
@@ -25,6 +25,7 @@
 #include "orsa_file.h"
 
 #include <algorithm>
+#include <cstring>
 #include <iostream>
 
 #include <ctype.h>
--- orsa/trunk/src/liborsa/orsa_file_jpl.cc #1940:1941
@@ -27,6 +27,7 @@
 #include "orsa_secure_math.h"
 
 #include <cstdio>
+#include <cstring>
 
 #include "sdncal.h"
 #include "jpleph.h"
--- orsa/trunk/src/liborsa/orsa_interaction_tree.cc #1940:1941
@@ -26,6 +26,7 @@
 #include "orsa_secure_math.h"
 #include "orsa_universe.h"
 
+#include <cstring>
 #include <iostream>
 #include <list>
 #include <stack>



More information about the Pkg-scicomp-devel mailing list