Source: videolink
Version: 1.2.9-2
Severity: serious
Justification: FTBFS
Tags: patch

Hi,

videolink FTBFS in pbuilder/amd64.
This can confirm after #611389 was fixed.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611389

-----
In file included from /usr/include/xulrunner-1.9.1/unstable/nsError.h:42,
                 from xpcom_support.hpp:10,
                 from xpcom_support.cpp:8:
/usr/include/xulrunner-1.9.1/unstable/nscore.h:406:2: warning:
#warning libxul SDK was configured with char16_t support, but now
building without
xpcom_support.cpp: In function ‘void xpcom_support::throw_exception(nsresult)’:
xpcom_support.cpp:18: error: ‘sprintf’ is not a member of ‘std’
make[1]: *** [.objs/xpcom_support.o] error 1
-----

I attached the patch which revise this.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff --git a/xpcom_support.cpp b/xpcom_support.cpp
index 2c452d7..5c8b26e 100644
--- a/xpcom_support.cpp
+++ b/xpcom_support.cpp
@@ -1,6 +1,7 @@
 // Copyright 2005 Ben Hutchings <b...@decadent.org.uk>.
 // See the file "COPYING" for licence details.
 
+#include <cstdio>
 #include <cassert>
 #include <memory>
 #include <stdexcept>

Reply via email to