I intent to upload an NMU for sfs, to fix this bug.

The interdiff with the current version in Debian is attached.

-- 
 Bessos,
     Maggie.
diff -u sfs-0.8-0+pre20050819.1/debian/changelog 
sfs-0.8-0+pre20050819.1/debian/changelog
--- sfs-0.8-0+pre20050819.1/debian/changelog
+++ sfs-0.8-0+pre20050819.1/debian/changelog
@@ -1,3 +1,10 @@
+sfs (1:0.8-0+pre20050819.1-2.1) unstable; urgency=low
+
+  * NMU to fix FTBFS bug (Closes: #338532), thanks to Damian Viano:
+    added declare_set_and_setsize patch, that declares the needed functions.
+
+ -- Margarita Manterola <[EMAIL PROTECTED]>  Wed, 25 Jan 2006 11:28:56 -0300
+
 sfs (1:0.8-0+pre20050819.1-2) unstable; urgency=low
 
   * Add patch to fix build failure on 64-bit archs (Closes: #326269)
only in patch2:
unchanged:
--- sfs-0.8-0+pre20050819.1.orig/debian/patches/declare_set_and_setsize.diff
+++ sfs-0.8-0+pre20050819.1/debian/patches/declare_set_and_setsize.diff
@@ -0,0 +1,11 @@
+--- sfs-0.8-0+pre20050819.1_debian/arpc/rpctypes.h     2004-09-19 
19:02:20.000000000 -0300
++++ sfs-0.8-0+pre20050819.1/arpc/rpctypes.h    2006-01-25 10:03:35.000000000 
-0300
+@@ -270,6 +270,8 @@
+ template<size_t n = RPC_INFINITY> struct rpc_bytes : rpc_vec<char, n> {
+   using rpc_vec<char, n>::base;
+   using rpc_vec<char, n>::size;
++  using rpc_vec<char, n>::set;
++  using rpc_vec<char, n>::setsize;
+ 
+   void setstrmem (const str &s) { set (s.cstr (), s.len ()); }
+   rpc_bytes &operator= (const str &s)

Attachment: signature.asc
Description: Digital signature

Reply via email to