Hi,

The attached file is my updated diff for my xqilla 2.0.0-2.1 NMU - this diff
supercedes any previous diff sent by me on this bug.

It was updated because the CFLAGS settings were not being propogated to GCC
when building in a chroot, which was causing FTBFS as it could not find the
private library.

The associated changelog entry is:

 xqilla (2.0.0-2.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #474865)
   * Use CXXFLAGS instead of CFLAGS to pass location of private library, was
     causing FTBFS from within chroot.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru xqilla-2.0.0/debian/changelog xqilla-2.0.0/debian/changelog
--- xqilla-2.0.0/debian/changelog       2008-04-12 16:05:38.000000000 +0100
+++ xqilla-2.0.0/debian/changelog       2008-04-12 16:05:38.000000000 +0100
@@ -1,3 +1,12 @@
+xqilla (2.0.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #474865)
+  * Use CXXFLAGS instead of CFLAGS to pass location of private library, was
+    causing FTBFS from within chroot.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 15:57:14 +0100
+
 xqilla (2.0.0-2) unstable; urgency=low
 
   * Fix control in order to generate correct libc dependency on xqilla
diff -Nru /tmp/QIUEwM0WmK/xqilla-2.0.0/debian/rules 
/tmp/sltfVz9h8z/xqilla-2.0.0/debian/rules
--- xqilla-2.0.0/debian/rules   2008-04-12 16:05:38.000000000 +0100
+++ xqilla-2.0.0/debian/rules   2008-04-12 16:05:38.000000000 +0100
@@ -34,7 +34,7 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
        cp -f /usr/share/misc/config.guess config.guess
 endif
-       ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --with-xerces=/usr/ 
--infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS) 
-I$(CURDIR)/debian/xercesc-private/" LDFLAGS="-Wl,-z,defs"
+       ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) 
--prefix=/usr --mandir=\$${prefix}/share/man --with-xerces=/usr/ 
--infodir=\$${prefix}/share/info CXXFLAGS="$(CFLAGS) 
-I$(CURDIR)/debian/xercesc-private/" LDFLAGS="-Wl,-z,defs"
 
 
 build: build-stamp
diff -Nru /tmp/QIUEwM0WmK/xqilla-2.0.0/include/xqilla/framework/StringPool.hpp 
/tmp/sltfVz9h8z/xqilla-2.0.0/include/xqilla/framework/StringPool.hpp
--- xqilla-2.0.0/include/xqilla/framework/StringPool.hpp        2007-11-28 
13:13:22.000000000 +0000
+++ xqilla-2.0.0/include/xqilla/framework/StringPool.hpp        2008-04-12 
16:05:38.000000000 +0100
@@ -26,6 +26,7 @@
 #include <xercesc/framework/MemoryManager.hpp>
 #include <memory>
 #include <string>
+#include <cstring>
 
 class XQILLA_API StringPool
 {

Attachment: signature.asc
Description: PGP signature

Reply via email to